Searched refs:OPC3 (Results 1 – 1 of 1) sorted by relevance
115 #define OPC3(opcode) ((opcode) << 19) macro116 #define SET_FLAGS OPC3(0x10)118 #define ADD (OPC1(0x2) | OPC3(0x00))119 #define ADDC (OPC1(0x2) | OPC3(0x08))120 #define AND (OPC1(0x2) | OPC3(0x01))121 #define ANDN (OPC1(0x2) | OPC3(0x05))123 #define FABSS (OPC1(0x2) | OPC3(0x34) | DOP(0x09))124 #define FADDD (OPC1(0x2) | OPC3(0x34) | DOP(0x42))125 #define FADDS (OPC1(0x2) | OPC3(0x34) | DOP(0x41))126 #define FCMPD (OPC1(0x2) | OPC3(0x35) | DOP(0x52))[all …]