Lines Matching refs:CASE_SIGN_OP
45 #define CASE_SIGN_OP(TYPE, name, str) \ macro
49 CASE_FLOAT_OP(name, str) CASE_SIGN_OP(INT, name, str)
57 CASE_SIGN_OP(I32, name##8, str "8") \
58 CASE_SIGN_OP(I32, name##16, str "16") \
90 CASE_SIGN_OP(INT, Rem, "rem") in OpcodeName()
95 CASE_SIGN_OP(INT, Shr, "shr") in OpcodeName()
157 CASE_SIGN_OP(INT, LoadMem8, "load8") in OpcodeName()
158 CASE_SIGN_OP(INT, LoadMem16, "load16") in OpcodeName()
159 CASE_SIGN_OP(I64, LoadMem32, "load32") in OpcodeName()
194 CASE_SIGN_OP(I32, AsmjsDiv, "asmjs_div") in OpcodeName()
195 CASE_SIGN_OP(I32, AsmjsRem, "asmjs_rem") in OpcodeName()
231 CASE_SIGN_OP(SIMDI, Min, "min") in OpcodeName()
232 CASE_SIGN_OP(SIMDI, Max, "max") in OpcodeName()
233 CASE_SIGN_OP(SIMDI, Lt, "lt") in OpcodeName()
234 CASE_SIGN_OP(SIMDI, Le, "le") in OpcodeName()
235 CASE_SIGN_OP(SIMDI, Gt, "gt") in OpcodeName()
236 CASE_SIGN_OP(SIMDI, Ge, "ge") in OpcodeName()
237 CASE_SIGN_OP(SIMDI, Shr, "shr") in OpcodeName()
241 CASE_SIGN_OP(I16x8, AddSaturate, "add_saturate") in OpcodeName()
242 CASE_SIGN_OP(I8x16, AddSaturate, "add_saturate") in OpcodeName()
243 CASE_SIGN_OP(I16x8, SubSaturate, "sub_saturate") in OpcodeName()
244 CASE_SIGN_OP(I8x16, SubSaturate, "sub_saturate") in OpcodeName()
296 #undef CASE_SIGN_OP