Searched refs:doAMode_R (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_amd64_defs.c | 2123 static UChar* doAMode_R ( UChar* p, HReg greg, HReg ereg ) in doAMode_R() function 2340 p = doAMode_R(p, i->Ain.Alu64R.src->Armi.Reg.reg, in emit_AMD64Instr() 2362 p = doAMode_R(p, i->Ain.Alu64R.dst, in emit_AMD64Instr() 2377 p = doAMode_R(p, i->Ain.Alu64R.dst, i->Ain.Alu64R.dst); in emit_AMD64Instr() 2382 p = doAMode_R(p, i->Ain.Alu64R.dst, i->Ain.Alu64R.dst); in emit_AMD64Instr() 2422 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst); in emit_AMD64Instr() 2427 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst); in emit_AMD64Instr() 2435 p = doAMode_R(p, i->Ain.Alu64R.src->Armi.Reg.reg, in emit_AMD64Instr() 2484 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr() 2489 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr() [all …]
|
D | host_x86_defs.c | 1981 static UChar* doAMode_R ( UChar* p, HReg greg, HReg ereg ) in doAMode_R() function 2062 p = doAMode_R(p, fake(subopc), fake(i)); in do_fop2_st() 2138 p = doAMode_R(p, i->Xin.Alu32R.src->Xrmi.Reg.reg, in emit_X86Instr() 2156 p = doAMode_R(p, i->Xin.Alu32R.dst, in emit_X86Instr() 2168 p = doAMode_R(p, i->Xin.Alu32R.dst, i->Xin.Alu32R.dst); in emit_X86Instr() 2172 p = doAMode_R(p, i->Xin.Alu32R.dst, i->Xin.Alu32R.dst); in emit_X86Instr() 2210 p = doAMode_R(p, fake(subopc_imm), i->Xin.Alu32R.dst); in emit_X86Instr() 2214 p = doAMode_R(p, fake(subopc_imm), i->Xin.Alu32R.dst); in emit_X86Instr() 2220 p = doAMode_R(p, i->Xin.Alu32R.src->Xrmi.Reg.reg, in emit_X86Instr() 2293 p = doAMode_R(p, fake(subopc), i->Xin.Sh32.dst); in emit_X86Instr() [all …]
|