Home
last modified time | relevance | path

Searched refs:GT (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_optimizer_isapi.rb210 @cc_cases ||= %w[EQ NE LT LE GT GE]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dtype_info.h306 GT, // greater enumerator
H A Dcodegen.cpp829 return Condition::GT; in ConvertCc()
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dinstruction.rb236 [:EQ, :NE, :GE, :GT, :LE, :LT, :A, :AE, :B, :BE].each do |x| define_method(x) do |&block|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64_constants.h89 GT = 12, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.cpp185 __ B(Condition::GT, &skipThrow); in StackOverflowCheck()
H A Doptimized_fast_call.cpp211 __ B(Condition::GT, &pushUndefined); in OptimizedFastCallAndPushArgv()
444 __ B(Condition::GT, &pushUndefined); in JSFastCallWithArgVAndPushArgv()
H A Dasm_interpreter_call.cpp860 __ B(Condition::GT, &normalReturn);
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_2.cpp691 case Condition::GT: in TestSelect()
723 EXPECT_TRUE((TestSelect<int32_t, Condition::GT>(this))); in TEST_F()
728 EXPECT_TRUE((TestSelect<int64_t, Condition::GT>(this))); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_2.cpp697 case Condition::GT: in TestSelect()
729 EXPECT_TRUE((TestSelect<int32_t, Condition::GT>(this))); in TEST_F()
734 EXPECT_TRUE((TestSelect<int64_t, Condition::GT>(this))); in TEST_F()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecode_optimizer_isapi.rb258 @cc_cases ||= %w[EQ NE LT LE GT GE]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_aarch64_test.cpp256 __ B(Condition::GT, &label1); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_2.cpp867 case Condition::GT: in TestSelect()
899 EXPECT_TRUE((TestSelect<int32_t, Condition::GT>(this))); in TEST_F()
904 EXPECT_TRUE((TestSelect<int64_t, Condition::GT>(this))); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp45 case Condition::GT: in Convert()
88 case Condition::GT: in IsConditionSigned()
516 case Condition::GT: in TrySwapCc()
603 case Condition::GT: in CompareZeroHelper()
2144 GetMasm()->Mov(Convert(Condition::GT), VixlReg(dst), VixlReg(src1)); in EncodeMin()
2176 GetMasm()->Mov(Convert(Condition::GT), VixlReg(dst), VixlReg(src0)); in EncodeMax()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp856 - GT, // greater
2955 case Condition::GT: in TestSelect()
2987 EXPECT_TRUE((TestSelect<int32_t, Condition::GT>(this))); in TEST_F()
2992 EXPECT_TRUE((TestSelect<int64_t, Condition::GT>(this))); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp2950 case Condition::GT: in TestSelect()
2982 EXPECT_TRUE((TestSelect<int32_t, Condition::GT>(this))); in TEST_F()
2987 EXPECT_TRUE((TestSelect<int64_t, Condition::GT>(this))); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp3066 case Condition::GT: in TestSelect()
3098 EXPECT_TRUE((TestSelect<int32_t, Condition::GT>(this))); in TEST_F()
3103 EXPECT_TRUE((TestSelect<int64_t, Condition::GT>(this))); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp47 case Condition::GT: in ArchCcInt()
86 case Condition::GT: in ArchCcFloat()
2799 GetMasm()->j(ArchCc(Condition::GT, true), *labelExit); in EncodeIsSafeInteger()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp53 case Condition::GT: in Convert()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 72 milliseconds