Searched refs:rexAMode_M (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_amd64_defs.c | 2139 static UChar rexAMode_M ( HReg greg, AMD64AMode* am ) in rexAMode_M() function 2344 *p++ = rexAMode_M(i->Ain.Alu64R.dst, in emit_AMD64Instr() 2366 *p++ = rexAMode_M(i->Ain.Alu64R.dst, in emit_AMD64Instr() 2439 *p++ = rexAMode_M( i->Ain.Alu64R.dst, in emit_AMD64Instr() 2455 *p++ = rexAMode_M(i->Ain.Alu64M.src->Ari.Reg.reg, in emit_AMD64Instr() 2462 *p++ = rexAMode_M(fake(0), i->Ain.Alu64M.dst); in emit_AMD64Instr() 2519 *p++ = rexAMode_M(i->Ain.Lea64.dst, i->Ain.Lea64.am); in emit_AMD64Instr() 2575 rexAMode_M( i->Ain.Alu32R.dst, in emit_AMD64Instr() 2591 *p++ = rexAMode_M( fake(0), in emit_AMD64Instr() 2634 *p++ = rexAMode_M( fake(0), in emit_AMD64Instr() [all …]
|