Home
last modified time | relevance | path

Searched refs:CASE_I64_OP (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-opcodes.cc22 #define CASE_I64_OP(name, str) CASE_OP(I64##name, "i64." str) macro
37 #define CASE_INT_OP(name, str) CASE_I32_OP(name, str) CASE_I64_OP(name, str)
66 CASE_I64_OP(name, str "64") \
127 CASE_I64_OP(ReinterpretF64, "reinterpret/f64") in OpcodeName()
132 CASE_I64_OP(SExtendI32, "sign_extend32") in OpcodeName()
164 CASE_I64_OP(StoreMem32, "store32") in OpcodeName()
276 #undef CASE_I64_OP