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 | 425 kVmin, enumerator
|
D | assembler-aarch32.h | 1059 (type == kVmin) || (type == kVmla) || (type == kVmls) || in Delegate() 1083 (type == kVmin) || (type == kVmla) || (type == kVmls) || in Delegate()
|
D | disasm-aarch32.cc | 5133 os().SetCurrentInstruction(kVmin, kFpNeon); in vmin() 5134 os() << ToCString(kVmin) << ConditionPrinter(it_block_, cond) << dt; in vmin() 5144 os().SetCurrentInstruction(kVmin, kFpNeon); in vmin() 5145 os() << ToCString(kVmin) << ConditionPrinter(it_block_, cond) << dt; in vmin()
|
D | assembler-aarch32.cc | 18856 Delegate(kVmin, &Assembler::vmin, cond, dt, rd, rn, rm); in vmin() 18903 Delegate(kVmin, &Assembler::vmin, cond, dt, rd, rn, rm); in vmin()
|