Searched refs:OPC3 (Results 1 – 1 of 1) sorted by relevance
130 #define OPC3(opcode) ((opcode) << 19) macro131 #define SET_FLAGS OPC3(0x10)133 #define ADD (OPC1(0x2) | OPC3(0x00))134 #define ADDC (OPC1(0x2) | OPC3(0x08))135 #define AND (OPC1(0x2) | OPC3(0x01))136 #define ANDN (OPC1(0x2) | OPC3(0x05))138 #define FABSS (OPC1(0x2) | OPC3(0x34) | DOP(0x09))139 #define FADDD (OPC1(0x2) | OPC3(0x34) | DOP(0x42))140 #define FADDS (OPC1(0x2) | OPC3(0x34) | DOP(0x41))141 #define FCMPD (OPC1(0x2) | OPC3(0x35) | DOP(0x52))[all …]