Lines Matching refs:OPC_3R

102 #define OPC_3R(opc) ((sljit_ins)(opc) << 15)  macro
107 #define ADD_W OPC_3R(0x20)
108 #define ADD_D OPC_3R(0x21)
109 #define SUB_W OPC_3R(0x22)
110 #define SUB_D OPC_3R(0x23)
120 #define SLT OPC_3R(0x24)
121 #define SLTU OPC_3R(0x25)
128 #define NOR OPC_3R(0x28)
129 #define AND OPC_3R(0x29)
130 #define OR OPC_3R(0x2a)
131 #define XOR OPC_3R(0x2b)
132 #define ORN OPC_3R(0x2c)
133 #define ANDN OPC_3R(0x2d)
134 #define MUL_W OPC_3R(0x38)
135 #define MULH_W OPC_3R(0x39)
136 #define MULH_WU OPC_3R(0x3a)
137 #define MUL_D OPC_3R(0x3b)
138 #define MULH_D OPC_3R(0x3c)
139 #define MULH_DU OPC_3R(0x3d)
140 #define MULW_D_W OPC_3R(0x3e)
141 #define MULW_D_WU OPC_3R(0x3f)
142 #define DIV_W OPC_3R(0x40)
143 #define MOD_W OPC_3R(0x41)
144 #define DIV_WU OPC_3R(0x42)
145 #define MOD_WU OPC_3R(0x43)
146 #define DIV_D OPC_3R(0x44)
147 #define MOD_D OPC_3R(0x45)
148 #define DIV_DU OPC_3R(0x46)
149 #define MOD_DU OPC_3R(0x47)
152 #define SLL_W OPC_3R(0x2e)
153 #define SRL_W OPC_3R(0x2f)
154 #define SRA_W OPC_3R(0x30)
155 #define SLL_D OPC_3R(0x31)
156 #define SRL_D OPC_3R(0x32)
157 #define SRA_D OPC_3R(0x33)
158 #define ROTR_W OPC_3R(0x36)
159 #define ROTR_D OPC_3R(0x37)
160 #define SLLI_W OPC_3R(0x81)
162 #define SRLI_W OPC_3R(0x89)
164 #define SRAI_W OPC_3R(0x91)
166 #define ROTRI_W OPC_3R(0x99)
223 #define LDX_B OPC_3R(0x7000)
224 #define LDX_H OPC_3R(0x7008)
225 #define LDX_W OPC_3R(0x7010)
226 #define LDX_D OPC_3R(0x7018)
228 #define STX_B OPC_3R(0x7020)
229 #define STX_H OPC_3R(0x7028)
230 #define STX_W OPC_3R(0x7030)
231 #define STX_D OPC_3R(0x7038)
233 #define LDX_BU OPC_3R(0x7040)
234 #define LDX_HU OPC_3R(0x7048)
235 #define LDX_WU OPC_3R(0x7050)
246 #define AMCAS_B OPC_3R(0x70B0)
247 #define AMCAS_H OPC_3R(0x70B1)
248 #define AMCAS_W OPC_3R(0x70B2)
249 #define AMCAS_D OPC_3R(0x70B3)
252 #define BREAK OPC_3R(0x54)
253 #define DBGCALL OPC_3R(0x55)
254 #define SYSCALL OPC_3R(0x56)
258 #define FADD_S OPC_3R(0x201)
259 #define FADD_D OPC_3R(0x202)
260 #define FSUB_S OPC_3R(0x205)
261 #define FSUB_D OPC_3R(0x206)
262 #define FMUL_S OPC_3R(0x209)
263 #define FMUL_D OPC_3R(0x20a)
264 #define FDIV_S OPC_3R(0x20d)
265 #define FDIV_D OPC_3R(0x20e)
268 #define FCOPYSIGN_S OPC_3R(0x225)
269 #define FCOPYSIGN_D OPC_3R(0x226)
316 #define FLDX_S OPC_3R(0x7060)
317 #define FLDX_D OPC_3R(0x7068)
318 #define FSTX_S OPC_3R(0x7070)
319 #define FSTX_D OPC_3R(0x7078)