| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | arrays-15.pa | 21 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 …]
|
| D | op-15.pa | 14 #Assert that operation jle works fine 18 jle v0, label 23 jle v0, label2
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | jle.yaml | 16 - 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/ |
| D | jle.yaml | 15 - 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/ |
| D | op-15.pa | 14 #Assert that operation jle works fine 18 jle v0, label 23 jle v0, label2
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/ |
| D | multiarray.pa | 28 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/ |
| D | memset_loop_idiom.pa | 35 jle v0, exit 54 jle v3, exit_succ 90 jle v0, outer_exit 94 jle v1, exit 116 jle v3, exit_succ
|
| D | move_nullcheck_out_of_loop.pa | 89 jle v0, sum_exit
|
| /arkcompiler/runtime_core/static_core/assembler/samples/ |
| D | Factorial.pa | 20 jle v0, endwhile_3
|
| /arkcompiler/runtime_core/assembler/samples/ |
| D | Factorial.pa | 20 jle v0, endwhile_3
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | loop-peeling.pa | 30 jle v1, jump_label_0
|
| D | loop-unroll.pa | 124 jle a1, loop_exit 138 jle v0, loop_exit
|
| /arkcompiler/runtime_core/static_core/tests/regression/ |
| D | loop-peeling.pa | 30 jle v1, jump_label_0
|
| D | loop-unroll.pa | 124 jle a1, loop_exit 138 jle v0, loop_exit
|
| /arkcompiler/runtime_core/static_core/tests/benchmarks/ |
| D | bitops-bits-in-byte.pa | 57 jle v1, loop_exit
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | bitops-bits-in-byte.pa | 57 jle v1, loop_exit
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 76 jle v2, label
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/disasmView/ |
| D | syntax.ts | 20 'cmp', 'jne', 'je', 'jg', 'jl', 'jge', 'jle', 'inc', 'dec', 'nop'
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | common_call.cpp | 114 __ Jle(stackOverflow); in StackOverflowCheck() local
|
| /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/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 418 // 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/ |
| D | ets_napi_entry_point_amd64.S | 89 jle .Lprepare_stack_critical 315 jle .Lprepare_stack
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | lexer_test.cpp | 86 std::string s = "jle v1 met"; in TEST()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 48 | jle | bool Compare LE, IfImm |
|