Searched refs:kVbsl (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 571 case kVbsl: in ToCString()
|
D | constants-aarch32.h | 390 kVbsl, enumerator
|
D | assembler-aarch32.h | 1090 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate() 1115 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
|
D | disasm-aarch32.cc | 4049 os().SetCurrentInstruction(kVbsl, kFpNeon); in vbsl() 4050 os() << ToCString(kVbsl) << ConditionPrinter(it_block_, cond) << dt; in vbsl() 4060 os().SetCurrentInstruction(kVbsl, kFpNeon); in vbsl() 4061 os() << ToCString(kVbsl) << ConditionPrinter(it_block_, cond) << dt; in vbsl()
|
D | assembler-aarch32.cc | 14968 Delegate(kVbsl, &Assembler::vbsl, cond, dt, rd, rn, rm); in vbsl() 14992 Delegate(kVbsl, &Assembler::vbsl, cond, dt, rd, rn, rm); in vbsl()
|