Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter-VOpMVvArgs.cc23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpMVvArgs& args);
Dinterpreter.h2428 void OpVector(const Decoder::VOpMVvArgs& args) { in OpVector()
4535 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpMVvArgs& args);
/frameworks/libs/binary_translation/interpreter/
DAndroid.bp58 "riscv64/interpreter-VOpMVvArgs.cc",
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h906 struct VOpMVvArgs { struct
2131 const VOpMVvArgs args = { in DecodeOpV()
Dsemantics_player.h860 void OpVector(const typename Decoder::VOpMVvArgs& args) { listener_->OpVector(args); } in OpVector()