Searched refs:DumpReg (Results 1 – 1 of 1) sorted by relevance
/art/disassembler/ |
D | disassembler_x86.cc | 95 static void DumpReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpReg() function 1520 DumpReg(args, rex, reg_or_opcode, byte_operand, prefix[2], dst_reg_file); in DumpInstruction() 1531 DumpReg(args, rex, reg_or_opcode, byte_operand, prefix[2], src_reg_file); in DumpInstruction() 1537 DumpReg(args, rex, 0 /* EAX */, byte_operand, prefix[2], GPR); in DumpInstruction() 1541 DumpReg(args, rex, 1 /* ECX */, true, prefix[2], GPR); in DumpInstruction()
|