Home
last modified time | relevance | path

Searched refs:VS (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dtype_info.h316 VS, // V set Overflow. enumerator
H A Dcodegen.cpp855 return Condition::VS; in ConvertCcOverflow()
860 return Condition::VS; in ConvertCcOverflow()
862 return Condition::VS; in ConvertCcOverflow()
H A Dencode_visitor.cpp2324 enc->GetEncoder()->EncodeAddOverflow(slowPath->GetLabel(), dst, src0, src1, Condition::VS); in VisitAddOverflowCheck()
2349 enc->GetEncoder()->EncodeSubOverflow(slowPath->GetLabel(), dst, src0, src1, Condition::VS); in VisitSubOverflowCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64_constants.h83 VS = 6, enumerator
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp344 test->GetEncoder()->EncodeAddOverflow(label, retVal, param1, param2, Condition::VS); in TestAddOverflow()
410 test->GetEncoder()->EncodeSubOverflow(label, retVal, param1, param2, Condition::VS); in TestSubOverflow()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp347 test->GetEncoder()->EncodeAddOverflow(label, retVal, param1, param2, Condition::VS); in TestAddOverflow()
413 test->GetEncoder()->EncodeSubOverflow(label, retVal, param1, param2, Condition::VS); in TestSubOverflow()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp66 case Condition::VS: in ArchCcInt()
105 case Condition::VS: in ArchCcFloat()
1336 ASSERT(cc == Condition::VS || cc == Condition::VC); in EncodeAddOverflow()
1353 ASSERT(cc == Condition::VS || cc == Condition::VC); in EncodeSubOverflow()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp72 case Condition::VS: in Convert()
1595 ASSERT(cc == Condition::VS || cc == Condition::VC); in EncodeAddOverflow()
1610 ASSERT(cc == Condition::VS || cc == Condition::VC); in EncodeSubOverflow()
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp767 test->GetEncoder()->EncodeAddOverflow(label, ret_val, param1, param2, Condition::VS); in TestAddOverflow()
833 test->GetEncoder()->EncodeSubOverflow(label, ret_val, param1, param2, Condition::VS); in TestSubOverflow()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp768 test->GetEncoder()->EncodeAddOverflow(label, ret_val, param1, param2, Condition::VS); in TestAddOverflow()
834 test->GetEncoder()->EncodeSubOverflow(label, ret_val, param1, param2, Condition::VS); in TestSubOverflow()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp64 case Condition::VS: in Convert()
2216 GetMasm()->B(Convert(Condition::VS), &gotNan); in EncodeMinMaxFp()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 70 milliseconds