Home
last modified time | relevance | path

Searched full:jgt (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djgt.yaml15 - file-name: "jgt"
25 - sig: jgt v:in:i32, imm:i32
35 description: Check 'jgt' instruction with invalid 'v' register.
39 jgt %s
62 description: Check 'jgt' instruction with invalid 'a' register.
66 jgt %s
93 - sig: jgt v:in:i32, imm:i32
96 description: Check 'jgt' instruction with valid 'v' register.
102 jgt %s, lbl
123 - sig: jgt v:in:i32, imm:i32
[all …]
Dtemplate.yaml256 - include: 'jgt.yaml'
Djge.yaml1008 …Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + jmp by compiler.
1026 …n: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp by compiler.
Djle.yaml1008 …Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + jmp by compiler.
1026 …n: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp by compiler.
Djlt.yaml1008 …Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + jmp by compiler.
1026 …n: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp by compiler.
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/
Daccess-nsieve.pa27 jgt v2, jump_label_0
33 jgt v8, jump_label_1
41 jgt v8, jump_label_3
48 jgt v8, jump_label_5
/arkcompiler/runtime_core/tests/benchmarks/
Daccess-nsieve.pa37 jgt a0, loop_exit
62 jgt a0, loop_exit
77 jgt a0, loop2_exit
Daccess-binary-trees.pa99 jgt a1, loop_exit
117 jgt v3, loop2_exit
129 jgt v9, loop3_exit
Dcontrolflow-recursive.pa27 jgt a1, loop_exit
95 jgt a0, if
Dmath-partial-sums.pa38 jgt a1, loop_exit
89 jgt v26, loop_exit
Dmath-spectral-norm.pa31 jgt a1, loop_exit
Daccess-nbody.pa55 jgt a1, loop_exit
/arkcompiler/runtime_core/tests/cts-assembly/
Dop-14.pa14 #Assert that operation jgt works fine
18 jgt v0, label
Dfar-jump-05.pa21 jgt v0, exit
Dfar-jump-19.pa38 jgt v17, exit
/arkcompiler/runtime_core/tests/regression/
Dmath-partial-sums.pa39 jgt a1, loop_exit
90 jgt v26, loop_exit
/arkcompiler/runtime_core/tests/checked/
Difcvt.pa56 jgt v2, inci
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa75 jgt v2, label
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_emitter_gen.h.erb188 % "JGT" => "JLE",
189 % "JLE" => "JGT",
/arkcompiler/runtime_core/docs/
DPBC2IR.md47 | jgt | bool Compare GT, IfImm |
/arkcompiler/runtime_core/runtime/tests/
Dinterpreter_test.cpp714 TestConditionalJmp("jgt", 2, 2, -1, in TEST_F()
715 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jgt(reg, label); }); in TEST_F()
716 TestConditionalJmp("jgt", 1, 2, -1, in TEST_F()
717 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jgt(reg, label); }); in TEST_F()
718 TestConditionalJmp("jgt", 2, 1, 1, in TEST_F()
719 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jgt(reg, label); }); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb147 return 'ConditionCode::CC_GT' if inst.opcode.start_with? 'jgt'
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h661 cmd = "jgt"; in CheckCondJump()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp206 cmd = "jgt"; in CheckCondJump()
1276 // Checks the build of the jgt instruction
1277 TEST_F(IrBuilderTest, Jgt) in TEST_F() argument
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h517 LOG_INST() << "jgt ->"; in HandleJgt()

12