Home
last modified time | relevance | path

Searched refs:GetShiftAmount (Results 1 – 15 of 15) sorted by relevance

/external/vixl/src/aarch32/
Doperands-aarch32.cc57 (operand.GetShiftAmount() == 0)) { in operator <<()
64 << operand.GetShiftAmount(); in operator <<()
537 << ImmediateShiftOperand(operand.GetShift(), operand.GetShiftAmount()); in operator <<()
Doperands-aarch32.h190 uint32_t GetShiftAmount() const { in GetShiftAmount() function
824 unsigned GetShiftAmount() const { return shift_amount_; } in GetShiftAmount() function
Dassembler-aarch32.cc1969 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 …]
Ddisasm-aarch32.h429 (operand.GetShiftAmount() == 0)) {
436 << " #" << operand.GetShiftAmount();
484 operand.GetShiftAmount());
Dmacro-assembler-aarch32.h2506 (operand.GetShiftAmount() >= 1) && in Mov()
2507 (((operand.GetShiftAmount() <= 32) && in Mov()
2509 ((operand.GetShiftAmount() < 32) && in Mov()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc896 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 …]
Doperands-aarch64.h829 unsigned GetShiftAmount() const { in GetShiftAmount() function
834 return GetShiftAmount(); in shift_amount()
888 unsigned GetShiftAmount() const { return shift_amount_; } in GetShiftAmount() function
890 return GetShiftAmount(); in shift_amount()
Doperands-aarch64.cc447 shift_amount_ = offset.GetShiftAmount(); in MemOperand()
461 shift_amount_ = offset.GetShiftAmount(); in MemOperand()
Dassembler-aarch64.cc5124 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()
Dsimulator-aarch64.cc493 unsigned shift_amount = mem_op.GetShiftAmount(); in ComputeMemOperandAddress()
/external/vixl/test/aarch32/
Dtest-simulator-cond-rd-memop-immediate-8192-a32.cc3448 memop.GetShiftAmount())); in TestHelper()
3491 memop.GetShiftAmount())); in TestHelper()
Dtest-simulator-cond-rd-memop-immediate-512-a32.cc3448 memop.GetShiftAmount())); in TestHelper()
3491 memop.GetShiftAmount())); in TestHelper()
Dtest-simulator-cond-rd-memop-rs-a32.cc3461 memop.GetShiftAmount())); in TestHelper()
3505 memop.GetShiftAmount())); in TestHelper()
Dtest-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc3457 memop.GetShiftAmount())); in TestHelper()
3501 memop.GetShiftAmount())); in TestHelper()
Dtest-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc3457 memop.GetShiftAmount())); in TestHelper()
3501 memop.GetShiftAmount())); in TestHelper()