Searched refs:VOpIVvArgs (Results 1 – 5 of 5) sorted by relevance
23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIVvArgs& args);
2117 void OpVector(const Decoder::VOpIVvArgs& args) { in OpVector()4531 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIVvArgs& args);
56 "riscv64/interpreter-VOpIVvArgs.cc",
890 struct VOpIVvArgs { struct2111 const VOpIVvArgs args = { in DecodeOpV()
858 void OpVector(const typename Decoder::VOpIVvArgs& args) { listener_->OpVector(args); } in OpVector()