Lines Matching refs:CASE_INT_OP
37 #define CASE_INT_OP(name, str) CASE_I32_OP(name, str) CASE_I64_OP(name, str) macro
39 #define CASE_ALL_OP(name, str) CASE_FLOAT_OP(name, str) CASE_INT_OP(name, str)
76 CASE_INT_OP(Eqz, "eqz") in OpcodeName()
86 CASE_INT_OP(Clz, "clz") in OpcodeName()
87 CASE_INT_OP(Ctz, "ctz") in OpcodeName()
88 CASE_INT_OP(Popcnt, "popcnt") in OpcodeName()
91 CASE_INT_OP(And, "and") in OpcodeName()
92 CASE_INT_OP(Ior, "or") in OpcodeName()
93 CASE_INT_OP(Xor, "xor") in OpcodeName()
94 CASE_INT_OP(Shl, "shl") in OpcodeName()
96 CASE_INT_OP(Rol, "rol") in OpcodeName()
97 CASE_INT_OP(Ror, "ror") in OpcodeName()
130 CASE_INT_OP(SExtendI8, "sign_extend8") in OpcodeName()
131 CASE_INT_OP(SExtendI16, "sign_extend16") in OpcodeName()
162 CASE_INT_OP(StoreMem8, "store8") in OpcodeName()
163 CASE_INT_OP(StoreMem16, "store16") in OpcodeName()
291 #undef CASE_INT_OP