Lines Matching refs:isLoad
768 X86Instr* X86Instr_FpLdSt ( Bool isLoad, UChar sz, HReg reg, X86AMode* addr ) { in X86Instr_FpLdSt() argument
771 i->Xin.FpLdSt.isLoad = isLoad; in X86Instr_FpLdSt()
778 X86Instr* X86Instr_FpLdStI ( Bool isLoad, UChar sz, in X86Instr_FpLdStI() argument
782 i->Xin.FpLdStI.isLoad = isLoad; in X86Instr_FpLdStI()
832 X86Instr* X86Instr_SseLdSt ( Bool isLoad, HReg reg, X86AMode* addr ) { in X86Instr_SseLdSt() argument
835 i->Xin.SseLdSt.isLoad = isLoad; in X86Instr_SseLdSt()
1084 if (i->Xin.FpLdSt.isLoad) { in ppX86Instr()
1099 if (i->Xin.FpLdStI.isLoad) { in ppX86Instr()
1146 if (i->Xin.SseLdSt.isLoad) { in ppX86Instr()
1380 addHRegUse(u, i->Xin.FpLdSt.isLoad ? HRmWrite : HRmRead, in getRegUsage_X86Instr()
1385 addHRegUse(u, i->Xin.FpLdStI.isLoad ? HRmWrite : HRmRead, in getRegUsage_X86Instr()
1410 addHRegUse(u, i->Xin.SseLdSt.isLoad ? HRmWrite : HRmRead, in getRegUsage_X86Instr()
2896 if (i->Xin.FpLdSt.isLoad) { in emit_X86Instr()
2946 if (i->Xin.FpLdStI.isLoad) { in emit_X86Instr()
3061 *p++ = toUChar(i->Xin.SseLdSt.isLoad ? 0x10 : 0x11); in emit_X86Instr()