Searched refs:doAMode_R (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.c | 1993 static UChar* doAMode_R ( UChar* p, HReg greg, HReg ereg ) in doAMode_R() function 2154 p = doAMode_R(p, i->Xin.Alu32R.src->Xrmi.Reg.reg, in emit_X86Instr() 2172 p = doAMode_R(p, i->Xin.Alu32R.dst, in emit_X86Instr() 2184 p = doAMode_R(p, i->Xin.Alu32R.dst, i->Xin.Alu32R.dst); in emit_X86Instr() 2188 p = doAMode_R(p, i->Xin.Alu32R.dst, i->Xin.Alu32R.dst); in emit_X86Instr() 2236 p = doAMode_R(p, i->Xin.Alu32R.src->Xrmi.Reg.reg, in emit_X86Instr() 2390 p = doAMode_R(p, i->Xin.Sh3232.src, i->Xin.Sh3232.dst); in emit_X86Instr() 2628 p = doAMode_R(p, i->Xin.CMov32.src->Xrm.Reg.reg, in emit_X86Instr() 2713 p = doAMode_R(p, i->Xin.Bsfr32.dst, i->Xin.Bsfr32.src); in emit_X86Instr() 2810 p = doAMode_R(p, i->Xin.Store.src, swap); in emit_X86Instr() [all …]
|
D | host_amd64_defs.c | 2159 static UChar* doAMode_R ( UChar* p, HReg greg, HReg ereg ) in doAMode_R() function 2423 p = doAMode_R(p, i->Ain.Alu64R.src->Armi.Reg.reg, in emit_AMD64Instr() 2445 p = doAMode_R(p, i->Ain.Alu64R.dst, in emit_AMD64Instr() 2460 p = doAMode_R(p, i->Ain.Alu64R.dst, i->Ain.Alu64R.dst); in emit_AMD64Instr() 2465 p = doAMode_R(p, i->Ain.Alu64R.dst, i->Ain.Alu64R.dst); in emit_AMD64Instr() 2518 p = doAMode_R(p, i->Ain.Alu64R.src->Armi.Reg.reg, in emit_AMD64Instr() 2653 p = doAMode_R(p, i->Ain.Alu32R.src->Armi.Reg.reg, in emit_AMD64Instr() 3050 p = doAMode_R(p, i->Ain.CMov64.dst, i->Ain.CMov64.src); in emit_AMD64Instr() 3118 p = doAMode_R(p, i->Ain.MovxLQ.dst, i->Ain.MovxLQ.src); in emit_AMD64Instr() 3125 p = doAMode_R(p, i->Ain.MovxLQ.src, i->Ain.MovxLQ.dst); in emit_AMD64Instr() [all …]
|