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 | 1260 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe) || (type == kVmov)); in Delegate() 1270 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe) || (type == kVmov) || in Delegate()
|
D | disasm-aarch32.cc | 4377 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()
|
D | assembler-aarch32.cc | 16097 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, operand); in vcmpe() 16140 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, operand); in vcmpe()
|