Home | History | Annotate | Download | only in src

Lines Matching defs:Rotate

1992       uint32_t Imm8, Rotate;
1996 } else if (OperandARM32FlexImm::canHoldImm(OffsetDiff, &Rotate, &Imm8)) {
1998 Target->Func, IceType_i32, Imm8, Rotate);
2002 } else if (OperandARM32FlexImm::canHoldImm(-OffsetDiff, &Rotate, &Imm8)) {
2004 Target->Func, IceType_i32, Imm8, Rotate);
2526 uint32_t Rotate, Imm8;
2527 return OperandARM32FlexImm::canHoldImm(getConstantValue(), &Rotate, &Imm8);
2531 uint32_t Rotate, Imm8;
2533 -static_cast<int32_t>(getConstantValue()), &Rotate, &Imm8);
2543 uint32_t Rotate, Imm8;
2545 ~static_cast<uint32_t>(getConstantValue()), &Rotate, &Imm8);