Home
last modified time | relevance | path

Searched refs:EncodeSubOverflow (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h180 …virtual void EncodeSubOverflow(LabelHolder::LabelId id, Reg dst, Reg src0, Reg src1, Condition cc);
Dencode.cpp80 void Encoder::EncodeSubOverflow([[maybe_unused]] compiler::LabelHolder::LabelId id, [[maybe_unused]… in EncodeSubOverflow() function in ark::compiler::Encoder
Dencode_visitor.cpp2337 enc->GetEncoder()->EncodeSubOverflow(label, dst, src0, src1, cc); in VisitSubOverflow()
2349 enc->GetEncoder()->EncodeSubOverflow(slowPath->GetLabel(), dst, src0, src1, Condition::VS); in VisitSubOverflowCheck()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h282 …void EncodeSubOverflow(compiler::LabelHolder::LabelId id, Reg dst, Reg src0, Reg src1, Condition c…
Dencode.cpp1350 void Amd64Encoder::EncodeSubOverflow(compiler::LabelHolder::LabelId id, Reg dst, Reg src0, Reg src1… in EncodeSubOverflow() function in ark::compiler::amd64::Amd64Encoder
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test_1.cpp413 test->GetEncoder()->EncodeSubOverflow(label, retVal, param1, param2, Condition::VS); in TestSubOverflow()
418 test->GetEncoder()->EncodeSubOverflow(end, retVal, param1, param2, Condition::VC); in TestSubOverflow()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_1.cpp410 test->GetEncoder()->EncodeSubOverflow(label, retVal, param1, param2, Condition::VS); in TestSubOverflow()
415 test->GetEncoder()->EncodeSubOverflow(end, retVal, param1, param2, Condition::VC); in TestSubOverflow()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h252 …void EncodeSubOverflow(compiler::LabelHolder::LabelId id, Reg dst, Reg src0, Reg src1, Condition c…
Dencode.cpp1791 void Aarch64Encoder::EncodeSubOverflow(compiler::LabelHolder::LabelId id, Reg dst, Reg src0, Reg sr… in EncodeSubOverflow() function in ark::compiler::aarch64::Aarch64Encoder
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp833 test->GetEncoder()->EncodeSubOverflow(label, ret_val, param1, param2, Condition::VS); in TestSubOverflow()
838 test->GetEncoder()->EncodeSubOverflow(end, ret_val, param1, param2, Condition::VC); in TestSubOverflow()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp834 test->GetEncoder()->EncodeSubOverflow(label, ret_val, param1, param2, Condition::VS); in TestSubOverflow()
839 test->GetEncoder()->EncodeSubOverflow(end, ret_val, param1, param2, Condition::VC); in TestSubOverflow()