English
Language : 

PIC32MX320F032H_11 Datasheet, PDF (145/214 Pages) Microchip Technology – High-Performance, General Purpose and USB, 32-bit Flash Microcontrollers
PIC32MX3XX/4XX
TABLE 27-1:
Instruction
TGE
MIPS32® INSTRUCTION SET (CONTINUED)
Description
Trap if Greater Than or Equal
TGEI
Trap if Greater Than or Equal Immediate
TGEIU
Trap if Greater Than or Equal Immediate Unsigned
TGEU
Trap if Greater Than or Equal Unsigned
TLT
Trap if Less Than
TLTI
Trap if Less Than Immediate
TLTIU
Trap if Less Than Immediate Unsigned
TLTU
Trap if Less Than Unsigned
TNE
Trap if Not Equal
TNEI
Trap if Not Equal Immediate
WAIT
Wait for Interrupt
WRPGPR
WSBH
Write to GPR in Previous Shadow Set
Word Swap Bytes Within Halfwords
XOR
XORI
Note 1:
Exclusive OR
Exclusive OR Immediate
This instruction is deprecated and should not be used.
Function
if (int)Rs >= (int)Rt
TrapException
if (int)Rs >= (int)Immed
TrapException
if (uns)Rs >= (uns)Immed
TrapException
if (uns)Rs >= (uns)Rt
TrapException
if (int)Rs < (int)Rt
TrapException
if (int)Rs < (int)Immed
TrapException
if (uns)Rs < (uns)Immed
TrapException
if (uns)Rs < (uns)Rt
TrapException
if Rs != Rt
TrapException
if Rs != (int)Immed
TrapException
Go to a low power mode and stall until
interrupt occurs
SGPR[SRSCtlPSS, Rd> = Rt
Rd = Rt23..16 || Rt31..24 || Rt7..0
|| Rt15..8
Rd = Rs ^ Rt
Rt = Rs ^ (uns)Immed
© 2011 Microchip Technology Inc.
DS61143H-page 145