Home
last modified time | relevance | path

Searched refs:kVbif (Results 1 – 5 of 5) sorted by relevance

/third_party/vixl/src/aarch32/
Dconstants-aarch32.cc567 case kVbif: in ToCString()
Dconstants-aarch32.h388 kVbif, enumerator
Dassembler-aarch32.h1097 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate()
1122 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate()
Ddisasm-aarch32.cc4005 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()
Dassembler-aarch32.cc14908 Delegate(kVbif, &Assembler::vbif, cond, dt, rd, rn, rm); in vbif()
14932 Delegate(kVbif, &Assembler::vbif, cond, dt, rd, rn, rm); in vbif()