Searched refs:OPC1 (Results 1 – 2 of 2) sorted by relevance
113 #define OPC1(opcode) ((opcode) << 30) macro118 #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))122 #define CALL (OPC1(0x1))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 …]
130 ARM_CP15_REG_SHIFT_MASK(op1, OPC1) | \