Home
last modified time | relevance | path

Searched full:addi (Results 1 – 25 of 105) sorted by relevance

12345

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Daddi.yaml17 - 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/
Dcontrolflow-recursive.pa40 addi 3
44 addi 2
47 addi 1
82 addi 1
Daccess-fannkuch.pa72 addi 1
101 addi 1
Daccess-binary-trees.pa102 addi 2
106 addi 1
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/
Dinitobj.pa38 addi -42
43 addi -42
48 addi -42
Dcall.virt.pa34 addi -42
38 addi -42
Darray.pa42 addi 0x1
48 addi -25
Daccess-nsieve.pa55 addi 0x1
63 addi 0x1
/arkcompiler/runtime_core/tests/checked/
Dcast_bool.pa21 addi -1
34 addi -1
39 addi -1
Dimplicit_nullcheck_tests.pa74 addi 2
120 addi 2
166 addi 2
212 addi 2
/arkcompiler/runtime_core/compiler/tests/
Dprofiling_runner_test.cpp46 addi 0x2
51 addi 0x3
Dlinear_order_test.cpp117 addi 0x1 in TEST_F()
120 addi 0x1 in TEST_F()
198 addi 0x2 in TEST_F()
203 addi 0x3 in TEST_F()
Dmemory_coalescing_test.cpp102 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 …]
Dadjust_arefs_test.cpp70 …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/
Darrays-06.pa121 addi 2
146 addi 2
171 addi 2
/arkcompiler/runtime_core/compiler/docs/
Davoid-calculating-start-of-array.md23 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/
Dtests.irt132 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
Dinterpreter.irt191 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/
Dcommon.cpp51 …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/
Dldai.pa16 addi -3
Dandi.pa17 addi -2
Dshri.pa17 addi -2
Dshli.pa17 addi -8
Dori.pa17 addi -3
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_1940.pa16 addi 1

12345