Home
last modified time | relevance | path

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

12

/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 …]
Dtemplate.yaml258 - include: 'jle.yaml'
/arkcompiler/runtime_core/tests/cts-assembly/
Dop-15.pa14 #Assert that operation jle works fine
18 jle v0, label
23 jle v0, label2
Dfar-jump-06.pa21 jle v0, exit
Dfar-jump-18.pa38 jle v17, exit
/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/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/libpandafile/templates/
Dbytecode_emitter_gen.h.erb188 % "JGT" => "JLE",
189 % "JLE" => "JGT",
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp124 __ Jle(stackOverflow); in StackOverflowCheck() local
Dasm_interpreter_call.cpp510 __ Jle(&pushArgsEntry); in JSCallCommonSlowPath() local
963 __ Jle(&newObjectRangeReturn); in ResumeRspAndDispatch() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp417 // 7E : Jle rel8 in EmitJle()
422 // 0F 8E: Jle rel32 in EmitJle()
1132 void AssemblerX64::Jle(Label *target, Distance distance) in Jle() function in panda::ecmascript::x64::AssemblerX64
1148 // 7E : Jle rel8; in Jle()
1157 // 0F 8E: Jle rel32 in Jle()
Dassembler_x64.h139 void Jle(Label *target, Distance distance = Distance::Far);
/arkcompiler/runtime_core/assembler/tests/
Dlexer_test.cpp86 std::string s = "jle v1 met"; in TEST()
Dparser_test.cpp325 v.push_back(l.TokenizeString("jle v0, label2").first); in TEST()
334 v.push_back(l.TokenizeString("jle a1, la1").first); in TEST()
362 ASSERT_EQ(item.Value().function_table.at(sig_main).ins[1].opcode, Opcode::JLE); in TEST()
387 ASSERT_EQ(item.Value().function_table.at(sig_m123).ins[3].opcode, Opcode::JLE); in TEST()
/arkcompiler/runtime_core/docs/
DPBC2IR.md48 | jle | bool Compare LE, IfImm |
/arkcompiler/runtime_core/runtime/tests/
Dinterpreter_test.cpp721 TestConditionalJmp("jle", 2, 2, 1, in TEST_F()
722 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jle(reg, label); }); in TEST_F()
723 TestConditionalJmp("jle", 1, 2, 1, in TEST_F()
724 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jle(reg, label); }); in TEST_F()
725 TestConditionalJmp("jle", 2, 1, -1, in TEST_F()
726 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jle(reg, label); }); in TEST_F()
/arkcompiler/runtime_core/tests/checked/
Dinline.pa113 jle v1, lbl # jump to 0 offset, never happens
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb148 return 'ConditionCode::CC_LE' if inst.opcode.start_with? 'jle'
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_amd64.S227 jle 30b // there are free GPRs
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h664 cmd = "jle"; in CheckCondJump()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp209 cmd = "jle"; in CheckCondJump()
1282 // Checks the build of the jle instruction
1283 TEST_F(IrBuilderTest, Jle) in TEST_F() argument
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h524 LOG_INST() << "jle ->"; in HandleJle()

12