Home | History | Annotate | Download | only in X86

Lines Matching refs:IsStore

296   bool IsStore = Inst.getOperand(0).isReg() && Inst.getOperand(1).isReg();
297 unsigned AddrBase = IsStore;
298 unsigned RegOp = IsStore ? 0 : 5;