Searched refs:VOpFVvArgs (Results 1 – 5 of 5) sorted by relevance
23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpFVvArgs& args);
573 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);
54 "riscv64/interpreter-VOpFVvArgs.cc",
867 struct VOpFVvArgs { struct2121 const VOpFVvArgs args = { in DecodeOpV()
854 void OpVector(const typename Decoder::VOpFVvArgs& args) { listener_->OpVector(args); } in OpVector()