Home
last modified time | relevance | path

Searched refs:VOpArgs (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h493 template <typename VOpArgs, typename... ExtraArgs>
494 void OpVector(const VOpArgs& args, ExtraArgs... extra_args) { in OpVector()
499 if constexpr (std::is_same_v<VOpArgs, Decoder::VLoadUnitStrideArgs>) { in OpVector()
516 if constexpr (std::is_same_v<VOpArgs, Decoder::VStoreUnitStrideArgs>) { in OpVector()
552 if constexpr (std::is_same_v<VOpArgs, Decoder::VLoadIndexedArgs> || in OpVector()
553 std::is_same_v<VOpArgs, Decoder::VLoadStrideArgs> || in OpVector()
554 std::is_same_v<VOpArgs, Decoder::VLoadUnitStrideArgs> || in OpVector()
555 std::is_same_v<VOpArgs, Decoder::VStoreIndexedArgs> || in OpVector()
556 std::is_same_v<VOpArgs, Decoder::VStoreStrideArgs> || in OpVector()
557 std::is_same_v<VOpArgs, Decoder::VStoreUnitStrideArgs>) { in OpVector()
[all …]
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.h164 template <typename VOpArgs, typename... ExtraAegs>
165 void OpVector(const VOpArgs& /*args*/, ExtraAegs... /*extra_args*/) { in OpVector() argument
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.h303 template <typename VOpArgs, typename... ExtraAegs>
304 void OpVector(const VOpArgs& /*args*/, ExtraAegs... /*extra_args*/) { in OpVector() argument