Searched refs:kVbif (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 567 case kVbif: in ToCString()
|
D | constants-aarch32.h | 388 kVbif, enumerator
|
D | assembler-aarch32.h | 1089 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate() 1114 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate()
|
D | disasm-aarch32.cc | 4005 os().SetCurrentInstruction(kVbif, kFpNeon); in vbif() 4006 os() << ToCString(kVbif) << ConditionPrinter(it_block_, cond) << dt; in vbif() 4016 os().SetCurrentInstruction(kVbif, kFpNeon); in vbif() 4017 os() << ToCString(kVbif) << ConditionPrinter(it_block_, cond) << dt; in vbif()
|
D | assembler-aarch32.cc | 14872 Delegate(kVbif, &Assembler::vbif, cond, dt, rd, rn, rm); in vbif() 14896 Delegate(kVbif, &Assembler::vbif, cond, dt, rd, rn, rm); in vbif()
|