Searched refs:CASE_ALL_OP (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 33 #define CASE_ALL_OP(name, str) CASE_FLOAT_OP(name, str) CASE_INT_OP(name, str) macro 57 CASE_ALL_OP(Eq, "eq") in OpcodeName() 58 CASE_ALL_OP(Ne, "ne") in OpcodeName() 59 CASE_ALL_OP(Add, "add") in OpcodeName() 60 CASE_ALL_OP(Sub, "sub") in OpcodeName() 61 CASE_ALL_OP(Mul, "mul") in OpcodeName() 122 CASE_ALL_OP(Const, "const") in OpcodeName() 125 CASE_ALL_OP(LoadMem, "load") in OpcodeName() 129 CASE_ALL_OP(StoreMem, "store") in OpcodeName()
|