| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | codegen_intrinsics_ets.cpp | 149 GetEncoder()->EncodeCast(dst.As(type), true, num, true); in CreateStringBuilderAppendNumber() 152 GetEncoder()->EncodeCast(tmp, true, num, true); in CreateStringBuilderAppendNumber()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen-inl.h | 141 GetEncoder()->EncodeCast(dstReg.As(INT32_TYPE), isSigned, retReg, isSigned); in CallEntrypoint()
|
| D | encode.h | 184 virtual void EncodeCast(Reg dst, bool dstSigned, Reg src, bool srcSigned);
|
| D | encode.cpp | 104 void Encoder::EncodeCast([[maybe_unused]] Reg dst, [[maybe_unused]] bool dstSigned, [[maybe_unused]… in EncodeCast() function in ark::compiler::Encoder
|
| D | codegen.cpp | 1431 … GetEncoder()->EncodeCast(dstReg, isSigned, Reg(returnReg.GetId(), INT32_TYPE), isSigned); in CreateCallIntrinsic() 1846 … GetEncoder()->EncodeCast(dstReg, isSigned, Reg(returnReg.GetId(), INT32_TYPE), isSigned); in FinalizeCall() 2164 enc->EncodeCast(dst.As(INT64_TYPE), dstSigned, dst, dstSigned); in EncodeDynamicCast()
|
| D | encode_visitor.cpp | 268 enc->GetEncoder()->EncodeCast(dst, dstSigned, src, srcSigned); in VisitCast() 280 enc->GetEncoder()->EncodeCast(dst, dstSigned, src, srcSigned); in VisitCast()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 433 EncodeCast(tmpReg, false, src1, false); in EncodeJump() 437 EncodeCast(tmpReg, false, src0, false); in EncodeJump() 493 EncodeCast(tmpReg, false, src1, false); in EncodeJumpTest() 497 EncodeCast(tmpReg, false, src0, false); in EncodeJumpTest() 730 EncodeCast(dst, false, src, false); in EncodeMov() 1095 void Amd64Encoder::EncodeCast(Reg dst, bool dstSigned, Reg src, bool srcSigned) in EncodeCast() function in ark::compiler::amd64::Amd64Encoder
|
| D | target.h | 270 void EncodeCast(Reg dst, bool dstSigned, Reg src, bool srcSigned) override;
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 295 void EncodeCast(Reg dst, bool dstSigned, Reg src, bool srcSigned) override;
|
| D | encode.cpp | 1355 void Aarch32Encoder::EncodeCast(Reg dst, bool dstSigned, Reg src, bool srcSigned) in EncodeCast() function in ark::compiler::aarch32::Aarch32Encoder
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 238 void EncodeCast(Reg dst, bool dstSigned, Reg src, bool srcSigned) override;
|
| D | encode.cpp | 1491 void Aarch64Encoder::EncodeCast(Reg dst, bool dstSigned, Reg src, bool srcSigned) in EncodeCast() function in ark::compiler::aarch64::Aarch64Encoder 2404 EncodeCast(src, false, src.As(INT64_TYPE), false); in EncodeStrz()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test_2.cpp | 84 test->GetEncoder()->EncodeCast(output, std::is_signed_v<Dst>, input, std::is_signed_v<Src>); in TestCast()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test_2.cpp | 145 test->GetEncoder()->EncodeCast(output, std::is_signed_v<Dst>, input, std::is_signed_v<Src>); in TestCast()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test_2.cpp | 188 test->GetEncoder()->EncodeCast(output, std::is_signed_v<Dst>, input, std::is_signed_v<Src>); in TestCast()
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 2455 test->GetEncoder()->EncodeCast(output, std::is_signed_v<Dst>, input, std::is_signed_v<Src>); in TestCast()
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 2428 test->GetEncoder()->EncodeCast(output, std::is_signed_v<Dst>, input, std::is_signed_v<Src>); in TestCast()
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 2562 test->GetEncoder()->EncodeCast(output, std::is_signed_v<Dst>, input, std::is_signed_v<Src>); in TestCast()
|