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

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

Completed in 220 milliseconds