| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.h | 180 …virtual void EncodeSubOverflow(LabelHolder::LabelId id, Reg dst, Reg src0, Reg src1, Condition cc);
|
| D | encode.cpp | 80 void Encoder::EncodeSubOverflow([[maybe_unused]] compiler::LabelHolder::LabelId id, [[maybe_unused]… in EncodeSubOverflow() function in ark::compiler::Encoder
|
| D | encode_visitor.cpp | 2337 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/ |
| D | target.h | 282 …void EncodeSubOverflow(compiler::LabelHolder::LabelId id, Reg dst, Reg src0, Reg src1, Condition c…
|
| D | encode.cpp | 1350 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/ |
| D | encoder64_test_1.cpp | 413 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/ |
| D | encoder64_test_1.cpp | 410 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/ |
| D | target.h | 252 …void EncodeSubOverflow(compiler::LabelHolder::LabelId id, Reg dst, Reg src0, Reg src1, Condition c…
|
| D | encode.cpp | 1791 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/ |
| D | encoder64_test.cpp | 833 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/ |
| D | encoder64_test.cpp | 834 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()
|