Searched refs:kVbit (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 569 case kVbit: in ToCString()
|
D | constants-aarch32.h | 385 kVbit, enumerator
|
D | assembler-aarch32.h | 1053 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate() 1078 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate()
|
D | disasm-aarch32.cc | 4023 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()
|
D | assembler-aarch32.cc | 13775 Delegate(kVbit, &Assembler::vbit, cond, dt, rd, rn, rm); in vbit() 13799 Delegate(kVbit, &Assembler::vbit, cond, dt, rd, rn, rm); in vbit()
|