Lines Matching refs:CASE_I32_OP
21 #define CASE_I32_OP(name, str) CASE_OP(I32##name, "i32." str) macro
37 #define CASE_INT_OP(name, str) CASE_I32_OP(name, str) CASE_I64_OP(name, str)
59 CASE_I32_OP(name, str "32")
61 CASE_I32_OP(name, str "32") \
110 CASE_I32_OP(ConvertI64, "wrap/i64") in OpcodeName()
126 CASE_I32_OP(ReinterpretF32, "reinterpret/f32") in OpcodeName()
189 CASE_I32_OP(AsmjsStoreMem, "asmjs_store") in OpcodeName()
192 CASE_I32_OP(AsmjsStoreMem8, "asmjs_store8") in OpcodeName()
193 CASE_I32_OP(AsmjsStoreMem16, "asmjs_store16") in OpcodeName()
196 CASE_I32_OP(AsmjsSConvertF32, "asmjs_convert_s/f32") in OpcodeName()
197 CASE_I32_OP(AsmjsUConvertF32, "asmjs_convert_u/f32") in OpcodeName()
198 CASE_I32_OP(AsmjsSConvertF64, "asmjs_convert_s/f64") in OpcodeName()
199 CASE_I32_OP(AsmjsUConvertF64, "asmjs_convert_u/f64") in OpcodeName()
275 #undef CASE_I32_OP