Skip to content

Commit

Permalink
ARM: Correct operation of TEQ
Browse files Browse the repository at this point in the history
  • Loading branch information
flynd committed Jan 16, 2015
1 parent 920f32d commit 9ef3972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armv7.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%
% Copyright (C) 2014 Anders Olofsson
% Copyright (C) 2014-2015 Anders Olofsson
%
% Copying and distribution of this file, with or without modification,
% are permitted in any medium without royalty provided the copyright
Expand Down Expand Up @@ -107,7 +107,7 @@
\textit{ROR\{S\}} & rx, ry, Rs & rx = ry $\ror$ Rs & \\
\textit{RRX\{S\}} & rx, ry & rx = C:ry$^{ }_{31:1}$; C = ry$^{ }_{0}$ & \\
SBFX & rx, ry, \#p, \#n & rx = ry$^{\pm}_{p+n-1:p}$ & 6t \\
TEQ & rx, op2 & rx | op2 & \\
TEQ & rx, op2 & rx $\oplus$ op2 & \\
TST & rx, op2 & rx \& op2 & \\
UBFX & rx, ry, \#p, \#n & rx = ry$^{\emptyset}_{p+n-1:p}$ & 6t \\
\end{asmtable}
Expand Down

0 comments on commit 9ef3972

Please sign in to comment.