Searched refs:kVcmpe (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 589 case kVcmpe: in ToCString()
|
D | constants-aarch32.h | 399 kVcmpe, enumerator
|
D | assembler-aarch32.h | 1239 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe) || (type == kVmov)); in Delegate() 1249 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe) || (type == kVmov) || in Delegate()
|
D | disasm-aarch32.cc | 4366 os().SetCurrentInstruction(kVcmpe, kFpNeon); in vcmpe() 4367 os() << ToCString(kVcmpe) << ConditionPrinter(it_block_, cond) << dt << " " in vcmpe() 4375 os().SetCurrentInstruction(kVcmpe, kFpNeon); in vcmpe() 4376 os() << ToCString(kVcmpe) << ConditionPrinter(it_block_, cond) << dt << " " in vcmpe()
|
D | assembler-aarch32.cc | 16082 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, operand); in vcmpe() 16125 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, operand); in vcmpe()
|