Searched refs:kVacge (Results 1 - 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc547 case kVacge:
H A Dconstants-aarch32.h374 kVacge, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1051 VIXL_ASSERT((type == kVaba) || (type == kVabd) || (type == kVacge) ||
1076 VIXL_ASSERT((type == kVaba) || (type == kVabd) || (type == kVacge) ||
H A Dassembler-aarch32.cc13068 Delegate(kVacge, &Assembler::vacge, cond, dt, rd, rn, rm);
13095 Delegate(kVacge, &Assembler::vacge, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc3799 os().SetCurrentInstruction(kVacge, kFpNeon);
3800 os() << ToCString(kVacge) << ConditionPrinter(it_block_, cond) << dt;
3810 os().SetCurrentInstruction(kVacge, kFpNeon);
3811 os() << ToCString(kVacge) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 258 milliseconds