Searched refs:rexAMode_M (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_amd64_defs.c | 2215 static UChar rexAMode_M ( HReg greg, AMD64AMode* am ) in rexAMode_M() function 2421 *p++ = rexAMode_M(i->Ain.Alu64R.dst, in emit_AMD64Instr() 2443 *p++ = rexAMode_M(i->Ain.Alu64R.dst, in emit_AMD64Instr() 2516 *p++ = rexAMode_M( i->Ain.Alu64R.dst, in emit_AMD64Instr() 2532 *p++ = rexAMode_M(i->Ain.Alu64M.src->Ari.Reg.reg, in emit_AMD64Instr() 2539 *p++ = rexAMode_M(fake(0), i->Ain.Alu64M.dst); in emit_AMD64Instr() 2625 *p++ = rexAMode_M(i->Ain.Lea64.dst, i->Ain.Lea64.am); in emit_AMD64Instr() 2681 rexAMode_M( i->Ain.Alu32R.dst, in emit_AMD64Instr() 2697 *p++ = rexAMode_M( fake(0), in emit_AMD64Instr() 2740 *p++ = rexAMode_M( fake(0), in emit_AMD64Instr() [all …]
|