Home
last modified time | relevance | path

Searched refs:kOrn (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc211 case kOrn: in ToCString()
Dconstants-aarch32.h210 kOrn, enumerator
Dmacro-assembler-aarch32.cc814 VIXL_ASSERT((type == kOrn) || (type == kOrns) || (type == kRsc) || in Delegate()
891 if (((type == kOrn) || (type == kOrns)) && IsModifiedImmediate(~imm)) { in Delegate()
894 case kOrn: in Delegate()
909 if (IsUsingA32() && ((type == kOrn) || (type == kOrns))) { in Delegate()
Dassembler-aarch32.h679 VIXL_ASSERT((type == kAddw) || (type == kOrn) || (type == kOrns) || in Delegate()
Ddisasm-aarch32.cc2003 os().SetCurrentInstruction(kOrn, kBitwise); in orn()
2004 os() << ToCString(kOrn) << ConditionPrinter(it_block_, cond); in orn()
Dassembler-aarch32.cc7743 Delegate(kOrn, &Assembler::orn, cond, rd, rn, operand); in orn()