Searched refs:kVrecps (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 743 case kVrecps: in ToCString()
|
D | constants-aarch32.h | 472 kVrecps, enumerator
|
D | assembler-aarch32.h | 1064 (type == kVrecps) || (type == kVrhadd) || (type == kVrshl) || in Delegate() 1086 (type == kVrecps) || (type == kVrhadd) || (type == kVrshl) || in Delegate()
|
D | disasm-aarch32.cc | 6104 os().SetCurrentInstruction(kVrecps, kFpNeon); in vrecps() 6105 os() << ToCString(kVrecps) << ConditionPrinter(it_block_, cond) << dt; in vrecps() 6115 os().SetCurrentInstruction(kVrecps, kFpNeon); in vrecps() 6116 os() << ToCString(kVrecps) << ConditionPrinter(it_block_, cond) << dt; in vrecps()
|
D | assembler-aarch32.cc | 22653 Delegate(kVrecps, &Assembler::vrecps, cond, dt, rd, rn, rm); in vrecps() 22680 Delegate(kVrecps, &Assembler::vrecps, cond, dt, rd, rn, rm); in vrecps()
|