Home
last modified time | relevance | path

Searched refs:DECODE_IMPL2 (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h3501 #define DECODE_IMPL(opcode) DECODE_IMPL2(kExpr##opcode, opcode)
3502 #define DECODE_IMPL2(opcode, name) \ macro
3560 #define DECODE_LOAD_MEM(op, ...) DECODE_IMPL2(kExpr##op, LoadMem); in GetOpcodeHandlerTableEntry()
3563 #define DECODE_STORE_MEM(op, ...) DECODE_IMPL2(kExpr##op, StoreMem); in GetOpcodeHandlerTableEntry()
3574 DECODE_IMPL2(kNumericPrefix, Numeric); in GetOpcodeHandlerTableEntry()
3576 DECODE_IMPL2(kAtomicPrefix, Atomic); in GetOpcodeHandlerTableEntry()
3585 #undef DECODE_IMPL2 macro

Completed in 9 milliseconds