Searched refs:kVfms (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 619 case kVfms: in ToCString()
|
D | constants-aarch32.h | 410 kVfms, enumerator
|
D | assembler-aarch32.h | 1057 (type == kVfms) || (type == kVfnma) || (type == kVfnms) || in Delegate() 1081 (type == kVeor) || (type == kVfma) || (type == kVfms) || in Delegate() 1155 (type == kVfms) || (type == kVfnma) || (type == kVfnms) || in Delegate()
|
D | disasm-aarch32.cc | 4845 os().SetCurrentInstruction(kVfms, kFpNeon); in vfms() 4846 os() << ToCString(kVfms) << ConditionPrinter(it_block_, cond) << dt << " " in vfms() 4852 os().SetCurrentInstruction(kVfms, kFpNeon); in vfms() 4853 os() << ToCString(kVfms) << ConditionPrinter(it_block_, cond) << dt << " " in vfms() 4859 os().SetCurrentInstruction(kVfms, kFpNeon); in vfms() 4860 os() << ToCString(kVfms) << ConditionPrinter(it_block_, cond) << dt << " " in vfms()
|
D | assembler-aarch32.cc | 16545 Delegate(kVfms, &Assembler::vfms, cond, dt, rd, rn, rm); in vfms() 16572 Delegate(kVfms, &Assembler::vfms, cond, dt, rd, rn, rm); in vfms() 16595 Delegate(kVfms, &Assembler::vfms, cond, dt, rd, rn, rm); in vfms()
|