Lines Matching refs:XDirect
910 i->Min.XDirect.dstGA = dstGA; in MIPSInstr_XDirect()
911 i->Min.XDirect.amPC = amPC; in MIPSInstr_XDirect()
912 i->Min.XDirect.cond = cond; in MIPSInstr_XDirect()
913 i->Min.XDirect.toFastEP = toFastEP; in MIPSInstr_XDirect()
1320 showMIPSCondCode(i->Min.XDirect.cond)); in ppMIPSInstr()
1321 vex_printf("move $9, 0x%x,", (UInt)i->Min.XDirect.dstGA); in ppMIPSInstr()
1323 ppMIPSAMode(i->Min.XDirect.amPC, mode64); in ppMIPSInstr()
1325 i->Min.XDirect.toFastEP ? "fast" : "slow"); in ppMIPSInstr()
1687 addRegUsage_MIPSAMode(u, i->Min.XDirect.amPC); in getRegUsage_MIPSInstr()
1845 mapRegs_MIPSAMode(m, i->Min.XDirect.amPC); in mapRegs_MIPSInstr()
3005 if (i->Min.XDirect.cond != MIPScc_AL) { in emit_MIPSInstr()
3006 vassert(i->Min.XDirect.cond != MIPScc_NV); in emit_MIPSInstr()
3014 p = mkLoadImm_EXACTLY2or6(p, /*r*/ 9, (ULong)i->Min.XDirect.dstGA, in emit_MIPSInstr()
3017 i->Min.XDirect.amPC, mode64); in emit_MIPSInstr()
3027 = i->Min.XDirect.toFastEP ? disp_cp_chain_me_to_fastEP in emit_MIPSInstr()
3038 if (i->Min.XDirect.cond != MIPScc_AL) { in emit_MIPSInstr()