/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | semantics_player.h | 831 void OpVector(const typename Decoder::VLoadIndexedArgs& args) { in OpVector() function 833 listener_->OpVector(args, arg2); in OpVector() 836 void OpVector(const typename Decoder::VLoadStrideArgs& args) { in OpVector() function 839 listener_->OpVector(args, arg2, arg3); in OpVector() 842 void OpVector(const typename Decoder::VLoadUnitStrideArgs& args) { in OpVector() function 844 listener_->OpVector(args, arg2); in OpVector() 847 void OpVector(const typename Decoder::VOpFVfArgs& args) { in OpVector() function 851 listener_->OpVector(args, arg2); in OpVector() 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 [all …]
|
D | decoder.h | 1725 return insn_consumer_->OpVector(args); in DecodeLoad() 1738 return insn_consumer_->OpVector(args); in DecodeLoad() 1750 return insn_consumer_->OpVector(args); in DecodeLoad() 1789 return insn_consumer_->OpVector(args); in DecodeStore() 1802 return insn_consumer_->OpVector(args); in DecodeStore() 1814 return insn_consumer_->OpVector(args); in DecodeStore() 2118 return insn_consumer_->OpVector(args); in DecodeOpV() 2128 return insn_consumer_->OpVector(args); in DecodeOpV() 2138 return insn_consumer_->OpVector(args); in DecodeOpV() 2148 return insn_consumer_->OpVector(args); in DecodeOpV() [all …]
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 494 void OpVector(const VOpArgs& args, ExtraArgs... extra_args) { in OpVector() function 560 return OpVector<UInt8>(args, vtype, extra_args...); in OpVector() 562 return OpVector<UInt16>(args, vtype, extra_args...); in OpVector() 564 return OpVector<UInt32>(args, vtype, extra_args...); in OpVector() 566 return OpVector<UInt64>(args, vtype, extra_args...); in OpVector() 577 return OpVector<intrinsics::Float16>(args, vlmul, vtype); in OpVector() 582 return OpVector<Float32>( in OpVector() 589 return OpVector<Float64>(args, vlmul, vtype, bit_cast<Float64>(extra_args)...); in OpVector() 596 return OpVector<UInt8>(args, vlmul, vtype, extra_args...); in OpVector() 598 return OpVector<UInt16>(args, vlmul, vtype, extra_args...); in OpVector() [all …]
|
D | interpreter-VLoadUnitStrideArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VLoadUnitStrideArgs& args);
|
D | interpreter-VLoadStrideArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VLoadStrideArgs& args);
|
D | interpreter-VOpMVvArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpMVvArgs& args);
|
D | interpreter-VStoreStrideArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VStoreStrideArgs& args);
|
D | interpreter-VLoadIndexedArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VLoadIndexedArgs& args);
|
D | interpreter-VOpMVxArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpMVxArgs& args);
|
D | interpreter-VStoreUnitStrideArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VStoreUnitStrideArgs& args);
|
D | interpreter-VOpIVvArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIVvArgs& args);
|
D | interpreter-VOpIVxArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIVxArgs& args);
|
D | interpreter-VOpFVfArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpFVfArgs& args);
|
D | interpreter-VOpIViArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpIViArgs& args);
|
D | interpreter-VStoreIndexedArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VStoreIndexedArgs& args);
|
D | interpreter-VOpFVvArgs.cc | 23 template void SemanticsPlayer<Interpreter>::OpVector(const Decoder::VOpFVvArgs& args);
|
/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
|
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | frontend.h | 304 void OpVector(const VOpArgs& /*args*/, ExtraAegs... /*extra_args*/) { in OpVector() function
|