Home | History | Annotate | Download | only in sljit

Lines Matching refs:OPC2

118 #define OPC2(opcode)	((opcode) << 22)
147 #define NOP (OPC1(0x0) | OPC2(0x04))
153 #define SETHI (OPC1(0x0) | OPC2(0x04))
172 #define BICC (OPC1(0x0) | OPC2(0x2))
173 #define FBFCC (OPC1(0x0) | OPC2(0x6))