Searched refs:CASE_ALL_OP (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 43 #define CASE_ALL_OP(name, str) CASE_FLOAT_OP(name, str) CASE_INT_OP(name, str) macro 87 CASE_ALL_OP(Eq, "eq") in OpcodeName() 88 CASE_ALL_OP(Ne, "ne") in OpcodeName() 89 CASE_ALL_OP(Add, "add") in OpcodeName() 90 CASE_ALL_OP(Sub, "sub") in OpcodeName() 91 CASE_ALL_OP(Mul, "mul") in OpcodeName() 167 CASE_ALL_OP(Const, "const") in OpcodeName() 170 CASE_ALL_OP(LoadMem, "load") in OpcodeName() 176 CASE_ALL_OP(StoreMem, "store") in OpcodeName() 434 #undef CASE_ALL_OP
|