Lines Matching defs:opcode
84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
286 static const char* Name(Code opcode) { in Name()
485 void SetOpcode(Code opcode) { in SetOpcode()
528 static constexpr Format FormatOf(Code opcode) { in FormatOf()
533 static constexpr IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
538 static constexpr uint8_t FlagsOf(Code opcode) { in FlagsOf()
543 static constexpr uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
574 static constexpr bool IsReturn(Code opcode) { in IsReturn()
596 static constexpr uint32_t GetVerifyTypeArgumentAOf(Code opcode) { in GetVerifyTypeArgumentAOf()
605 static constexpr uint32_t GetVerifyTypeArgumentBOf(Code opcode) { in GetVerifyTypeArgumentBOf()
621 static constexpr uint32_t GetVerifyTypeArgumentCOf(Code opcode) { in GetVerifyTypeArgumentCOf()
631 static constexpr uint32_t GetVerifyTypeArgumentHOf(Code opcode) { in GetVerifyTypeArgumentHOf()
640 static constexpr uint32_t GetVerifyExtraFlagsOf(Code opcode) { in GetVerifyExtraFlagsOf()
680 static constexpr const InstructionDescriptor& InstructionDescriptorOf(Code opcode) { in InstructionDescriptorOf()
741 #define INSTRUCTION_DESCR(opcode, c, p, format, index, flags, eflags, vflags) \ argument