Searched refs:GPR (Results 1 – 3 of 3) sorted by relevance
/art/disassembler/ |
D | disassembler_x86.h | 25 enum RegFile { GPR, MMX, SSE }; enumerator
|
D | disassembler_x86.cc | 86 if (reg_file == GPR) { in DumpAnyReg() 341 RegFile src_reg_file = GPR; in DumpInstruction() 342 RegFile dst_reg_file = GPR; 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()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1254 LOAD_END t6, 5*16, loopS # no more GPR args, gpr_index = 5*16 1260 LOAD_END t6, 5*16, loopS # no more GPR args, gpr_index = 5*16 1261 LOAD_END t6, 5*16, loopS # no more GPR args, gpr_index = 5*16
|