Searched refs:kPld (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 223 case kPld: in ToCString()
|
D | constants-aarch32.h | 212 kPld, enumerator
|
D | assembler-aarch32.h | 724 VIXL_ASSERT((type == kBl) || (type == kBlx) || (type == kPld) || in Delegate() 972 VIXL_ASSERT((type == kPld) || (type == kPldw) || (type == kPli)); in Delegate()
|
D | disasm-aarch32.cc | 2067 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()
|
D | assembler-aarch32.cc | 7412 Delegate(kPld, &Assembler::pld, cond, label); in pld() 7512 Delegate(kPld, &Assembler::pld, cond, operand); in pld()
|