Home
last modified time | relevance | path

Searched refs:kPush (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_protobuf/
Dencoder_fuzzer.cc59 kPush, enumerator
267 case kPush: in LLVMFuzzerTestOneInput()
/external/vixl/src/aarch32/
Dconstants-aarch32.cc231 case kPush: in ToCString()
Dconstants-aarch32.h220 kPush, enumerator
Dassembler-aarch32.h1007 VIXL_ASSERT((type == kPop) || (type == kPush)); in Delegate()
1016 VIXL_ASSERT((type == kPop) || (type == kPush)); in Delegate()
Ddisasm-aarch32.cc2126 os().SetCurrentInstruction(kPush, kLoadStore | kLoadStoreMultiple); in push()
2127 os() << ToCString(kPush) << ConditionPrinter(it_block_, cond) << size << " " in push()
2132 os().SetCurrentInstruction(kPush, kLoadStore | kLoadStoreMultiple); in push()
2133 os() << ToCString(kPush) << ConditionPrinter(it_block_, cond) << size << " " in push()
Dassembler-aarch32.cc8552 Delegate(kPush, &Assembler::push, cond, size, registers); in push()
8572 Delegate(kPush, &Assembler::push, cond, size, rt); in push()
/external/cros/system_api/dbus/
Dservice_constants.h818 const char kPush[] = "Push"; variable