Searched refs:VLoadIndexedArgs (Results 1 – 5 of 5) sorted by relevance
23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VLoadIndexedArgs& args);
552 if constexpr (std::is_same_v<VOpArgs, Decoder::VLoadIndexedArgs> || in OpVector()684 if constexpr (std::is_same_v<VOpArgs, Decoder::VLoadIndexedArgs> || in OpVector()756 if constexpr (std::is_same_v<VOpArgs, Decoder::VLoadIndexedArgs> || in OpVector()905 void OpVector(const Decoder::VLoadIndexedArgs& args, Register src) { in OpVector()922 void OpVector(const Decoder::VLoadIndexedArgs& args, Register src) { in OpVector()4519 extern void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VLoadIndexedArgs& args);
50 "riscv64/interpreter-VLoadIndexedArgs.cc",
830 struct VLoadIndexedArgs { struct1729 const VLoadIndexedArgs args = { in DecodeLoad()
831 void OpVector(const typename Decoder::VLoadIndexedArgs& args) { in OpVector()