Home
last modified time | relevance | path

Searched defs:Store (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h145 void Store(const typename Decoder::StoreArgs& args) { in Store() function
151 void Store(const typename Decoder::StoreFpArgs& args) { in Store() function
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.cc418 void Store(Decoder::StoreOpcode opcode, Register arg, int16_t offset, Register data) { in Store() function in berberis::__anonb69021fa0111::Interpreter
557 void Store(void* ptr, uint64_t data) const { in Store() function in berberis::__anonb69021fa0111::Interpreter
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h163 typedef Codec2Client Store; typedef
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp1090 llvm::StoreInst *Store = Builder.CreateStore(RetVal, OutPtr); in ExpandForEach() local