Searched refs:kVrev16 (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 745 case kVrev16: in ToCString()
|
D | constants-aarch32.h | 473 kVrev16, enumerator
|
D | assembler-aarch32.h | 1115 (type == kVrev16) || (type == kVrev32) || (type == kVrev64) || in Delegate() 1130 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
|
D | disasm-aarch32.cc | 6128 os().SetCurrentInstruction(kVrev16, kFpNeon); in vrev16() 6129 os() << ToCString(kVrev16) << ConditionPrinter(it_block_, cond) << dt << " " in vrev16() 6137 os().SetCurrentInstruction(kVrev16, kFpNeon); in vrev16() 6138 os() << ToCString(kVrev16) << ConditionPrinter(it_block_, cond) << dt << " " in vrev16()
|
D | assembler-aarch32.cc | 22710 Delegate(kVrev16, &Assembler::vrev16, cond, dt, rd, rm); in vrev16() 22740 Delegate(kVrev16, &Assembler::vrev16, cond, dt, rd, rm); in vrev16()
|