Searched refs:CASE_I32_OP (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 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() [all …]
|