Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter-VLoadStrideArgs.cc23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VLoadStrideArgs& args);
Dinterpreter.h553 std::is_same_v<VOpArgs, Decoder::VLoadStrideArgs> || in OpVector()
685 std::is_same_v<VOpArgs, Decoder::VLoadStrideArgs> || in OpVector()
939 void OpVector(const Decoder::VLoadStrideArgs& args, Register src, Register stride) { in OpVector()
949 void OpVector(const Decoder::VLoadStrideArgs& args, Register src, Register stride) { in OpVector()
4521 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VLoadStrideArgs& args);
/frameworks/libs/binary_translation/interpreter/
DAndroid.bp51 "riscv64/interpreter-VLoadStrideArgs.cc",
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h840 struct VLoadStrideArgs { struct
1741 const VLoadStrideArgs args = { in DecodeLoad()
Dsemantics_player.h836 void OpVector(const typename Decoder::VLoadStrideArgs& args) { in OpVector()