Searched refs:VOpArgs (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 493 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/ |
D | lite_translator.h | 164 template <typename VOpArgs, typename... ExtraAegs> 165 void OpVector(const VOpArgs& /*args*/, ExtraAegs... /*extra_args*/) { in OpVector() argument
|
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | frontend.h | 303 template <typename VOpArgs, typename... ExtraAegs> 304 void OpVector(const VOpArgs& /*args*/, ExtraAegs... /*extra_args*/) { in OpVector() argument
|