Home
last modified time | relevance | path

Searched full:jle (Results 1 – 25 of 62) sorted by relevance

123

/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Darrays-15.pa21 jle v0, exit
34 jle v0, exit
47 jle v0, exit
60 jle v0, exit
73 jle v0, exit
86 jle v0, exit
99 jle v0, exit
117 jle v0, exit
135 jle v0, exit
153 jle v0, exit
[all …]
Dop-15.pa14 #Assert that operation jle works fine
18 jle v0, label
23 jle v0, label2
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Djle.yaml16 - file-name: "jle"
26 - sig: jle v:in:i32, imm:i32
35 description: Check 'jle' instruction with invalid 'v' register.
39 jle %s
61 description: Check 'jle' instruction with invalid 'a' register.
65 jle %s
91 - sig: jle v:in:i32, imm:i32
94 description: Check 'jle' instruction with valid 'v' register.
100 jle %s, lbl
120 - sig: jle v:in:i32, imm:i32
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djle.yaml15 - file-name: "jle"
25 - sig: jle v:in:i32, imm:i32
35 description: Check 'jle' instruction with invalid 'v' register.
39 jle %s
62 description: Check 'jle' instruction with invalid 'a' register.
66 jle %s
93 - sig: jle v:in:i32, imm:i32
96 description: Check 'jle' instruction with valid 'v' register.
102 jle %s, lbl
123 - sig: jle v:in:i32, imm:i32
[all …]
/arkcompiler/runtime_core/tests/cts-assembly/
Dop-15.pa14 #Assert that operation jle works fine
18 jle v0, label
23 jle v0, label2
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/
Dmultiarray.pa28 jle v2, jump_label_0
35 jle v3, jump_label_1
49 jle v2, jump_label_4
56 jle v3, jump_label_5
/arkcompiler/runtime_core/static_core/tests/checked/
Dmemset_loop_idiom.pa35 jle v0, exit
54 jle v3, exit_succ
90 jle v0, outer_exit
94 jle v1, exit
116 jle v3, exit_succ
Dmove_nullcheck_out_of_loop.pa89 jle v0, sum_exit
/arkcompiler/runtime_core/static_core/assembler/samples/
DFactorial.pa20 jle v0, endwhile_3
/arkcompiler/runtime_core/assembler/samples/
DFactorial.pa20 jle v0, endwhile_3
/arkcompiler/runtime_core/tests/regression/
Dloop-peeling.pa30 jle v1, jump_label_0
Dloop-unroll.pa124 jle a1, loop_exit
138 jle v0, loop_exit
/arkcompiler/runtime_core/static_core/tests/regression/
Dloop-peeling.pa30 jle v1, jump_label_0
Dloop-unroll.pa124 jle a1, loop_exit
138 jle v0, loop_exit
/arkcompiler/runtime_core/static_core/tests/benchmarks/
Dbitops-bits-in-byte.pa57 jle v1, loop_exit
/arkcompiler/runtime_core/tests/benchmarks/
Dbitops-bits-in-byte.pa57 jle v1, loop_exit
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa76 jle v2, label
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/disasmView/
Dsyntax.ts20 'cmp', 'jne', 'je', 'jg', 'jl', 'jge', 'jle', 'inc', 'dec', 'nop'
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp114 __ Jle(stackOverflow); in StackOverflowCheck() local
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_emitter_gen.h.erb188 % "JGT" => "JLE",
189 % "JLE" => "JGT",
/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dbytecode_emitter_gen.h.erb189 % "JGT" => "JLE",
190 % "JLE" => "JGT",
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp418 // 7E : Jle rel8 in EmitJle()
423 // 0F 8E: Jle rel32 in EmitJle()
1151 void AssemblerX64::Jle(Label *target, Distance distance) in Jle() function in panda::ecmascript::x64::AssemblerX64
1167 // 7E : Jle rel8; in Jle()
1176 // 0F 8E: Jle rel32 in Jle()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/amd64/
Dets_napi_entry_point_amd64.S89 jle .Lprepare_stack_critical
315 jle .Lprepare_stack
/arkcompiler/runtime_core/assembler/tests/
Dlexer_test.cpp86 std::string s = "jle v1 met"; in TEST()
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md48 | jle | bool Compare LE, IfImm |

123