Searched refs:kPli (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 227 case kPli: in ToCString()
|
D | constants-aarch32.h | 218 kPli, enumerator
|
D | assembler-aarch32.h | 751 (type == kPli)); in Delegate() 998 VIXL_ASSERT((type == kPld) || (type == kPldw) || (type == kPli)); in Delegate()
|
D | disasm-aarch32.cc | 2098 os().SetCurrentInstruction(kPli, kAddress); in pli() 2099 os() << ToCString(kPli) << ConditionPrinter(it_block_, cond) << " " in pli() 2104 os().SetCurrentInstruction(kPli, kAddress); in pli() 2105 os() << ToCString(kPli) << ConditionPrinter(it_block_, cond) << " " in pli()
|
D | assembler-aarch32.cc | 8396 Delegate(kPli, &Assembler::pli, cond, operand); in pli() 8455 Delegate(kPli, &Assembler::pli, cond, location); in pli()
|
/external/webrtc/logging/rtc_event_log/ |
D | rtc_event_log_unittest_helper.cc | 412 kPli, in NewRtcpPacketIncoming() enumerator 442 case SupportedRtcpTypes::kPli: { in NewRtcpPacketIncoming() 481 kPli, in NewRtcpPacketOutgoing() enumerator 511 case SupportedRtcpTypes::kPli: { in NewRtcpPacketOutgoing()
|