Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter-VOpIVvArgs.cc23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIVvArgs& args);
Dinterpreter.h2117 void OpVector(const Decoder::VOpIVvArgs& args) { in OpVector()
4531 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIVvArgs& args);
/frameworks/libs/binary_translation/interpreter/
DAndroid.bp56 "riscv64/interpreter-VOpIVvArgs.cc",
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h890 struct VOpIVvArgs { struct
2111 const VOpIVvArgs args = { in DecodeOpV()
Dsemantics_player.h858 void OpVector(const typename Decoder::VOpIVvArgs& args) { listener_->OpVector(args); } in OpVector()