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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc223 case kPld:
H A Dconstants-aarch32.h212 kPld, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h724 VIXL_ASSERT((type == kBl) || (type == kBlx) || (type == kPld) ||
972 VIXL_ASSERT((type == kPld) || (type == kPldw) || (type == kPli));
H A Dassembler-aarch32.cc7412 Delegate(kPld, &Assembler::pld, cond, label);
7512 Delegate(kPld, &Assembler::pld, cond, operand);
H A Ddisasm-aarch32.cc2067 os().SetCurrentInstruction(kPld, kAddress);
2068 os() << ToCString(kPld) << ConditionPrinter(it_block_, cond) << " "
2073 os().SetCurrentInstruction(kPld, kAddress);
2074 os() << ToCString(kPld) << ConditionPrinter(it_block_, cond) << " "
[all...]

Completed in 338 milliseconds