Searched refs:kPush (Results 1 - 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc231 case kPush:
H A Dconstants-aarch32.h216 kPush, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h981 VIXL_ASSERT((type == kPop) || (type == kPush));
990 VIXL_ASSERT((type == kPop) || (type == kPush));
H A Dassembler-aarch32.cc7824 Delegate(kPush, &Assembler::push, cond, size, registers);
7844 Delegate(kPush, &Assembler::push, cond, size, rt);
H A Ddisasm-aarch32.cc2113 os().SetCurrentInstruction(kPush, kLoadStore | kLoadStoreMultiple);
2114 os() << ToCString(kPush) << ConditionPrinter(it_block_, cond) << size << " "
2119 os().SetCurrentInstruction(kPush, kLoadStore | kLoadStoreMultiple);
2120 os() << ToCString(kPush) << ConditionPrinter(it_block_, cond) << size << " "
[all...]
/external/cros/system_api/dbus/
H A Dservice_constants.h698 const char kPush[] = "Push"; member in namespace:nfc_device

Completed in 608 milliseconds