Searched refs:IsSPFirstOperand (Results 1 – 3 of 3) sorted by relevance
161 bool IsSPFirstOperand = isStackPointerFirstOperand(Inst); in emitInstruction() local162 if (IsMemAccess || IsSPFirstOperand) { in emitInstruction()166 bool MaskAfter = IsSPFirstOperand && !IsStore; in emitInstruction()
153 bool IsSPFirstOperand = isStackPointerFirstOperand(Inst); in EmitInstruction() local154 if (IsMemAccess || IsSPFirstOperand) { in EmitInstruction()158 bool MaskAfter = IsSPFirstOperand && !IsStore; in EmitInstruction()
161 bool IsSPFirstOperand = isStackPointerFirstOperand(Inst); in EmitInstruction() local162 if (IsMemAccess || IsSPFirstOperand) { in EmitInstruction()166 bool MaskAfter = IsSPFirstOperand && !IsStore; in EmitInstruction()