Home
last modified time | relevance | path

Searched full:jlt (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djlt.yaml15 - file-name: "jlt"
25 - sig: jlt v:in:i32, imm:i32
35 description: Check 'jlt' instruction with invalid 'v' register.
39 jlt %s
62 description: Check 'jlt' instruction with invalid 'a' register.
66 jlt %s
93 - sig: jlt v:in:i32, imm:i32
96 description: Check 'jlt' instruction with valid 'v' register.
102 jlt %s, lbl
123 - sig: jlt v:in:i32, imm:i32
[all …]
Dnewobj.yaml1063 jlt v7, begin
1110 jlt v7, begin
Dtemplate.yaml260 - include: 'jlt.yaml'
Dfp.yaml520 jlt v0, exit
Dcall.polymorphic.range.yaml590 jlt v5, loop
Dcalle.polymorphic.range.yaml590 jlt v5, loop
Dinitobj.short.yaml3168 jlt v7, begin
3217 jlt v7, begin
Dinitobj.yaml3362 jlt v7, begin
3411 jlt v7, begin
Dinitobj.range.yaml3642 jlt v7, begin
3692 jlt v7, begin
/arkcompiler/runtime_core/tests/cts-assembly/
Dop-13.pa14 #Assert that operation jlt works fine
18 jlt v0, failure
20 jlt v0, label
Dintrinsics-55.pa20 jlt v0, exit
Dintrinsics-54.pa20 jlt v0, exit
Dfar-jump-03.pa21 jlt v0, exit
Dfar-jump-17.pa38 jlt v17, exit
/arkcompiler/runtime_core/assembler/samples/
DBubblesort.pa59 jlt v4, next
/arkcompiler/runtime_core/tests/benchmarks/
Daccess-fannkuch.pa126 jlt v10, if2
Daccess-binary-trees.pa86 jlt a1, label
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa74 jlt v2, label
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_emitter_gen.h.erb186 % "JLT" => "JGE",
187 % "JGE" => "JLT",
/arkcompiler/runtime_core/docs/
DPBC2IR.md46 | jlt | bool Compare LT, IfImm |
/arkcompiler/runtime_core/runtime/tests/
Dinterpreter_test.cpp707 TestConditionalJmp("jlt", 2, 2, -1, in TEST_F()
708 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jlt(reg, label); }); in TEST_F()
709 TestConditionalJmp("jlt", 1, 2, 1, in TEST_F()
710 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jlt(reg, label); }); in TEST_F()
711 TestConditionalJmp("jlt", 2, 1, -1, in TEST_F()
712 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jlt(reg, label); }); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb146 return 'ConditionCode::CC_LT' if inst.opcode.start_with? 'jlt'
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h658 cmd = "jlt"; in CheckCondJump()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp203 cmd = "jlt"; in CheckCondJump()
786 jlt a1, label in TEST_F()
1270 // Checks the build of the jlt instruction
1271 TEST_F(IrBuilderTest, Jlt) in TEST_F() argument
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h510 LOG_INST() << "jlt ->"; in HandleJlt()

12