HomeSort by relevance Sort by last modified time
    Searched refs:GetShiftAmount (Results 1 - 21 of 21) sorted by null

  /external/vixl/src/aarch32/
operands-aarch32.cc 56 (operand.GetShiftAmount() == 0)) {
63 << operand.GetShiftAmount();
535 << ImmediateShiftOperand(operand.GetShift(), operand.GetShiftAmount());
operands-aarch32.h 190 uint32_t GetShiftAmount() const {
812 unsigned GetShiftAmount() const { return shift_amount_; }
assembler-aarch32.cc     [all...]
disasm-aarch32.h 310 (operand.GetShiftAmount() == 0)) {
317 << " #" << operand.GetShiftAmount();
364 operand.GetShiftAmount());
    [all...]
macro-assembler-aarch32.h     [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 852 VIXL_ASSERT(operand.GetShiftAmount() <= 4);
862 operand.GetShiftAmount());
882 } else if (operand.IsShiftedRegister() && (operand.GetShiftAmount() != 0)) {
889 operand.GetShiftAmount());
896 operand.GetShiftAmount());
    [all...]
operands-aarch64.cc 441 shift_amount_ = offset.GetShiftAmount();
455 shift_amount_ = offset.GetShiftAmount();
operands-aarch64.h 797 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();
assembler-aarch64.cc     [all...]
simulator-aarch64.cc 459 unsigned shift_amount = mem_op.GetShiftAmount();
    [all...]
  /art/compiler/optimizing/
common_arm64.h 225 mem_op.GetShiftAmount());
229 mem_op.GetShiftAmount());
nodes_shared.h 213 int GetShiftAmount() const { return shift_amount_; }
graph_visualizer.cc 533 StartAttributeStream("shift") << instruction->GetShiftAmount();
code_generator_arm.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_arm64.cc     [all...]
  /external/vixl/test/aarch32/
test-simulator-cond-rd-memop-immediate-512-a32.cc     [all...]
test-simulator-cond-rd-memop-immediate-8192-a32.cc     [all...]
test-simulator-cond-rd-memop-rs-a32.cc     [all...]
test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc     [all...]
test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc     [all...]

Completed in 434 milliseconds