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 | 389 kVbit, enumerator
|
D | assembler-aarch32.h | 1089 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate() 1114 (type == kVadd) || (type == kVbif) || (type == kVbit) || in Delegate()
|
D | disasm-aarch32.cc | 4027 os().SetCurrentInstruction(kVbit, kFpNeon); in vbit() 4028 os() << ToCString(kVbit) << ConditionPrinter(it_block_, cond) << dt; in vbit() 4038 os().SetCurrentInstruction(kVbit, kFpNeon); in vbit() 4039 os() << ToCString(kVbit) << ConditionPrinter(it_block_, cond) << dt; in vbit()
|
D | assembler-aarch32.cc | 14956 Delegate(kVbit, &Assembler::vbit, cond, dt, rd, rn, rm); in vbit() 14980 Delegate(kVbit, &Assembler::vbit, cond, dt, rd, rn, rm); in vbit()
|