| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.h | 191 virtual void EncodeMax(Reg dst, bool dstSigned, Reg src0, Reg src1);
|
| D | encode.cpp | 144 void Encoder::EncodeMax([[maybe_unused]] Reg dst, [[maybe_unused]] bool dstSigned, [[maybe_unused]]… in EncodeMax() function in ark::compiler::Encoder
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 299 void EncodeMax(Reg dst, bool dstSigned, Reg src0, Reg src1) override;
|
| D | encode.cpp | 2174 void Aarch32Encoder::EncodeMax(Reg dst, bool dstSigned, Reg src0, Reg src1) in EncodeMax() function in ark::compiler::aarch32::Aarch32Encoder
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 279 void EncodeMax(Reg dst, bool dstSigned, Reg src0, Reg src1) override;
|
| D | encode.cpp | 1696 void Amd64Encoder::EncodeMax(Reg dst, bool dstSigned, Reg src0, Reg src1) in EncodeMax() function in ark::compiler::amd64::Amd64Encoder
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 249 void EncodeMax(Reg dst, bool dstSigned, Reg src0, Reg src1) override;
|
| D | encode.cpp | 1844 void Aarch64Encoder::EncodeMax(Reg dst, bool dstSigned, Reg src0, Reg src1) in EncodeMax() function in ark::compiler::aarch64::Aarch64Encoder
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test_1.cpp | 1199 test->GetEncoder()->EncodeMax(param1, std::is_signed_v<T>, param1, param2); in TestMax()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test_1.cpp | 1333 test->GetEncoder()->EncodeMax(param1, std::is_signed_v<T>, param1, param2); in TestMax()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test_1.cpp | 1240 test->GetEncoder()->EncodeMax(param1, std::is_signed_v<T>, param1, param2); in TestMax()
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 1660 test->GetEncoder()->EncodeMax(param1, std::is_signed_v<T>, param1, param2); in TestMax()
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 1603 test->GetEncoder()->EncodeMax(param1, std::is_signed_v<T>, param1, param2); in TestMax()
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 1767 test->GetEncoder()->EncodeMax(param1, std::is_signed_v<T>, param1, param2); in TestMax()
|