Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc567 case kVbif: in ToCString()
Dconstants-aarch32.h388 kVbif, enumerator
Dassembler-aarch32.h1089 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate()
1114 (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.cc14872 Delegate(kVbif, &Assembler::vbif, cond, dt, rd, rn, rm); in vbif()
14896 Delegate(kVbif, &Assembler::vbif, cond, dt, rd, rn, rm); in vbif()