Home
last modified time | relevance | path

Searched refs:OPC3 (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c119 #define OPC3(opcode) ((opcode) << 19) macro
120 #define SET_FLAGS OPC3(0x10)
122 #define ADD (OPC1(0x2) | OPC3(0x00))
123 #define ADDC (OPC1(0x2) | OPC3(0x08))
124 #define AND (OPC1(0x2) | OPC3(0x01))
125 #define ANDN (OPC1(0x2) | OPC3(0x05))
127 #define FABSS (OPC1(0x2) | OPC3(0x34) | DOP(0x09))
128 #define FADDD (OPC1(0x2) | OPC3(0x34) | DOP(0x42))
129 #define FADDS (OPC1(0x2) | OPC3(0x34) | DOP(0x41))
130 #define FCMPD (OPC1(0x2) | OPC3(0x35) | DOP(0x52))
[all …]