Searched full:jlt (Results 1 – 25 of 27) sorted by relevance
12
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jlt.yaml | 15 - 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 …]
|
| D | newobj.yaml | 1063 jlt v7, begin 1110 jlt v7, begin
|
| D | template.yaml | 260 - include: 'jlt.yaml'
|
| D | fp.yaml | 520 jlt v0, exit
|
| D | call.polymorphic.range.yaml | 590 jlt v5, loop
|
| D | calle.polymorphic.range.yaml | 590 jlt v5, loop
|
| D | initobj.short.yaml | 3168 jlt v7, begin 3217 jlt v7, begin
|
| D | initobj.yaml | 3362 jlt v7, begin 3411 jlt v7, begin
|
| D | initobj.range.yaml | 3642 jlt v7, begin 3692 jlt v7, begin
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | op-13.pa | 14 #Assert that operation jlt works fine 18 jlt v0, failure 20 jlt v0, label
|
| D | intrinsics-55.pa | 20 jlt v0, exit
|
| D | intrinsics-54.pa | 20 jlt v0, exit
|
| D | far-jump-03.pa | 21 jlt v0, exit
|
| D | far-jump-17.pa | 38 jlt v17, exit
|
| /arkcompiler/runtime_core/assembler/samples/ |
| D | Bubblesort.pa | 59 jlt v4, next
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | access-fannkuch.pa | 126 jlt v10, if2
|
| D | access-binary-trees.pa | 86 jlt a1, label
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 74 jlt v2, label
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | bytecode_emitter_gen.h.erb | 186 % "JLT" => "JGE", 187 % "JGE" => "JLT",
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 46 | jlt | bool Compare LT, IfImm |
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | interpreter_test.cpp | 707 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/ |
| D | inst_builder_gen.cpp.erb | 146 return 'ConditionCode::CC_LT' if inst.opcode.start_with? 'jlt'
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 658 cmd = "jlt"; in CheckCondJump()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 203 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/ |
| D | interpreter-inl.h | 510 LOG_INST() << "jlt ->"; in HandleJlt()
|
12