Lines Matching refs:XDirect
656 i->Xin.XDirect.dstGA = dstGA; in X86Instr_XDirect()
657 i->Xin.XDirect.amEIP = amEIP; in X86Instr_XDirect()
658 i->Xin.XDirect.cond = cond; in X86Instr_XDirect()
659 i->Xin.XDirect.toFastEP = toFastEP; in X86Instr_XDirect()
996 showX86CondCode(i->Xin.XDirect.cond)); in ppX86Instr()
997 vex_printf("movl $0x%x,", i->Xin.XDirect.dstGA); in ppX86Instr()
998 ppX86AMode(i->Xin.XDirect.amEIP); in ppX86Instr()
1001 i->Xin.XDirect.toFastEP ? "fast" : "slow"); in ppX86Instr()
1326 addRegUsage_X86AMode(u, i->Xin.XDirect.amEIP); in getRegUsage_X86Instr()
1539 mapRegs_X86AMode(m, i->Xin.XDirect.amEIP); in mapRegs_X86Instr()
2460 if (i->Xin.XDirect.cond != Xcc_ALWAYS) { in emit_X86Instr()
2462 *p++ = toUChar(0x70 + (0xF & (i->Xin.XDirect.cond ^ 1))); in emit_X86Instr()
2470 p = doAMode_M_enc(p, 0, i->Xin.XDirect.amEIP); in emit_X86Instr()
2471 p = emit32(p, i->Xin.XDirect.dstGA); in emit_X86Instr()
2481 = i->Xin.XDirect.toFastEP ? disp_cp_chain_me_to_fastEP in emit_X86Instr()
2490 if (i->Xin.XDirect.cond != Xcc_ALWAYS) { in emit_X86Instr()