Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter-VOpIViArgs.cc23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIViArgs& args);
Dinterpreter.h1970 void OpVector(const Decoder::VOpIViArgs& args) { in OpVector()
4529 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIViArgs& args);
/frameworks/libs/binary_translation/interpreter/
DAndroid.bp55 "riscv64/interpreter-VOpIViArgs.cc",
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h879 struct VOpIViArgs { struct
2141 const VOpIViArgs args = { in DecodeOpV()
Dsemantics_player.h856 void OpVector(const typename Decoder::VOpIViArgs& args) { listener_->OpVector(args); } in OpVector()