Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter-VOpFVvArgs.cc23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpFVvArgs& args);
Dinterpreter.h573 std::is_same_v<VOpArgs, Decoder::VOpFVvArgs>) { in OpVector()
1476 void OpVector(const Decoder::VOpFVvArgs& args) { in OpVector()
4527 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpFVvArgs& args);
/frameworks/libs/binary_translation/interpreter/
DAndroid.bp54 "riscv64/interpreter-VOpFVvArgs.cc",
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h867 struct VOpFVvArgs { struct
2121 const VOpFVvArgs args = { in DecodeOpV()
Dsemantics_player.h854 void OpVector(const typename Decoder::VOpFVvArgs& args) { listener_->OpVector(args); } in OpVector()