Searched refs:kPush (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 231 case kPush: in ToCString()
|
D | constants-aarch32.h | 220 kPush, enumerator
|
D | assembler-aarch32.h | 988 VIXL_ASSERT((type == kPop) || (type == kPush)); in Delegate() 997 VIXL_ASSERT((type == kPop) || (type == kPush)); in Delegate()
|
D | disasm-aarch32.cc | 2115 os().SetCurrentInstruction(kPush, kLoadStore | kLoadStoreMultiple); in push() 2116 os() << ToCString(kPush) << ConditionPrinter(it_block_, cond) << size << " " in push() 2121 os().SetCurrentInstruction(kPush, kLoadStore | kLoadStoreMultiple); in push() 2122 os() << ToCString(kPush) << ConditionPrinter(it_block_, cond) << size << " " in push()
|
D | assembler-aarch32.cc | 8537 Delegate(kPush, &Assembler::push, cond, size, registers); in push() 8557 Delegate(kPush, &Assembler::push, cond, size, rt); in push()
|
/external/cros/system_api/dbus/ |
D | service_constants.h | 768 const char kPush[] = "Push"; variable
|