Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter-VOpMVxArgs.cc23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpMVxArgs& args);
Dinterpreter.h2688 void OpVector(const Decoder::VOpMVxArgs& args, Register arg2) { in OpVector()
4537 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpMVxArgs& args);
/frameworks/libs/binary_translation/interpreter/
DAndroid.bp59 "riscv64/interpreter-VOpMVxArgs.cc",
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h919 struct VOpMVxArgs { struct
2171 const VOpMVxArgs args = { in DecodeOpV()
Dsemantics_player.h867 void OpVector(const typename Decoder::VOpMVxArgs& args) { in OpVector()