Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dast-decoder.cc269 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro
270 FOREACH_LOAD_MEM_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()
271 FOREACH_STORE_MEM_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()
272 #undef DECLARE_OPCODE_CASE in OpcodeLength()
341 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro
342 FOREACH_SIMD_0_OPERAND_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()
343 #undef DECLARE_OPCODE_CASE in OpcodeLength()
347 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() macro
348 FOREACH_SIMD_1_OPERAND_OPCODE(DECLARE_OPCODE_CASE) in OpcodeLength()
349 #undef DECLARE_OPCODE_CASE in OpcodeLength()