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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc603 case kVcvtp:
H A Dconstants-aarch32.h402 kVcvtp, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1361 (type == kVcvtp) || (type == kVrinta) || (type == kVrintm) ||
1373 (type == kVcvtp) || (type == kVrinta) || (type == kVrintm) ||
1386 (type == kVcvtp) || (type == kVrinta) || (type == kVrintm) ||
1398 (type == kVcvtp));
H A Dassembler-aarch32.cc15872 Delegate(kVcvtp, &Assembler::vcvtp, dt1, dt2, rd, rm);
15895 Delegate(kVcvtp, &Assembler::vcvtp, dt1, dt2, rd, rm);
15918 Delegate(kVcvtp, &Assembler::vcvtp, dt1, dt2, rd, rm);
15941 Delegate(kVcvtp, &Assembler::vcvtp, dt1, dt2, rd, rm);
H A Ddisasm-aarch32.cc4649 os().SetCurrentInstruction(kVcvtp, kFpNeon);
4650 os() << ToCString(kVcvtp) << dt1 << dt2 << " " << rd << ", " << rm;
4657 os().SetCurrentInstruction(kVcvtp, kFpNeon);
4658 os() << ToCString(kVcvtp) << dt1 << dt2 << " " << rd << ", " << rm;
4665 os().SetCurrentInstruction(kVcvtp, kFpNeon);
4666 os() << ToCString(kVcvtp) << dt1 << dt2 << " " << rd << ", " << rm;
4673 os().SetCurrentInstruction(kVcvtp, kFpNeon);
4674 os() << ToCString(kVcvtp) << dt1 << dt2 << " " << rd << ", " << rm;
[all...]

Completed in 950 milliseconds