Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter-VOpIVxArgs.cc23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIVxArgs& args);
Dinterpreter.h2268 void OpVector(const Decoder::VOpIVxArgs& args, Register arg2) { in OpVector()
4533 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIVxArgs& args);
/frameworks/libs/binary_translation/interpreter/
DAndroid.bp57 "riscv64/interpreter-VOpIVxArgs.cc",
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h898 struct VOpIVxArgs { struct
2151 const VOpIVxArgs args = { in DecodeOpV()
Dsemantics_player.h862 void OpVector(const typename Decoder::VOpIVxArgs& args) { in OpVector()