Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c1979 static UChar* doAMode_M_enc ( UChar* p, UInt gregEnc, X86AMode* am ) in doAMode_M_enc() function
2260 p = doAMode_M_enc(p, 0, i->Xin.Alu32M.dst); in emit_X86Instr()
2285 p = doAMode_M_enc(p, subopc_imm, i->Xin.Alu32M.dst); in emit_X86Instr()
2290 p = doAMode_M_enc(p, subopc_imm, i->Xin.Alu32M.dst); in emit_X86Instr()
2327 p = doAMode_M_enc(p, 0, i->Xin.Test32.dst->Xrm.Mem.am); in emit_X86Instr()
2355 p = doAMode_M_enc(p, subopc, i->Xin.MulL.src->Xrm.Mem.am); in emit_X86Instr()
2370 p = doAMode_M_enc(p, subopc, i->Xin.Div.src->Xrm.Mem.am); in emit_X86Instr()
2399 p = doAMode_M_enc(p, 6, i->Xin.Push.src->Xrmi.Mem.am); in emit_X86Instr()
2470 p = doAMode_M_enc(p, 0, i->Xin.XDirect.amEIP); in emit_X86Instr()
2769 p = doAMode_M_enc(p, 1, i->Xin.DACAS.addr); in emit_X86Instr()
[all …]
Dhost_amd64_defs.c2144 static UChar* doAMode_M_enc ( UChar* p, UInt gregEnc3210, AMD64AMode* am ) in doAMode_M_enc() function
2547 p = doAMode_M_enc(p, 0, i->Ain.Alu64M.dst); in emit_AMD64Instr()
2676 p = doAMode_M_enc(p, subopc, i->Ain.MulL.src->Arm.Mem.am); in emit_AMD64Instr()
2696 p = doAMode_M_enc(p, subopc, i->Ain.Div.src->Arm.Mem.am); in emit_AMD64Instr()
2713 p = doAMode_M_enc(p, subopc, i->Ain.Div.src->Arm.Mem.am); in emit_AMD64Instr()
2732 p = doAMode_M_enc(p, 6, i->Ain.Push.src->Armi.Mem.am); in emit_AMD64Instr()
3230 p = doAMode_M_enc(p, 1, i->Ain.DACAS.addr); in emit_AMD64Instr()
3247 p = doAMode_M_enc(p, 0/*subopcode*/, i->Ain.A87PushPop.addr); in emit_AMD64Instr()
3253 p = doAMode_M_enc(p, 3/*subopcode*/, i->Ain.A87PushPop.addr); in emit_AMD64Instr()
3296 p = doAMode_M_enc(p, 5/*subopcode*/, i->Ain.A87LdCW.addr); in emit_AMD64Instr()
[all …]