Lines Matching refs:XIndir
666 i->Xin.XIndir.dstGA = dstGA; in X86Instr_XIndir()
667 i->Xin.XIndir.amEIP = amEIP; in X86Instr_XIndir()
668 i->Xin.XIndir.cond = cond; in X86Instr_XIndir()
1006 showX86CondCode(i->Xin.XIndir.cond)); in ppX86Instr()
1007 ppHRegX86(i->Xin.XIndir.dstGA); in ppX86Instr()
1009 ppX86AMode(i->Xin.XIndir.amEIP); in ppX86Instr()
1329 addHRegUse(u, HRmRead, i->Xin.XIndir.dstGA); in getRegUsage_X86Instr()
1330 addRegUsage_X86AMode(u, i->Xin.XIndir.amEIP); in getRegUsage_X86Instr()
1542 mapReg(m, &i->Xin.XIndir.dstGA); in mapRegs_X86Instr()
1543 mapRegs_X86AMode(m, i->Xin.XIndir.amEIP); in mapRegs_X86Instr()
2512 if (i->Xin.XIndir.cond != Xcc_ALWAYS) { in emit_X86Instr()
2514 *p++ = toUChar(0x70 + (0xF & (i->Xin.XIndir.cond ^ 1))); in emit_X86Instr()
2521 p = doAMode_M(p, i->Xin.XIndir.dstGA, i->Xin.XIndir.amEIP); in emit_X86Instr()
2531 if (i->Xin.XIndir.cond != Xcc_ALWAYS) { in emit_X86Instr()
2554 p = doAMode_M(p, i->Xin.XIndir.dstGA, i->Xin.XIndir.amEIP); in emit_X86Instr()