Searched refs:rexAMode_R (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_amd64_defs.c | 2290 static UChar rexAMode_R ( HReg greg, HReg ereg ) in rexAMode_R() function 2476 *p++ = rexAMode_R( i->Ain.Alu64R.src->Armi.Reg.reg, in emit_AMD64Instr() 2497 *p++ = rexAMode_R( i->Ain.Alu64R.dst, in emit_AMD64Instr() 2514 *p++ = rexAMode_R(i->Ain.Alu64R.dst, i->Ain.Alu64R.dst); in emit_AMD64Instr() 2519 *p++ = rexAMode_R(i->Ain.Alu64R.dst, i->Ain.Alu64R.dst); in emit_AMD64Instr() 2571 *p++ = rexAMode_R( i->Ain.Alu64R.src->Armi.Reg.reg, in emit_AMD64Instr() 2705 rexAMode_R( i->Ain.Alu32R.src->Armi.Reg.reg, in emit_AMD64Instr() 3124 *p++ = rexAMode_R(i->Ain.CMov64.dst, i->Ain.CMov64.src); in emit_AMD64Instr() 3193 *p++ = rexAMode_R(i->Ain.MovxLQ.dst, i->Ain.MovxLQ.src); in emit_AMD64Instr() 3200 rexAMode_R(i->Ain.MovxLQ.src, i->Ain.MovxLQ.dst)); in emit_AMD64Instr() [all …]
|