Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc569 case kVbit: in ToCString()
Dconstants-aarch32.h385 kVbit, enumerator
Dassembler-aarch32.h1053 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate()
1078 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate()
Ddisasm-aarch32.cc4023 os().SetCurrentInstruction(kVbit, kFpNeon); in vbit()
4024 os() << ToCString(kVbit) << ConditionPrinter(it_block_, cond) << dt; in vbit()
4034 os().SetCurrentInstruction(kVbit, kFpNeon); in vbit()
4035 os() << ToCString(kVbit) << ConditionPrinter(it_block_, cond) << dt; in vbit()
Dassembler-aarch32.cc13775 Delegate(kVbit, &Assembler::vbit, cond, dt, rd, rn, rm); in vbit()
13799 Delegate(kVbit, &Assembler::vbit, cond, dt, rd, rn, rm); in vbit()