Searched full:jge (Results 1 – 25 of 42) sorted by relevance
12
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jge.yaml | 15 - file-name: "jge" 25 - sig: jge v:in:i32, imm:i32 35 description: Check 'jge' instruction with invalid 'v' register. 39 jge %s 62 description: Check 'jge' instruction with invalid 'a' register. 66 jge %s 93 - sig: jge v:in:i32, imm:i32 96 description: Check 'jge' instruction with valid 'v' register. 102 jge %s, lbl 123 - sig: jge v:in:i32, imm:i32 [all …]
|
| D | template.yaml | 254 - include: 'jge.yaml'
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | op-16.pa | 14 #Assert that operation jge works fine 18 jge v0, label 23 jge v0, label2
|
| D | oom-02.pa | 65 jge v0, label_0
|
| D | oom-01.pa | 65 jge v0, label_foo
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | barriers.pa | 41 jge v1, jump_label_0 60 jge v1, jump_label_0 67 jge v1, jump_label_2
|
| D | sum.pa | 19 jge v0, jump_label_0
|
| D | array.pa | 36 jge v1, jump_label_0
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | profiling_runner_test.cpp | 29 jge v0, jump_label_0 41 jge v0, jump_label_0
|
| D | linear_order_test.cpp | 111 jge v0, jump_label_0 in TEST_F() 155 jge v0, jump_label_0 in TEST_F() 193 jge v0, jump_label_0 in TEST_F()
|
| /arkcompiler/runtime_core/assembler/samples/ |
| D | Fibonacci.pa | 19 jge v1, main_ret
|
| D | Bubblesort.pa | 51 jge v1, inner_exit
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | loop-unroll.pa | 48 jge a1, loop_exit 62 jge v0, loop_exit
|
| D | deopt_true_test.pa | 29 jge a1, loop_exit
|
| D | deopt_true_call_test.pa | 32 jge a1, loop_exit
|
| D | deopt_false_test.pa | 29 jge a1, loop_exit
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | deoptimize_compare.pa | 47 jge v1, jump_label_0
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | controlflow-recursive.pa | 115 jge a0, if
|
| D | bitops-nsieve-bits.pa | 91 jge v3, loop2_exit
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 77 jge v2, label
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | bitops_bitwise_and_test.cpp | 35 jge v1, label_0 in TEST_F()
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | bytecode_emitter_gen.h.erb | 186 % "JLT" => "JGE", 187 % "JGE" => "JLT",
|
| /arkcompiler/runtime_core/runtime/bridge/arch/amd64/ |
| D | interpreter_to_compiled_code_bridge_amd64.S | 114 jge 2f 125 jge 3f 140 jge 2f
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 49 | jge | bool Compare GE, IfImm |
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.h | 135 void Jge(Label *target, Distance distance = Distance::Far);
|
12