Lines Matching defs:opcode
15 const char* WasmOpcodes::OpcodeName(WasmOpcode opcode) { in OpcodeName()
17 #define DECLARE_NAME_CASE(name, opcode, sig) \ in OpcodeName() argument
28 const char* WasmOpcodes::ShortOpcodeName(WasmOpcode opcode) { in ShortOpcodeName()
30 #define DECLARE_NAME_CASE(name, opcode, sig) \ in ShortOpcodeName() argument
41 bool WasmOpcodes::IsPrefixOpcode(WasmOpcode opcode) { in IsPrefixOpcode()
43 #define CHECK_PREFIX(name, opcode) \ in IsPrefixOpcode() argument
95 #define SET_SIG_TABLE(name, opcode, sig) \ in InitSigTables() argument
99 #define SET_ASMJS_SIG_TABLE(name, opcode, sig) \ in InitSigTables() argument
104 #define SET_SIG_TABLE(name, opcode, sig) \ in InitSigTables() argument
110 #define SET_ATOMIC_SIG_TABLE(name, opcode, sig) \ in InitSigTables() argument
143 FunctionSig* WasmOpcodes::Signature(WasmOpcode opcode) { in Signature()
151 FunctionSig* WasmOpcodes::AsmjsSignature(WasmOpcode opcode) { in AsmjsSignature()
155 FunctionSig* WasmOpcodes::AtomicSignature(WasmOpcode opcode) { in AtomicSignature()