Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc193 case kMovt: in ToCString()
Dconstants-aarch32.h197 kMovt, enumerator
Dmacro-assembler-aarch32.cc963 VIXL_ASSERT((type == kMovt) || (type == kSxtb16) || (type == kTeq) || in Delegate()
966 if (type == kMovt) { in Delegate()
Dassembler-aarch32.h643 VIXL_ASSERT((type == kAdd) || (type == kMovt) || (type == kMovw) || in Delegate()
Ddisasm-aarch32.cc1925 os().SetCurrentInstruction(kMovt, kNoAttribute); in movt()
1926 os() << ToCString(kMovt) << ConditionPrinter(it_block_, cond) << " " << rd in movt()
Dassembler-aarch32.cc6719 Delegate(kMovt, &Assembler::movt, cond, rd, operand); in movt()