Searched full:jgt (Results 1 – 25 of 26) sorted by relevance
12
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jgt.yaml | 15 - file-name: "jgt" 25 - sig: jgt v:in:i32, imm:i32 35 description: Check 'jgt' instruction with invalid 'v' register. 39 jgt %s 62 description: Check 'jgt' instruction with invalid 'a' register. 66 jgt %s 93 - sig: jgt v:in:i32, imm:i32 96 description: Check 'jgt' instruction with valid 'v' register. 102 jgt %s, lbl 123 - sig: jgt v:in:i32, imm:i32 [all …]
|
| D | template.yaml | 256 - include: 'jgt.yaml'
|
| D | jlt.yaml | 1008 …Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + jmp by compiler. 1026 …n: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp by compiler.
|
| D | jle.yaml | 1008 …Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + jmp by compiler. 1026 …n: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp by compiler.
|
| D | jge.yaml | 1008 …Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + jmp by compiler. 1026 …n: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp by compiler.
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | access-nsieve.pa | 27 jgt v2, jump_label_0 33 jgt v8, jump_label_1 41 jgt v8, jump_label_3 48 jgt v8, jump_label_5
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | access-nsieve.pa | 37 jgt a0, loop_exit 62 jgt a0, loop_exit 77 jgt a0, loop2_exit
|
| D | access-binary-trees.pa | 99 jgt a1, loop_exit 117 jgt v3, loop2_exit 129 jgt v9, loop3_exit
|
| D | controlflow-recursive.pa | 27 jgt a1, loop_exit 95 jgt a0, if
|
| D | math-partial-sums.pa | 38 jgt a1, loop_exit 89 jgt v26, loop_exit
|
| D | math-spectral-norm.pa | 31 jgt a1, loop_exit
|
| D | access-nbody.pa | 55 jgt a1, loop_exit
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | op-14.pa | 14 #Assert that operation jgt works fine 18 jgt v0, label
|
| D | far-jump-05.pa | 21 jgt v0, exit
|
| D | far-jump-19.pa | 38 jgt v17, exit
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | math-partial-sums.pa | 39 jgt a1, loop_exit 90 jgt v26, loop_exit
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | ifcvt.pa | 56 jgt v2, inci
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 75 jgt v2, label
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | bytecode_emitter_gen.h.erb | 188 % "JGT" => "JLE", 189 % "JLE" => "JGT",
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 47 | jgt | bool Compare GT, IfImm |
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | interpreter_test.cpp | 714 TestConditionalJmp("jgt", 2, 2, -1, in TEST_F() 715 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jgt(reg, label); }); in TEST_F() 716 TestConditionalJmp("jgt", 1, 2, -1, in TEST_F() 717 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jgt(reg, label); }); in TEST_F() 718 TestConditionalJmp("jgt", 2, 1, 1, in TEST_F() 719 … [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jgt(reg, label); }); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 147 return 'ConditionCode::CC_GT' if inst.opcode.start_with? 'jgt'
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 661 cmd = "jgt"; in CheckCondJump()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 206 cmd = "jgt"; in CheckCondJump() 1276 // Checks the build of the jgt instruction 1277 TEST_F(IrBuilderTest, Jgt) in TEST_F() argument
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 517 LOG_INST() << "jgt ->"; in HandleJgt()
|
12