Searched refs:rexAMode_R (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_amd64_defs.c | 2234 static UChar rexAMode_R ( HReg greg, HReg ereg ) in rexAMode_R() function 2420 *p++ = rexAMode_R( i->Ain.Alu64R.src->Armi.Reg.reg, in emit_AMD64Instr() 2441 *p++ = rexAMode_R( i->Ain.Alu64R.dst, in emit_AMD64Instr() 2458 *p++ = rexAMode_R(i->Ain.Alu64R.dst, i->Ain.Alu64R.dst); in emit_AMD64Instr() 2463 *p++ = rexAMode_R(i->Ain.Alu64R.dst, i->Ain.Alu64R.dst); in emit_AMD64Instr() 2515 *p++ = rexAMode_R( i->Ain.Alu64R.src->Armi.Reg.reg, in emit_AMD64Instr() 2649 rexAMode_R( i->Ain.Alu32R.src->Armi.Reg.reg, in emit_AMD64Instr() 3047 *p++ = rexAMode_R(i->Ain.CMov64.dst, i->Ain.CMov64.src); in emit_AMD64Instr() 3116 *p++ = rexAMode_R(i->Ain.MovxLQ.dst, i->Ain.MovxLQ.src); in emit_AMD64Instr() 3123 rexAMode_R(i->Ain.MovxLQ.src, i->Ain.MovxLQ.dst)); in emit_AMD64Instr() [all …]
|