Home
last modified time | relevance | path

Searched refs:doAMode_M (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_defs.c1974 static UChar* doAMode_M ( UChar* p, HReg greg, X86AMode* am ) in doAMode_M() function
2159 p = doAMode_M(p, i->Xin.Alu32R.dst, in emit_X86Instr()
2178 p = doAMode_M(p, i->Xin.Alu32R.dst, in emit_X86Instr()
2241 p = doAMode_M(p, i->Xin.Alu32R.dst, in emit_X86Instr()
2255 p = doAMode_M(p, i->Xin.Alu32M.src->Xri.Reg.reg, in emit_X86Instr()
2279 p = doAMode_M(p, i->Xin.Alu32M.src->Xri.Reg.reg, in emit_X86Instr()
2347 p = doAMode_M(p, i->Xin.Lea32.dst, i->Xin.Lea32.am); in emit_X86Instr()
2521 p = doAMode_M(p, i->Xin.XIndir.dstGA, i->Xin.XIndir.amEIP); in emit_X86Instr()
2554 p = doAMode_M(p, i->Xin.XIndir.dstGA, i->Xin.XIndir.amEIP); in emit_X86Instr()
2639 p = doAMode_M(p, i->Xin.CMov32.dst, in emit_X86Instr()
[all …]
Dhost_amd64_defs.c2232 static UChar* doAMode_M ( UChar* p, HReg greg, AMD64AMode* am ) in doAMode_M() function
2523 p = doAMode_M(p, i->Ain.Alu64R.dst, in emit_AMD64Instr()
2546 p = doAMode_M(p, i->Ain.Alu64R.dst, in emit_AMD64Instr()
2618 p = doAMode_M(p, i->Ain.Alu64R.dst, in emit_AMD64Instr()
2634 p = doAMode_M(p, i->Ain.Alu64M.src->Ari.Reg.reg, in emit_AMD64Instr()
2730 p = doAMode_M(p, i->Ain.Lea64.dst, i->Ain.Lea64.am); in emit_AMD64Instr()
2788 p = doAMode_M(p, i->Ain.Alu32R.dst, in emit_AMD64Instr()
3044 p = doAMode_M(p, r11, i->Ain.XDirect.amRIP); in emit_AMD64Instr()
3097 p = doAMode_M(p, i->Ain.XIndir.dstGA, i->Ain.XIndir.amRIP); in emit_AMD64Instr()
3144 p = doAMode_M(p, i->Ain.XAssisted.dstGA, i->Ain.XAssisted.amRIP); in emit_AMD64Instr()
[all …]