Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc223 case kPld: in ToCString()
Dconstants-aarch32.h216 kPld, enumerator
Dassembler-aarch32.h750 VIXL_ASSERT((type == kBl) || (type == kBlx) || (type == kPld) || in Delegate()
998 VIXL_ASSERT((type == kPld) || (type == kPldw) || (type == kPli)); in Delegate()
Ddisasm-aarch32.cc2080 os().SetCurrentInstruction(kPld, kAddress); in pld()
2081 os() << ToCString(kPld) << ConditionPrinter(it_block_, cond) << " " in pld()
2086 os().SetCurrentInstruction(kPld, kAddress); in pld()
2087 os() << ToCString(kPld) << ConditionPrinter(it_block_, cond) << " " in pld()
Dassembler-aarch32.cc8082 Delegate(kPld, &Assembler::pld, cond, location); in pld()
8207 Delegate(kPld, &Assembler::pld, cond, operand); in pld()