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.h212 kPld, enumerator
Dassembler-aarch32.h724 VIXL_ASSERT((type == kBl) || (type == kBlx) || (type == kPld) || in Delegate()
972 VIXL_ASSERT((type == kPld) || (type == kPldw) || (type == kPli)); in Delegate()
Ddisasm-aarch32.cc2067 os().SetCurrentInstruction(kPld, kAddress); in pld()
2068 os() << ToCString(kPld) << ConditionPrinter(it_block_, cond) << " " in pld()
2073 os().SetCurrentInstruction(kPld, kAddress); in pld()
2074 os() << ToCString(kPld) << ConditionPrinter(it_block_, cond) << " " in pld()
Dassembler-aarch32.cc7412 Delegate(kPld, &Assembler::pld, cond, label); in pld()
7512 Delegate(kPld, &Assembler::pld, cond, operand); in pld()