Searched full:jgt (Results 1 – 25 of 55) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | jgt.yaml | 16 - file-name: "jgt" 26 - sig: jgt v:in:i32, imm:i32 35 description: Check 'jgt' instruction with invalid 'v' register. 39 jgt %s 61 description: Check 'jgt' instruction with invalid 'a' register. 65 jgt %s 91 - sig: jgt v:in:i32, imm:i32 94 description: Check 'jgt' instruction with valid 'v' register. 100 jgt %s, lbl 120 - sig: jgt v:in:i32, imm:i32 [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jgt.yaml | 15 - 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 …]
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/ |
| D | access-nsieve.pa | 27 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/irtoc-interpreter-tests/ |
| D | access-nsieve.pa | 27 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/cts-assembly/ |
| D | op-14.pa | 14 #Assert that operation jgt works fine 18 jgt v0, label
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | op-14.pa | 14 #Assert that operation jgt works fine 18 jgt v0, label
|
| D | rodatas-01.pa | 45 jgt a0, loop_exit 70 jgt a0, loop_exit 85 jgt a0, loop2_exit
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | access-nsieve.pa | 37 jgt a0, loop_exit 62 jgt a0, loop_exit 77 jgt a0, loop2_exit
|
| D | access-binary-trees.pa | 99 jgt a1, loop_exit 117 jgt v3, loop2_exit 129 jgt v9, loop3_exit
|
| D | controlflow-recursive.pa | 27 jgt a1, loop_exit 95 jgt a0, if
|
| D | math-partial-sums.pa | 38 jgt a1, loop_exit 89 jgt v26, loop_exit
|
| D | math-spectral-norm.pa | 31 jgt a1, loop_exit
|
| /arkcompiler/runtime_core/static_core/tests/benchmarks/ |
| D | access-nsieve.pa | 37 jgt a0, loop_exit 62 jgt a0, loop_exit 77 jgt a0, loop2_exit
|
| D | access-binary-trees.pa | 99 jgt a1, loop_exit 117 jgt v3, loop2_exit 129 jgt v9, loop3_exit
|
| D | controlflow-recursive.pa | 27 jgt a1, loop_exit 95 jgt a0, if
|
| D | math-partial-sums.pa | 38 jgt a1, loop_exit 89 jgt v26, loop_exit
|
| D | math-spectral-norm.pa | 31 jgt a1, loop_exit
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | math-partial-sums.pa | 39 jgt a1, loop_exit 90 jgt v26, loop_exit
|
| /arkcompiler/runtime_core/static_core/tests/regression/ |
| D | math-partial-sums.pa | 39 jgt a1, loop_exit 90 jgt v26, loop_exit
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | ifcvt.pa | 56 jgt v2, inci 120 jgt a0, lable_10
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | ifcvt.pa | 56 jgt v2, inci
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 75 jgt v2, label
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | bytecode_emitter_gen.h.erb | 188 % "JGT" => "JLE", 189 % "JLE" => "JGT",
|
| /arkcompiler/runtime_core/static_core/libpandafile/templates/ |
| D | bytecode_emitter_gen.h.erb | 189 % "JGT" => "JLE", 190 % "JLE" => "JGT",
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 47 | jgt | bool Compare GT, IfImm |
|
123