Searched refs:kVrev64 (Results 1 – 5 of 5) sorted by relevance
/third_party/vixl/src/aarch32/ |
D | constants-aarch32.cc | 749 case kVrev64: in ToCString()
|
D | constants-aarch32.h | 479 kVrev64, enumerator
|
D | assembler-aarch32.h | 1159 (type == kVrev64) || (type == kVrintr) || (type == kVrintx) || in Delegate() 1176 (type == kVrev64) || (type == kVrsqrte) || (type == kVswp) || in Delegate()
|
D | disasm-aarch32.cc | 6131 os().SetCurrentInstruction(kVrev64, kFpNeon); in vrev64() 6132 os() << ToCString(kVrev64) << ConditionPrinter(it_block_, cond) << dt << " " in vrev64() 6140 os().SetCurrentInstruction(kVrev64, kFpNeon); in vrev64() 6141 os() << ToCString(kVrev64) << ConditionPrinter(it_block_, cond) << dt << " " in vrev64()
|
D | assembler-aarch32.cc | 24132 Delegate(kVrev64, &Assembler::vrev64, cond, dt, rd, rm); in vrev64() 24162 Delegate(kVrev64, &Assembler::vrev64, cond, dt, rd, rm); in vrev64()
|