Home
last modified time | relevance | path

Searched refs:kVswp (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc829 case kVswp: in ToCString()
Dconstants-aarch32.h515 kVswp, enumerator
Dassembler-aarch32.h1116 (type == kVrsqrte) || (type == kVsqrt) || (type == kVswp) || in Delegate()
1131 (type == kVrev64) || (type == kVrsqrte) || (type == kVswp) || in Delegate()
Ddisasm-aarch32.cc6920 os().SetCurrentInstruction(kVswp, kFpNeon); in vswp()
6921 os() << ToCString(kVswp) << ConditionPrinter(it_block_, cond) << dt << " " in vswp()
6929 os().SetCurrentInstruction(kVswp, kFpNeon); in vswp()
6930 os() << ToCString(kVswp) << ConditionPrinter(it_block_, cond) << dt << " " in vswp()
Dassembler-aarch32.cc26218 Delegate(kVswp, &Assembler::vswp, cond, dt, rd, rm); in vswp()
26239 Delegate(kVswp, &Assembler::vswp, cond, dt, rd, rm); in vswp()