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

  /external/vixl/src/aarch32/
operands-aarch32.cc 525 if ((operand.GetOffsetImmediate() != 0) || operand.GetSign().IsMinus() ||
527 if (operand.GetOffsetImmediate() == 0) {
528 os << ", #" << operand.GetSign() << operand.GetOffsetImmediate();
530 os << ", #" << operand.GetOffsetImmediate();
macro-assembler-aarch32.cc     [all...]
disasm-aarch32.h 469 if ((operand.GetOffsetImmediate() != 0) ||
472 if (operand.GetOffsetImmediate() == 0) {
473 *this << ", #" << operand.GetSign() << operand.GetOffsetImmediate();
475 *this << ", #" << operand.GetOffsetImmediate();
    [all...]
operands-aarch32.h 814 int32_t GetOffsetImmediate() const { return offset_; }
assembler-aarch32.cc     [all...]
  /art/disassembler/
disassembler_arm.cc 93 options_->thread_offset_name_function_(os(), operand.GetOffsetImmediate());
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 294 DCHECK_LT(lock_word.GetOffsetImmediate(), 0);
  /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 536 milliseconds