Lines Matching defs:opcode
84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
281 static const char* Name(Code opcode) { in Name()
480 void SetOpcode(Code opcode) { in SetOpcode()
523 static constexpr Format FormatOf(Code opcode) { in FormatOf()
528 static constexpr IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
533 static constexpr uint8_t FlagsOf(Code opcode) { in FlagsOf()
538 static constexpr uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
571 static constexpr bool IsReturn(Code opcode) { in IsReturn()
593 static constexpr uint32_t GetVerifyTypeArgumentAOf(Code opcode) { in GetVerifyTypeArgumentAOf()
602 static constexpr uint32_t GetVerifyTypeArgumentBOf(Code opcode) { in GetVerifyTypeArgumentBOf()
619 static constexpr uint32_t GetVerifyTypeArgumentCOf(Code opcode) { in GetVerifyTypeArgumentCOf()
629 static constexpr uint32_t GetVerifyTypeArgumentHOf(Code opcode) { in GetVerifyTypeArgumentHOf()
638 static constexpr uint32_t GetVerifyExtraFlagsOf(Code opcode) { in GetVerifyExtraFlagsOf()
678 static constexpr const InstructionDescriptor& InstructionDescriptorOf(Code opcode) { in InstructionDescriptorOf()
736 #define INSTRUCTION_DESCR(opcode, c, p, format, index, flags, eflags, vflags) \ argument