HomeSort by relevance Sort by last modified time
    Searched refs:GetShift (Results 1 - 25 of 26) sorted by null

1 2

  /art/compiler/optimizing/
nodes_mips.h 112 HInstruction* GetShift() const { return InputAt(1); }
instruction_simplifier_mips.cc 100 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue();
common_arm64.h 226 } else if (mem_op.GetShift() != vixl::aarch64::NO_SHIFT) {
228 mem_op.GetShift(),
nodes_shared.h 170 HInstruction* GetShift() const { return InputAt(2); }
instruction_simplifier_shared.cc 315 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue();
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
  /external/vixl/src/aarch32/
operands-aarch32.cc 56 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
60 if (operand.GetShift().IsRRX()) {
63 return os << operand.GetBaseRegister() << ", " << operand.GetShift() << " #"
67 return os << operand.GetBaseRegister() << ", " << operand.GetShift() << " "
537 << ImmediateShiftOperand(operand.GetShift(), operand.GetShiftAmount());
assembler-aarch32.cc     [all...]
operands-aarch32.h 185 Shift GetShift() const {
823 Shift GetShift() const { return shift_; }
disasm-aarch32.h 427 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
431 if (operand.GetShift().IsRRX()) {
434 return *this << operand.GetBaseRegister() << ", " << operand.GetShift()
438 return *this << operand.GetBaseRegister() << ", " << operand.GetShift()
482 << ImmediateShiftOperand(operand.GetShift(),
    [all...]
macro-assembler-aarch32.cc 703 switch (operand.GetShift().GetType()) {
821 switch (operand.GetShift().GetType()) {
    [all...]
macro-assembler-aarch32.h     [all...]
disasm-aarch32.cc     [all...]
instructions-aarch32.h     [all...]
  /external/vixl/src/aarch64/
operands-aarch64.h 785 Shift GetShift() const {
789 VIXL_DEPRECATED("GetShift", Shift shift() const) { return GetShift(); }
850 Shift GetShift() const { return shift_; }
851 VIXL_DEPRECATED("GetShift", Shift shift() const) { return GetShift(); }
macro-assembler-aarch64.cc 932 operand.GetShift(),
    [all...]
operands-aarch64.cc 446 shift_ = offset.GetShift();
assembler-aarch64.cc     [all...]
simulator-aarch64.cc 460 if (mem_op.GetShift() != NO_SHIFT) {
461 offset = ShiftOperand(kXRegSize, offset, mem_op.GetShift(), shift_amount);
    [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 496 milliseconds

1 2