Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc587 case kVcmp: in ToCString()
Dconstants-aarch32.h398 kVcmp, 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.cc4359 os().SetCurrentInstruction(kVcmp, kFpNeon); in vcmp()
4360 os() << ToCString(kVcmp) << ConditionPrinter(it_block_, cond) << dt << " " in vcmp()
4368 os().SetCurrentInstruction(kVcmp, kFpNeon); in vcmp()
4369 os() << ToCString(kVcmp) << ConditionPrinter(it_block_, cond) << dt << " " in vcmp()
Dassembler-aarch32.cc16011 Delegate(kVcmp, &Assembler::vcmp, cond, dt, rd, operand); in vcmp()
16054 Delegate(kVcmp, &Assembler::vcmp, cond, dt, rd, operand); in vcmp()