Searched full:addi (Results 1 – 25 of 105) sorted by relevance
12345
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | addi.yaml | 17 - file-name: addi 29 - sig: addi imm:i32 35 addi %s 44 description: Check `addi` with zero and various values. 62 - sig: addi imm:i32 68 addi %s 77 description: Check `addi` with +1 and various values. 95 - sig: addi imm:i32 101 addi %s 110 description: Check `addi` with -1 and various values. [all …]
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | controlflow-recursive.pa | 40 addi 3 44 addi 2 47 addi 1 82 addi 1
|
| D | access-fannkuch.pa | 72 addi 1 101 addi 1
|
| D | access-binary-trees.pa | 102 addi 2 106 addi 1
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | initobj.pa | 38 addi -42 43 addi -42 48 addi -42
|
| D | call.virt.pa | 34 addi -42 38 addi -42
|
| D | array.pa | 42 addi 0x1 48 addi -25
|
| D | access-nsieve.pa | 55 addi 0x1 63 addi 0x1
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | cast_bool.pa | 21 addi -1 34 addi -1 39 addi -1
|
| D | implicit_nullcheck_tests.pa | 74 addi 2 120 addi 2 166 addi 2 212 addi 2
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | profiling_runner_test.cpp | 46 addi 0x2 51 addi 0x3
|
| D | linear_order_test.cpp | 117 addi 0x1 in TEST_F() 120 addi 0x1 in TEST_F() 198 addi 0x2 in TEST_F() 203 addi 0x3 in TEST_F()
|
| D | memory_coalescing_test.cpp | 102 INST(63, Opcode::AddI).s32().Inputs(9).Imm(0x1); in TEST_F() 106 INST(64, Opcode::AddI).s32().Inputs(9).Imm(0x2); in TEST_F() 131 INST(63, Opcode::AddI).s32().Inputs(9).Imm(0x1); in TEST_F() 134 INST(64, Opcode::AddI).s32().Inputs(9).Imm(0x2); in TEST_F() 168 INST(33, Opcode::AddI).s32().Inputs(6).Imm(0x1); in TEST_F() 172 INST(34, Opcode::AddI).s32().Inputs(6).Imm(0x2); in TEST_F() 195 INST(33, Opcode::AddI).s32().Inputs(6).Imm(0x1); in TEST_F() 199 INST(34, Opcode::AddI).s32().Inputs(6).Imm(0x2); in TEST_F() 342 INST(4, Opcode::AddI).s32().Inputs(1).Imm(0x4); in TEST_F() 344 INST(6, Opcode::AddI).s32().Inputs(1).Imm(0x5); in TEST_F() [all …]
|
| D | adjust_arefs_test.cpp | 70 …INST(11, Opcode::AddI).ptr().Inputs(0).Imm(graph->GetRuntime()->GetArrayDataOffset(graph->GetArch(… in TEST_F() 141 …INST(11, Opcode::AddI).ptr().Inputs(0).Imm(graph->GetRuntime()->GetArrayDataOffset(graph->GetArch(… in TEST_F() 147 …INST(15, Opcode::AddI).ptr().Inputs(0).Imm(graph->GetRuntime()->GetArrayDataOffset(graph->GetArch(… in TEST_F() 225 …INST(11, Opcode::AddI).ptr().Inputs(0).Imm(graph->GetRuntime()->GetArrayDataOffset(graph->GetArch(… in TEST_F() 315 …INST(11, Opcode::AddI).ptr().Inputs(0).Imm(graph->GetRuntime()->GetArrayDataOffset(graph->GetArch(… in TEST_F()
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | arrays-06.pa | 121 addi 2 146 addi 2 171 addi 2
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 23 and use it in the form of the `AddI` instruction of the `ptr` type in further 49 …# [inst] 47.ptr AddI v7(r21), 0x10 -> r25 (v49, v48) …
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | tests.irt | 132 ret1 := AddI(a).Imm(1).u64 136 ret2 := AddI(a).Imm(2).u64 139 ret3 := AddI(a).Imm(3).u64 185 i_next := AddI(i).Imm(1).word
|
| D | interpreter.irt | 191 res := AddI(0).Imm(0).b 193 res_1 := AddI(res).Imm(1).b 307 …vreg_offset := AddI(Mul(vreg_idx, Constants::VREGISTER_SIZE).word).Imm(Constants::VREGISTERS_OFFSE… 423 AddI(pc).Imm(imm).ptr 458 num_vregs := AddI(num_vregs).Imm(1).word if is_initobj 1122 copy_reg(new_frame, AddI(num_vregs).Imm(1).word, v2) 1133 copy_reg(new_frame, AddI(num_vregs).Imm(1).word, v) 1136 copy_acc(frame_vreg_ptr(new_frame, AddI(num_vregs).Imm(1).word), acc_ptr) 1148 copy_reg(new_frame, AddI(num_vregs).Imm(1).word, v1) 1149 copy_reg(new_frame, AddI(num_vregs).Imm(2).word, v2) [all …]
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | common.cpp | 51 …ASSERT(binop->GetOpcode() == compiler::Opcode::AddI || binop->GetOpcode() == compiler::Opcode::Sub… in CanConvertToIncI() 64 // While Addi/SubI stores the output in accumulator, IncI works directly on registers. in CanConvertToIncI()
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | ldai.pa | 16 addi -3
|
| D | ori.pa | 17 addi -3
|
| D | andi.pa | 17 addi -2
|
| D | shli.pa | 17 addi -8
|
| D | shri.pa | 17 addi -2
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_1940.pa | 16 addi 1
|
12345