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.h384 kVbif, enumerator
Dassembler-aarch32.h1053 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate()
1078 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate()
Ddisasm-aarch32.cc4001 os().SetCurrentInstruction(kVbif, kFpNeon); in vbif()
4002 os() << ToCString(kVbif) << ConditionPrinter(it_block_, cond) << dt; in vbif()
4012 os().SetCurrentInstruction(kVbif, kFpNeon); in vbif()
4013 os() << ToCString(kVbif) << ConditionPrinter(it_block_, cond) << dt; in vbif()
Dassembler-aarch32.cc13727 Delegate(kVbif, &Assembler::vbif, cond, dt, rd, rn, rm); in vbif()
13751 Delegate(kVbif, &Assembler::vbif, cond, dt, rd, rn, rm); in vbif()