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

/external/vixl/src/aarch32/
H A Doperands-aarch32.cc56 (operand.GetShiftAmount() == 0)) {
63 << operand.GetShiftAmount();
535 << ImmediateShiftOperand(operand.GetShift(), operand.GetShiftAmount());
H A Dassembler-aarch32.cc1844 uint32_t amount = operand.GetShiftAmount();
1932 uint32_t amount = operand.GetShiftAmount();
2131 uint32_t amount = operand.GetShiftAmount();
2300 uint32_t amount = operand.GetShiftAmount();
2573 uint32_t amount = operand.GetShiftAmount();
2657 uint32_t amount = operand.GetShiftAmount();
3070 uint32_t amount = operand.GetShiftAmount();
3154 uint32_t amount = operand.GetShiftAmount();
3540 uint32_t amount = operand.GetShiftAmount();
3633 uint32_t amount = operand.GetShiftAmount();
[all...]
H A Doperands-aarch32.h190 uint32_t GetShiftAmount() const { function in class:vixl::aarch32::Operand
812 unsigned GetShiftAmount() const { return shift_amount_; } function in class:vixl::aarch32::MemOperand
H A Ddisasm-aarch32.h310 (operand.GetShiftAmount() == 0)) {
317 << " #" << operand.GetShiftAmount();
364 operand.GetShiftAmount());
H A Dmacro-assembler-aarch32.h2560 (operand.GetShiftAmount() >= 1) &&
2561 (((operand.GetShiftAmount() <= 32) &&
2563 ((operand.GetShiftAmount() < 32) &&
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc852 VIXL_ASSERT(operand.GetShiftAmount() <= 4);
862 operand.GetShiftAmount());
882 } else if (operand.IsShiftedRegister() && (operand.GetShiftAmount() != 0)) {
889 operand.GetShiftAmount());
896 operand.GetShiftAmount());
1095 operand.GetShiftAmount());
1148 if ((operand.IsShiftedRegister() && (operand.GetShiftAmount() == 0)) ||
1617 Add(dst, base, Operand(reg_offset, extend, mem_op.GetShiftAmount()));
1620 Add(dst, base, Operand(reg_offset, shift, mem_op.GetShiftAmount()));
1725 } else if (operand.IsShiftedRegister() && (operand.GetShiftAmount() !
[all...]
H A Doperands-aarch64.cc441 shift_amount_ = offset.GetShiftAmount();
455 shift_amount_ = offset.GetShiftAmount();
H A Doperands-aarch64.h797 unsigned GetShiftAmount() const {
801 VIXL_DEPRECATED("GetShiftAmount", unsigned shift_amount() const) {
802 return GetShiftAmount();
856 unsigned GetShiftAmount() const { return shift_amount_; }
857 VIXL_DEPRECATED("GetShiftAmount", unsigned shift_amount() const) {
858 return GetShiftAmount();
H A Dassembler-aarch64.cc3986 VIXL_ASSERT(operand.IsShiftedRegister() && (operand.GetShiftAmount() == 0));
4070 VIXL_ASSERT(operand.IsShiftedRegister() && (operand.GetShiftAmount() == 0));
4226 (rn.Is32Bits() && IsUint5(operand.GetShiftAmount())));
4228 ImmDPShift(operand.GetShiftAmount()) | Rm(operand.GetRegister()) |
4241 ImmExtendShift(operand.GetShiftAmount()) | dest_reg | RnSP(rn));
4282 unsigned shift_amount = addr.GetShiftAmount();
H A Dsimulator-aarch64.cc459 unsigned shift_amount = mem_op.GetShiftAmount();
/external/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-memop-immediate-512-a32.cc3450 memop.GetShiftAmount()));
3493 memop.GetShiftAmount()));
H A Dtest-simulator-cond-rd-memop-immediate-8192-a32.cc3450 memop.GetShiftAmount()));
3493 memop.GetShiftAmount()));
H A Dtest-simulator-cond-rd-memop-rs-a32.cc3463 memop.GetShiftAmount()));
3507 memop.GetShiftAmount()));
H A Dtest-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc3459 memop.GetShiftAmount()));
3503 memop.GetShiftAmount()));
H A Dtest-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc3459 memop.GetShiftAmount()));
3503 memop.GetShiftAmount()));

Completed in 597 milliseconds