Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc589 case kVcmpe: in ToCString()
Dconstants-aarch32.h399 kVcmpe, enumerator
Dassembler-aarch32.h1239 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe) || (type == kVmov)); in Delegate()
1249 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe) || (type == kVmov) || in Delegate()
Ddisasm-aarch32.cc4366 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()
Dassembler-aarch32.cc16082 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, operand); in vcmpe()
16125 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, operand); in vcmpe()