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