Home | History | Annotate | Download | only in sljit

Lines Matching full:opc2

114 #define OPC2(opcode)	((opcode) << 22)
143 #define NOP (OPC1(0x0) | OPC2(0x04))
149 #define SETHI (OPC1(0x0) | OPC2(0x04))
168 #define BICC (OPC1(0x0) | OPC2(0x2))
169 #define FBFCC (OPC1(0x0) | OPC2(0x6))