Searched refs:kVmin (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 649 case kVmin: in ToCString()
|
D | constants-aarch32.h | 429 kVmin, enumerator
|
D | assembler-aarch32.h | 1095 (type == kVmin) || (type == kVmla) || (type == kVmls) || in Delegate() 1119 (type == kVmin) || (type == kVmla) || (type == kVmls) || in Delegate()
|
D | disasm-aarch32.cc | 5100 os().SetCurrentInstruction(kVmin, kFpNeon); in vmin() 5101 os() << ToCString(kVmin) << ConditionPrinter(it_block_, cond) << dt; in vmin() 5111 os().SetCurrentInstruction(kVmin, kFpNeon); in vmin() 5112 os() << ToCString(kVmin) << ConditionPrinter(it_block_, cond) << dt; in vmin()
|
D | assembler-aarch32.cc | 20132 Delegate(kVmin, &Assembler::vmin, cond, dt, rd, rn, rm); in vmin() 20179 Delegate(kVmin, &Assembler::vmin, cond, dt, rd, rn, rm); in vmin()
|