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.cc1954 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 …]
Ddisasm-aarch32.h428 (operand.GetShiftAmount() == 0)) {
435 << " #" << operand.GetShiftAmount();
483 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()
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 …]
Doperands-aarch64.h797 unsigned GetShiftAmount() const { in GetShiftAmount() function
802 return GetShiftAmount(); in shift_amount()
856 unsigned GetShiftAmount() const { return shift_amount_; } in GetShiftAmount() function
858 return GetShiftAmount(); in shift_amount()
Doperands-aarch64.cc447 shift_amount_ = offset.GetShiftAmount(); in MemOperand()
461 shift_amount_ = offset.GetShiftAmount(); in MemOperand()
Dassembler-aarch64.cc3986 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()
Dsimulator-aarch64.cc459 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()