Lines Matching refs:Code
83 enum Code { // private marker to avoid generate-operator-out.py from processing. enum
287 static const char* Name(Code opcode) { in Name()
472 Code Opcode(uint16_t inst_data) const { in Opcode()
474 return static_cast<Code>(inst_data & 0xFF); in Opcode()
478 Code Opcode() const { in Opcode()
482 void SetOpcode(Code opcode) { in SetOpcode()
525 static Format FormatOf(Code opcode) { in FormatOf()
530 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
535 static uint8_t FlagsOf(Code opcode) { in FlagsOf()
540 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
688 std::ostream& operator<<(std::ostream& os, const Instruction::Code& code);