Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc571 case kVbsl: in ToCString()
Dconstants-aarch32.h390 kVbsl, enumerator
Dassembler-aarch32.h1090 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
1115 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
Ddisasm-aarch32.cc4049 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()
Dassembler-aarch32.cc14968 Delegate(kVbsl, &Assembler::vbsl, cond, dt, rd, rn, rm); in vbsl()
14992 Delegate(kVbsl, &Assembler::vbsl, cond, dt, rd, rn, rm); in vbsl()