Searched refs:VOpMVvArgs (Results 1 – 5 of 5) sorted by relevance
23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpMVvArgs& args);
2428 void OpVector(const Decoder::VOpMVvArgs& args) { in OpVector()4535 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpMVvArgs& args);
58 "riscv64/interpreter-VOpMVvArgs.cc",
906 struct VOpMVvArgs { struct2131 const VOpMVvArgs args = { in DecodeOpV()
860 void OpVector(const typename Decoder::VOpMVvArgs& args) { listener_->OpVector(args); } in OpVector()