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.h1260 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe) || (type == kVmov)); in Delegate()
1270 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe) || (type == kVmov) || in Delegate()
Ddisasm-aarch32.cc4377 os().SetCurrentInstruction(kVcmpe, kFpNeon); in vcmpe()
4378 os() << ToCString(kVcmpe) << ConditionPrinter(it_block_, cond) << dt << " " in vcmpe()
4386 os().SetCurrentInstruction(kVcmpe, kFpNeon); in vcmpe()
4387 os() << ToCString(kVcmpe) << ConditionPrinter(it_block_, cond) << dt << " " in vcmpe()
Dassembler-aarch32.cc16097 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, operand); in vcmpe()
16140 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, operand); in vcmpe()