Lines Matching refs:Code
83 enum Code { // private marker to avoid generate-operator-out.py from processing. enum
291 static const char* Name(Code opcode) { in Name()
479 Code Opcode(uint16_t inst_data) const { in Opcode()
481 return static_cast<Code>(inst_data & 0xFF); in Opcode()
485 Code Opcode() const { in Opcode()
489 void SetOpcode(Code opcode) { in SetOpcode()
532 static Format FormatOf(Code opcode) { in FormatOf()
537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
542 static uint8_t FlagsOf(Code opcode) { in FlagsOf()
547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
695 std::ostream& operator<<(std::ostream& os, Instruction::Code code);