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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc587 case kVcmp:
H A Dconstants-aarch32.h394 kVcmp, 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.cc14844 Delegate(kVcmp, &Assembler::vcmp, cond, dt, rd, rm);
14865 Delegate(kVcmp, &Assembler::vcmp, cond, dt, rd, rm);
14885 Delegate(kVcmp, &Assembler::vcmp, cond, dt, rd, imm);
14905 Delegate(kVcmp, &Assembler::vcmp, cond, dt, rd, imm);
H A Ddisasm-aarch32.cc4355 os().SetCurrentInstruction(kVcmp, kFpNeon);
4356 os() << ToCString(kVcmp) << ConditionPrinter(it_block_, cond) << dt << " "
4364 os().SetCurrentInstruction(kVcmp, kFpNeon);
4365 os() << ToCString(kVcmp) << ConditionPrinter(it_block_, cond) << dt << " "
4370 os().SetCurrentInstruction(kVcmp, kFpNeon);
4371 os() << ToCString(kVcmp) << ConditionPrinter(it_block_, cond) << dt << " "
4378 os().SetCurrentInstruction(kVcmp, kFpNeon);
4379 os() << ToCString(kVcmp) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 390 milliseconds