Searched defs:OpVector (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | semantics_player.h | 845 void OpVector(const typename Decoder::VLoadIndexedArgs& args) { in OpVector() function 850 void OpVector(const typename Decoder::VLoadStrideArgs& args) { in OpVector() function 856 void OpVector(const typename Decoder::VLoadUnitStrideArgs& args) { in OpVector() function 861 void OpVector(const typename Decoder::VOpFVfArgs& args) { in OpVector() function 868 void OpVector(const typename Decoder::VOpFVvArgs& args) { listener_->OpVector(args); } in OpVector() function 870 void OpVector(const typename Decoder::VOpIViArgs& args) { listener_->OpVector(args); } in OpVector() function 872 void OpVector(const typename Decoder::VOpIVvArgs& args) { listener_->OpVector(args); } in OpVector() function 874 void OpVector(const typename Decoder::VOpMVvArgs& args) { listener_->OpVector(args); } in OpVector() function 876 void OpVector(const typename Decoder::VOpIVxArgs& args) { in OpVector() function 881 void OpVector(const typename Decoder::VOpMVxArgs& args) { in OpVector() function [all …]
|
/aosp_15_r20/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 560 void OpVector(const VOpArgs& args, ExtraArgs... extra_args) { in OpVector() function 677 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() function 696 void OpVector(const VOpArgs& args, in OpVector() function 731 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() function 749 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() function 819 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() function 858 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() function 886 void OpVector(const VOpArgs& args, VectorRegisterGroupMultiplier vlmul, ExtraArgs... extra_args) { in OpVector() function 971 void OpVector(const Decoder::VLoadIndexedArgs& args, Register src) { in OpVector() function 988 void OpVector(const Decoder::VLoadIndexedArgs& args, Register src) { in OpVector() function [all …]
|
/aosp_15_r20/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | frontend.h | 306 void OpVector(const VOpArgs& /*args*/, ExtraAegs... /*extra_args*/) { in OpVector() function
|
/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | lite_translator.h | 167 void OpVector(const VOpArgs& /*args*/, ExtraAegs... /*extra_args*/) { in OpVector() function
|