Searched refs:rexAMode_R (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_amd64_defs.c | 2236 static UChar rexAMode_R ( HReg greg, HReg ereg ) in rexAMode_R() function 2414 *p++ = rexAMode_R( i->Ain.Alu64R.src->Armi.Reg.reg, in emit_AMD64Instr() 2435 *p++ = rexAMode_R( i->Ain.Alu64R.dst, in emit_AMD64Instr() 2452 *p++ = rexAMode_R(i->Ain.Alu64R.dst, i->Ain.Alu64R.dst); in emit_AMD64Instr() 2457 *p++ = rexAMode_R(i->Ain.Alu64R.dst, i->Ain.Alu64R.dst); in emit_AMD64Instr() 2497 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst ); in emit_AMD64Instr() 2502 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst); in emit_AMD64Instr() 2509 *p++ = rexAMode_R( i->Ain.Alu64R.src->Armi.Reg.reg, in emit_AMD64Instr() 2588 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst); in emit_AMD64Instr() 2593 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst); in emit_AMD64Instr() [all …]
|