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