Searched refs:Int32ConstantFrom (Results 1 – 4 of 4) sorted by relevance
155 inline int32_t Int32ConstantFrom(HInstruction* instr) { in Int32ConstantFrom() function169 inline int32_t Int32ConstantFrom(Location location) { in Int32ConstantFrom() function170 return Int32ConstantFrom(location.GetConstant()); in Int32ConstantFrom()194 return vixl::aarch32::Operand(Int32ConstantFrom(location)); in OperandFrom()
29 using helpers::Int32ConstantFrom;146 uint32_t shift_value = Int32ConstantFrom(rhs->AsConstant()) & kMaxLongShiftDistance; in HandleShiftLatencies()836 int32_t imm = Int32ConstantFrom(rhs->AsConstant()); in VisitDiv()904 int32_t imm = Int32ConstantFrom(rhs->AsConstant()); in VisitRem()
63 using helpers::Int32ConstantFrom;1796 ret = IsUint<8>(Int32ConstantFrom(constant)); in CanEncodeConstantAs8BitImmediate()4255 int32_t imm = Int32ConstantFrom(second); in DivRemOneOrMinusOne()4279 int32_t imm = Int32ConstantFrom(second); in DivRemByPowerOfTwo()4361 int32_t imm = Int32ConstantFrom(second); in GenerateDivRemWithAnyConstant()4442 int32_t imm = Int32ConstantFrom(second); in GenerateDivRemConstantIntegral()5023 if (Int32ConstantFrom(value) == 0) { in VisitDivZeroCheck()5250 int32_t cst = Int32ConstantFrom(second); in HandleShift()5335 int32_t cst = Int32ConstantFrom(second); in HandleShift()6954 __ Add(out, first, Int32ConstantFrom(second)); in VisitIntermediateAddress()[all …]
47 using helpers::Int32ConstantFrom;89 int32_t constant = Int32ConstantFrom(pos); in GenSystemArrayCopyBaseAddress()111 int32_t constant = Int32ConstantFrom(copy_length); in GenSystemArrayCopyEndAddress()1105 if (static_cast<uint32_t>(Int32ConstantFrom(code_point)) > in GenerateVisitStringIndexOf()1288 int32_t pos_const = Int32ConstantFrom(pos); in CheckPosition()1294 __ Cmp(temp, Int32ConstantFrom(length)); in CheckPosition()1308 __ Cmp(temp, Int32ConstantFrom(length)); in CheckPosition()1331 __ Cmp(temp, Int32ConstantFrom(length)); in CheckPosition()1375 int32_t src_pos_constant = Int32ConstantFrom(src_pos); in VisitSystemArrayCopy()1377 int32_t dest_pos_constant = Int32ConstantFrom(dest_pos); in VisitSystemArrayCopy()[all …]