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.h206 kOrn, enumerator
Dmacro-assembler-aarch32.cc1110 VIXL_ASSERT((type == kOrn) || (type == kOrns) || (type == kRsc) || in Delegate()
1187 if (((type == kOrn) || (type == kOrns)) && IsModifiedImmediate(~imm)) { in Delegate()
1190 case kOrn: in Delegate()
1205 if (IsUsingA32() && ((type == kOrn) || (type == kOrns))) { in Delegate()
Dassembler-aarch32.h663 VIXL_ASSERT((type == kAddw) || (type == kOrn) || (type == kOrns) || in Delegate()
Ddisasm-aarch32.cc1990 os().SetCurrentInstruction(kOrn, kBitwise); in orn()
1991 os() << ToCString(kOrn) << ConditionPrinter(it_block_, cond); in orn()
Dassembler-aarch32.cc7082 Delegate(kOrn, &Assembler::orn, cond, rd, rn, operand); in orn()