Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h192 …virtual void EncodeSubOverflow([[maybe_unused]] compiler::LabelHolder::LabelId id, [[maybe_unused]… in EncodeSubOverflow() function
Dcodegen.cpp5079 enc->GetEncoder()->EncodeSubOverflow(label, dst, src0, src1, cc); in VisitSubOverflow()
5091 enc->GetEncoder()->EncodeSubOverflow(slow_path->GetLabel(), dst, src0, src1, Condition::VS); in VisitSubOverflowCheck()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h705 …void EncodeSubOverflow(compiler::LabelHolder::LabelId id, Reg dst, Reg src0, Reg src1, Condition c…
Dencode.cpp1046 void Amd64Encoder::EncodeSubOverflow(compiler::LabelHolder::LabelId id, Reg dst, Reg src0, Reg src1… in EncodeSubOverflow() function in panda::compiler::amd64::Amd64Encoder
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h512 …void EncodeSubOverflow(compiler::LabelHolder::LabelId id, Reg dst, Reg src0, Reg src1, Condition c…
Dencode.cpp1819 void Aarch64Encoder::EncodeSubOverflow(compiler::LabelHolder::LabelId id, Reg dst, Reg src0, Reg sr… in EncodeSubOverflow() function in panda::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()