Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes.cc39 #define CASE_ALL_OP(name, str) CASE_FLOAT_OP(name, str) CASE_INT_OP(name, str) macro
77 CASE_ALL_OP(Eq, "eq") in OpcodeName()
78 CASE_ALL_OP(Ne, "ne") in OpcodeName()
79 CASE_ALL_OP(Add, "add") in OpcodeName()
80 CASE_ALL_OP(Sub, "sub") in OpcodeName()
81 CASE_ALL_OP(Mul, "mul") in OpcodeName()
153 CASE_ALL_OP(Const, "const") in OpcodeName()
156 CASE_ALL_OP(LoadMem, "load") in OpcodeName()
161 CASE_ALL_OP(StoreMem, "store") in OpcodeName()
293 #undef CASE_ALL_OP