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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc589 case kVcmpe:
H A Dconstants-aarch32.h395 kVcmpe, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1112 (type == kVcmp) || (type == kVcmpe) || (type == kVcnt) ||
1142 VIXL_ASSERT((type == kVabs) || (type == kVcmp) || (type == kVcmpe) ||
1223 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe));
1233 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe));
H A Dassembler-aarch32.cc14926 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, rm);
14947 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, rm);
14967 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, imm);
14987 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, imm);
H A Ddisasm-aarch32.cc4389 os().SetCurrentInstruction(kVcmpe, kFpNeon);
4390 os() << ToCString(kVcmpe) << ConditionPrinter(it_block_, cond) << dt << " "
4398 os().SetCurrentInstruction(kVcmpe, kFpNeon);
4399 os() << ToCString(kVcmpe) << ConditionPrinter(it_block_, cond) << dt << " "
4407 os().SetCurrentInstruction(kVcmpe, kFpNeon);
4408 os() << ToCString(kVcmpe) << ConditionPrinter(it_block_, cond) << dt << " "
4418 os().SetCurrentInstruction(kVcmpe, kFpNeon);
4419 os() << ToCString(kVcmpe) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 353 milliseconds