TriCore
®
TC1.6P & TC1.6E
32-bit Unified Processor Core
Instruction Set
V1.0 2013-07
User Manual (Volume 2) 3-337
SH.NE
Shift Not Equal
Description
Left shift D[c] by one. If the contents of data register D[a] are not equal to the contents of either data register D[b]
(instruction format RR) or const9 (instruction format RC), set the least-significant bit of D[c] to one; otherwise set
the least-significant bit of D[c] to zero. The value const9 is sign-extended.
SH.NED[c], D[a], const9 (RC)
D[c] = {D[c][30:0], (D[a] != sign_ext(const9))};
SH.NED[c], D[a], D[b] (RR)
D[c] = {D[c][30:0], (D[a] != D[b])};
Status Flags
Examples
sh.ne d3, d1, d2
sh.ne d3, d1, #126
See Also
SH.EQ, SH.GE, SH.GE.U, SH.LT, SH.LT.U
C Not set by this instruction.
V Not set by this instruction.
SV Not set by this instruction.
AV Not set by this instruction.
SAV Not set by this instruction.
31
c
28 27
38
H
21 20
const9
12 11
a
8 7
8B
H
0
31
c
28 27
38
H
20 19
-
18 17
-
16 15
b
12 11
a
8 7
0B
H
0