Home
last modified time | relevance | path

Searched refs:VLoadIndexedArgs (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter-VLoadIndexedArgs.cc23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VLoadIndexedArgs& args);
Dinterpreter.h552 if constexpr (std::is_same_v<VOpArgs, Decoder::VLoadIndexedArgs> || in OpVector()
684 if constexpr (std::is_same_v<VOpArgs, Decoder::VLoadIndexedArgs> || in OpVector()
756 if constexpr (std::is_same_v<VOpArgs, Decoder::VLoadIndexedArgs> || in OpVector()
905 void OpVector(const Decoder::VLoadIndexedArgs& args, Register src) { in OpVector()
922 void OpVector(const Decoder::VLoadIndexedArgs& args, Register src) { in OpVector()
4519 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VLoadIndexedArgs& args);
/frameworks/libs/binary_translation/interpreter/
DAndroid.bp50 "riscv64/interpreter-VLoadIndexedArgs.cc",
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h830 struct VLoadIndexedArgs { struct
1729 const VLoadIndexedArgs args = { in DecodeLoad()
Dsemantics_player.h831 void OpVector(const typename Decoder::VLoadIndexedArgs& args) { in OpVector()