Searched refs:GetShiftAmount (Results 1 – 15 of 15) sorted by relevance
57 (operand.GetShiftAmount() == 0)) { in operator <<()64 << operand.GetShiftAmount(); in operator <<()537 << ImmediateShiftOperand(operand.GetShift(), operand.GetShiftAmount()); in operator <<()
190 uint32_t GetShiftAmount() const { in GetShiftAmount() function824 unsigned GetShiftAmount() const { return shift_amount_; } in GetShiftAmount() function
1954 uint32_t amount = operand.GetShiftAmount(); in adc()2042 uint32_t amount = operand.GetShiftAmount(); in adcs()2241 uint32_t amount = operand.GetShiftAmount(); in add()2410 uint32_t amount = operand.GetShiftAmount(); in adds()2726 uint32_t amount = operand.GetShiftAmount(); in and_()2814 uint32_t amount = operand.GetShiftAmount(); in ands()3281 uint32_t amount = operand.GetShiftAmount(); in bic()3369 uint32_t amount = operand.GetShiftAmount(); in bics()3853 uint32_t amount = operand.GetShiftAmount(); in cmn()3951 uint32_t amount = operand.GetShiftAmount(); in cmp()[all …]
428 (operand.GetShiftAmount() == 0)) {435 << " #" << operand.GetShiftAmount();483 operand.GetShiftAmount());
2506 (operand.GetShiftAmount() >= 1) && in Mov()2507 (((operand.GetShiftAmount() <= 32) && in Mov()2509 ((operand.GetShiftAmount() < 32) && in Mov()
896 VIXL_ASSERT(operand.GetShiftAmount() <= 4); in LogicalMacro()906 operand.GetShiftAmount()); in LogicalMacro()926 } else if (operand.IsShiftedRegister() && (operand.GetShiftAmount() != 0)) { in Mov()933 operand.GetShiftAmount()); in Mov()940 operand.GetShiftAmount()); in Mov()1139 operand.GetShiftAmount()); in Mvn()1192 if ((operand.IsShiftedRegister() && (operand.GetShiftAmount() == 0)) || in ConditionalCompareMacro()1669 Add(dst, base, Operand(reg_offset, extend, mem_op.GetShiftAmount())); in ComputeAddress()1672 Add(dst, base, Operand(reg_offset, shift, mem_op.GetShiftAmount())); in ComputeAddress()1790 } else if (operand.IsShiftedRegister() && (operand.GetShiftAmount() != 0)) { in AddSubWithCarryMacro()[all …]
797 unsigned GetShiftAmount() const { in GetShiftAmount() function802 return GetShiftAmount(); in shift_amount()856 unsigned GetShiftAmount() const { return shift_amount_; } in GetShiftAmount() function858 return GetShiftAmount(); in shift_amount()
447 shift_amount_ = offset.GetShiftAmount(); in MemOperand()461 shift_amount_ = offset.GetShiftAmount(); in MemOperand()
3986 VIXL_ASSERT(operand.IsShiftedRegister() && (operand.GetShiftAmount() == 0)); in AddSubWithCarry()4070 VIXL_ASSERT(operand.IsShiftedRegister() && (operand.GetShiftAmount() == 0)); in ConditionalCompare()4226 (rn.Is32Bits() && IsUint5(operand.GetShiftAmount()))); in DataProcShiftedRegister()4228 ImmDPShift(operand.GetShiftAmount()) | Rm(operand.GetRegister()) | in DataProcShiftedRegister()4241 ImmExtendShift(operand.GetShiftAmount()) | dest_reg | RnSP(rn)); in DataProcExtendedRegister()4282 unsigned shift_amount = addr.GetShiftAmount(); in LoadStoreMemOperand()
459 unsigned shift_amount = mem_op.GetShiftAmount(); in ComputeMemOperandAddress()
3448 memop.GetShiftAmount())); in TestHelper()3491 memop.GetShiftAmount())); in TestHelper()
3461 memop.GetShiftAmount())); in TestHelper()3505 memop.GetShiftAmount())); in TestHelper()
3457 memop.GetShiftAmount())); in TestHelper()3501 memop.GetShiftAmount())); in TestHelper()