Searched refs:kVrsqrts (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 775 case kVrsqrts: in ToCString()
|
D | constants-aarch32.h | 492 kVrsqrts, enumerator
|
D | assembler-aarch32.h | 1082 (type == kVrsqrts) || (type == kVsub) || (type == kVtst)); in Delegate() 1104 (type == kVrsqrts) || (type == kVsub) || (type == kVtst)); in Delegate()
|
D | disasm-aarch32.cc | 6390 os().SetCurrentInstruction(kVrsqrts, kFpNeon); in vrsqrts() 6391 os() << ToCString(kVrsqrts) << ConditionPrinter(it_block_, cond) << dt; in vrsqrts() 6401 os().SetCurrentInstruction(kVrsqrts, kFpNeon); in vrsqrts() 6402 os() << ToCString(kVrsqrts) << ConditionPrinter(it_block_, cond) << dt; in vrsqrts()
|
D | assembler-aarch32.cc | 24976 Delegate(kVrsqrts, &Assembler::vrsqrts, cond, dt, rd, rn, rm); in vrsqrts() 25003 Delegate(kVrsqrts, &Assembler::vrsqrts, cond, dt, rd, rn, rm); in vrsqrts()
|