Lines Matching refs:XAssisted
673 i->Xin.XAssisted.dstGA = dstGA; in X86Instr_XAssisted()
674 i->Xin.XAssisted.amEIP = amEIP; in X86Instr_XAssisted()
675 i->Xin.XAssisted.cond = cond; in X86Instr_XAssisted()
676 i->Xin.XAssisted.jk = jk; in X86Instr_XAssisted()
1011 showX86CondCode(i->Xin.XAssisted.cond)); in ppX86Instr()
1013 ppHRegX86(i->Xin.XAssisted.dstGA); in ppX86Instr()
1015 ppX86AMode(i->Xin.XAssisted.amEIP); in ppX86Instr()
1017 (Int)i->Xin.XAssisted.jk); in ppX86Instr()
1329 addHRegUse(u, HRmRead, i->Xin.XAssisted.dstGA); in getRegUsage_X86Instr()
1330 addRegUsage_X86AMode(u, i->Xin.XAssisted.amEIP); in getRegUsage_X86Instr()
1542 mapReg(m, &i->Xin.XAssisted.dstGA); in mapRegs_X86Instr()
1543 mapRegs_X86AMode(m, i->Xin.XAssisted.amEIP); in mapRegs_X86Instr()
2500 if (i->Xin.XAssisted.cond != Xcc_ALWAYS) { in emit_X86Instr()
2502 *p++ = toUChar(0x70 + (0xF & (i->Xin.XAssisted.cond ^ 1))); in emit_X86Instr()
2512 switch (i->Xin.XAssisted.jk) { in emit_X86Instr()
2533 ppIRJumpKind(i->Xin.XAssisted.jk); in emit_X86Instr()
2548 if (i->Xin.XAssisted.cond != Xcc_ALWAYS) { in emit_X86Instr()