Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder-impl.h992 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro
993 FOREACH_LOAD_MEM_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()
994 FOREACH_STORE_MEM_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()
995 #undef DECLARE_OPCODE_CASE in OpcodeLength()
1072 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro
1073 FOREACH_SIMD_0_OPERAND_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()
1074 #undef DECLARE_OPCODE_CASE in OpcodeLength()
1076 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro
1077 FOREACH_SIMD_1_OPERAND_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()
1078 #undef DECLARE_OPCODE_CASE in OpcodeLength()
[all …]