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

  /external/vixl/src/aarch32/
operands-aarch32.cc 534 os << ", " << operand.GetSign() << operand.GetOffsetRegister();
536 os << ", " << operand.GetSign() << operand.GetOffsetRegister()
554 os << ", " << operand.GetOffsetRegister();
operands-aarch32.h 822 Register GetOffsetRegister() const { return rm_; }
assembler-aarch32.cc     [all...]
macro-assembler-aarch32.cc     [all...]
disasm-aarch32.h 479 *this << ", " << operand.GetSign() << operand.GetOffsetRegister();
481 *this << ", " << operand.GetSign() << operand.GetOffsetRegister()
503 *this << ", " << operand.GetOffsetRegister();
    [all...]
macro-assembler-aarch32.h 547 AliasesAvailableScratchRegister(operand.GetOffsetRegister()));
    [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 392 milliseconds