Searched defs:OpVector (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | semantics_player.h | 831 void OpVector(const typename Decoder::VLoadIndexedArgs& args) { in OpVector() function 836 void OpVector(const typename Decoder::VLoadStrideArgs& args) { in OpVector() function 842 void OpVector(const typename Decoder::VLoadUnitStrideArgs& args) { in OpVector() function 847 void OpVector(const typename Decoder::VOpFVfArgs& args) { in OpVector() function 854 void OpVector(const typename Decoder::VOpFVvArgs& args) { listener_->OpVector(args); } in OpVector() function 856 void OpVector(const typename Decoder::VOpIViArgs& args) { listener_->OpVector(args); } in OpVector() function 858 void OpVector(const typename Decoder::VOpIVvArgs& args) { listener_->OpVector(args); } in OpVector() function 860 void OpVector(const typename Decoder::VOpMVvArgs& args) { listener_->OpVector(args); } in OpVector() function 862 void OpVector(const typename Decoder::VOpIVxArgs& args) { in OpVector() function 867 void OpVector(const typename Decoder::VOpMVxArgs& args) { in OpVector() function [all …]
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 494 void OpVector(const VOpArgs& args, ExtraArgs... extra_args) { in OpVector() function 611 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() function 630 void OpVector(const VOpArgs& args, in OpVector() function 665 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() function 683 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() function 753 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() function 792 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() function 820 void OpVector(const VOpArgs& args, VectorRegisterGroupMultiplier vlmul, ExtraArgs... extra_args) { in OpVector() function 905 void OpVector(const Decoder::VLoadIndexedArgs& args, Register src) { in OpVector() function 922 void OpVector(const Decoder::VLoadIndexedArgs& args, Register src) { in OpVector() function [all …]
|
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | frontend.h | 304 void OpVector(const VOpArgs& /*args*/, ExtraAegs... /*extra_args*/) { in OpVector() function
|
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | lite_translator.h | 165 void OpVector(const VOpArgs& /*args*/, ExtraAegs... /*extra_args*/) { in OpVector() function
|