Home | History | Annotate | Download | only in src

Lines Matching refs:canHoldImm

1996       } else if (OperandARM32FlexImm::canHoldImm(OffsetDiff, &Rotate, &Imm8)) {
2002 } else if (OperandARM32FlexImm::canHoldImm(-OffsetDiff, &Rotate, &Imm8)) {
2527 return OperandARM32FlexImm::canHoldImm(getConstantValue(), &Rotate, &Imm8);
2532 return OperandARM32FlexImm::canHoldImm(
2544 return OperandARM32FlexImm::canHoldImm(
6254 return !OperandARM32FlexFpImm::canHoldImm(Opnd, &_);
6260 return !OperandARM32FlexFpImm::canHoldImm(Opnd, &_) &&
6441 if (OperandARM32FlexImm::canHoldImm(Value, &RotateAmt, &Immed_8)) {
6449 } else if (OperandARM32FlexImm::canHoldImm(~Value, &RotateAmt,
6488 if (OperandARM32FlexFpImm::canHoldImm(From, &ModifiedImm)) {
6628 if (OperandARM32FlexImm::canHoldImm(Align - 1, &RotateAmt, &Immed_8)) {