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
1969 uint32_t amount = operand.GetShiftAmount(); in adc()2057 uint32_t amount = operand.GetShiftAmount(); in adcs()2256 uint32_t amount = operand.GetShiftAmount(); in add()2425 uint32_t amount = operand.GetShiftAmount(); in adds()2741 uint32_t amount = operand.GetShiftAmount(); in and_()2829 uint32_t amount = operand.GetShiftAmount(); in ands()3296 uint32_t amount = operand.GetShiftAmount(); in bic()3384 uint32_t amount = operand.GetShiftAmount(); in bics()3868 uint32_t amount = operand.GetShiftAmount(); in cmn()3966 uint32_t amount = operand.GetShiftAmount(); in cmp()[all …]
429 (operand.GetShiftAmount() == 0)) {436 << " #" << operand.GetShiftAmount();484 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()1716 Add(dst, base, Operand(reg_offset, extend, mem_op.GetShiftAmount())); in ComputeAddress()1719 Add(dst, base, Operand(reg_offset, shift, mem_op.GetShiftAmount())); in ComputeAddress()1837 } else if (operand.IsShiftedRegister() && (operand.GetShiftAmount() != 0)) { in AddSubWithCarryMacro()[all …]
829 unsigned GetShiftAmount() const { in GetShiftAmount() function834 return GetShiftAmount(); in shift_amount()888 unsigned GetShiftAmount() const { return shift_amount_; } in GetShiftAmount() function890 return GetShiftAmount(); in shift_amount()
447 shift_amount_ = offset.GetShiftAmount(); in MemOperand()461 shift_amount_ = offset.GetShiftAmount(); in MemOperand()
5124 VIXL_ASSERT(operand.IsShiftedRegister() && (operand.GetShiftAmount() == 0)); in AddSubWithCarry()5208 VIXL_ASSERT(operand.IsShiftedRegister() && (operand.GetShiftAmount() == 0)); in ConditionalCompare()5364 (rn.Is32Bits() && IsUint5(operand.GetShiftAmount()))); in DataProcShiftedRegister()5366 ImmDPShift(operand.GetShiftAmount()) | Rm(operand.GetRegister()) | in DataProcShiftedRegister()5379 ImmExtendShift(operand.GetShiftAmount()) | dest_reg | RnSP(rn)); in DataProcExtendedRegister()5420 unsigned shift_amount = addr.GetShiftAmount(); in LoadStoreMemOperand()
493 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()