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

  /external/vixl/src/aarch32/
operands-aarch32.cc 525 if ((operand.GetOffsetImmediate() != 0) || operand.GetSign().IsMinus() ||
528 os << ", #" << operand.GetSign() << operand.GetOffsetImmediate();
534 os << ", " << operand.GetSign() << operand.GetOffsetRegister();
536 os << ", " << operand.GetSign() << operand.GetOffsetRegister()
macro-assembler-aarch32.cc     [all...]
assembler-aarch32.cc     [all...]
disasm-aarch32.h 470 operand.GetSign().IsMinus() ||
473 *this << ", #" << operand.GetSign() << operand.GetOffsetImmediate();
479 *this << ", " << operand.GetSign() << operand.GetOffsetRegister();
481 *this << ", " << operand.GetSign() << operand.GetOffsetRegister()
    [all...]
operands-aarch32.h 821 Sign GetSign() const { return sign_; }
macro-assembler-aarch32.h     [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 377 milliseconds