Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter-VOpFVfArgs.cc23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpFVfArgs& args);
Dinterpreter.h572 if constexpr (std::is_same_v<VOpArgs, Decoder::VOpFVfArgs> || in OpVector()
1264 void OpVector(const Decoder::VOpFVfArgs& args, ElementType arg2) { in OpVector()
4525 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpFVfArgs& args);
/frameworks/libs/binary_translation/interpreter/
DAndroid.bp53 "riscv64/interpreter-VOpFVfArgs.cc",
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h859 struct VOpFVfArgs { struct
2161 const VOpFVfArgs args = { in DecodeOpV()
Dsemantics_player.h847 void OpVector(const typename Decoder::VOpFVfArgs& args) { in OpVector()