Home
last modified time | relevance | path

Searched full:sub (Results 1 – 25 of 175) sorted by relevance

1234567

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dsub.yaml16 - file-name: "sub"
27 - sig: sub v1:in:i32, v2:in:i32
34 sub v0, v1
42 description: Check sub with zero and various values.
77 - sig: sub v1:in:i32, v2:in:i32
84 sub v0, v1
92 description: Check sub with +1 and various values.
127 - sig: sub v1:in:i32, v2:in:i32
134 sub v0, v1
142 description: Check sub with -1 and various values.
[all …]
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dhandle_call_imm16_v16_aarch64.S46 sub w10, w10, 1
51 sub w10, w10, 1
56 sub w10, w10, 1
61 sub w10, w10, 1
66 sub w10, w10, 1
71 sub w10, w10, 1
75 sub sp, sp, x10, lsl 3
81 sub w10, w10, 1
Dinterpreter_to_compiled_code_bridge_dyn_aarch64.S90 sub sp, fp, 32
153 sub w10, w10, 1
158 sub w10, w10, 1
163 sub w10, w10, 1
168 sub w10, w10, 1
173 sub w10, w10, 1
178 sub w10, w10, 1
184 sub x13, sp, x10, lsl 3
189 sub w10, w10, 1
196 sub sp, fp, 32
Dcompiled_code_to_interpreter_bridge_dyn_aarch64.S42 sub sp, sp, #32
92 sub sp, fp, #8
124 sub w22, w19, w0
137 sub w9, w9, w0
146 sub w0, w0, #1
154 sub w0, w0, #1
160 sub w0, w0, #1
166 sub w0, w0, #1
180 sub w22, w22, #1
199 sub sp, fp, #8
Dcompiled_code_to_interpreter_bridge_aarch64.S44 sub sp, sp, #32
95 sub sp, fp, #8
145 sub w9, w9, w0
182 sub w9, w9, #SHORTY_FIRST_FLOAT
189 sub w6, w6, #1
195 sub w7, w7, #1
225 sub w1, w1, #SHORTY_FIRST_FLOAT
238 sub sp, fp, #8
Dinterpreter_to_compiled_code_bridge_aarch64.S43 sub w2, w2, #SHORTY_FIRST_FLOAT
49 sub \tmp_reg, \gpr_ptr, x9
68 sub \tmp_reg, x9, \fpr_ptr
145 sub w2, w2, #SHORTY_FIRST_FLOAT
159 sub x5, sp, x5, lsl 3
165 sub x9, sp, #64
282 1: sub w4, w2, #SHORTY_FIRST_FLOAT
285 sub w4, w2, #SHORTY_FIRST_32
317 sub sp, fp, #32
440 1: sub w3, w2, #SHORTY_FIRST_FLOAT
[all …]
Dhandle_call_v4_v4_v4_imm4_id16_aarch64.S44 sub w14, w14, 1
49 sub x11, x7, #(FRAME_VREGS_OFFSET - FRAME_ACC_OFFSET)
53 sub w14, w14, 1
/arkcompiler/runtime_core/compiler/docs/
Dlowering_doc.md31 void VisitAdd/Sub(Inst* inst) {
65 7.u64 Sub v0, v1 -> (v10)
66 8.u64 Sub v0, v2 -> (v10)
67 9.u64 Sub v0, v3 -> (v10)
69 14.f64 Sub v11, v21 -> (v10)
71 16.f32 Sub v12, v22 -> (v10)
73 18.u64 Sub v0, v0 -> (v10)
102 9.u64 Sub v0, v3 -> (v10)
104 14.f64 Sub v11, v21 -> (v10)
106 16.f32 Sub v12, v22 -> (v10)
[all …]
Dvn_doc.md90 7.u32 Sub v1, v0 -> (v14)
93 10.u32 Sub v1, v0 -> (v14)
120 7.u32 Sub v1, v0 -> (v14, v14)
123 10.u32 Sub v1, v0
147 7.u32 Sub v1, v0 -> (v14, v14)
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp84 // abnormal params of null params.sub-key in HWTEST_F_L0()
89 // abnormal params of unknown params.sub-key in HWTEST_F_L0()
94 // abnormal params of params.sub-key = [ type = 100, ] in HWTEST_F_L0()
99 // abnormal params of params.sub-key = [ type = [ "sub": "test" ] }, ] in HWTEST_F_L0()
104 // normal params of params.sub-key = [ type = "object", ] in HWTEST_F_L0()
110 // abnormal params of params.sub-key = [ type = "object", subtype = "unknown"] in HWTEST_F_L0()
116 // abnormal params of params.sub-key = [ type = "object", subtype = 100] in HWTEST_F_L0()
122 // normal params of params.sub-key = [ type = "object", subtype = "array"] in HWTEST_F_L0()
131 // abnormal params of params.sub-key = [ type = "object", className = 100] in HWTEST_F_L0()
137 // abnormal params of params.sub-key = [ type = "object", className = {"xx":"yy"}] in HWTEST_F_L0()
[all …]
Ddebugger_params_test.cpp92 // abnormal params of null params.sub-key in HWTEST_F_L0()
98 // abnormal params of unknown params.sub-key in HWTEST_F_L0()
104 // abnormal params of params.sub-key=["samplingInterval":true] in HWTEST_F_L0()
109 // abnormal params of params.sub-key=["samplingInterval":true] in HWTEST_F_L0()
114 // abnormal params of params.sub-key = [ "size"=100,"nodeId"=1,"ordinal"=10] in HWTEST_F_L0()
126 // abnormal params of null params.sub-key in HWTEST_F_L0()
132 // abnormal params of unknown params.sub-key in HWTEST_F_L0()
138 // abnormal params of params.sub-key=["trackAllocations":10] in HWTEST_F_L0()
143 // abnormal params of params.sub-key=["trackAllocations":"Test"] in HWTEST_F_L0()
148 // abnormal params of params.sub-key=["trackAllocations":true] in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dcompiled_code_to_interpreter_bridge_armhf.S37 sub sp, sp, #16
72 sub sp, sp, #4
89 sub sp, fp, #4
128 sub r5, r5, r0
168 sub r9, r4, r3
176 1: sub r9, r9, #SHORTY_FIRST_FLOAT
183 sub r9, r4, r3
192 sub r9, r6, r5
241 sub r1, r1, #SHORTY_FIRST_FLOAT
254 4: sub sp, fp, #(4 + 7 * 4 + 8 * 8)
Dinterpreter_to_compiled_code_bridge_armhf.S83 sub \tmp2, r4, \gpr_ptr
97 sub \tmp1, r4, \gpr_ptr
100 sub \gpr_ptr, \gpr_ptr, #8
110 sub \tmp1, \fpr_ptr, r4
121 sub \tmp1, \fpr_ptr, r4
142 sub \tmp1, r4, \gpr_ptr
145 sub \gpr_ptr, \gpr_ptr, #8
247 1: sub r2, r2, #SHORTY_FIRST_FLOAT
265 sub sp, sp, #8
279 sub r4, sp, r4, lsl #3
[all …]
Dcompiled_code_to_interpreter_bridge_arm.S79 sub sp, sp, #4
95 sub sp, fp, #4
132 sub r5, r5, r0
161 sub r4, r4, #SHORTY_FIRST_64
207 sub r1, r1, #SHORTY_FIRST_64
223 sub sp, fp, #(4 + 7 * 4 + 8 * 8)
234 sub sp, fp, #(4 + 7 * 4)
Dinterpreter_to_compiled_code_bridge_arm.S27 sub r2, r2, #SHORTY_FIRST_64
83 sub sp, sp, #4 // space for Method
98 sub r2, r2, #SHORTY_FIRST_64
110 sub sp, sp, #16
126 sub sp, sp, #12
153 sub sp, sp, #4
258 sub sp, fp, #36
290 sub sp, sp, #12
380 sub r3, r2, #SHORTY_FIRST_64
414 sub sp, fp, #32
Dhandle_call_v4_v4_v4_imm4_id16_arm.S46 sub r9, r9, 1
51 sub r6, r5, #(FRAME_VREGS_OFFSET - FRAME_ACC_OFFSET)
54 sub r9, r9, 1
Dhandle_call_v4_v4_v4_imm4_id16_armhf.S51 sub ip, ip, 1
56 sub r3, r9, #(FRAME_VREGS_OFFSET - FRAME_ACC_OFFSET)
59 sub ip, ip, 1
Dcompiled_code_to_runtime_bridge_arm.S152 sub sp, sp, #8
176 sub sp, sp, #BRIDGE_FRAME_SIZE
274 sub lr, sp, #12
276 sub sp, sp, #16
303 sub sp, sp, #4
313 sub sp, sp, #8
/arkcompiler/runtime_core/runtime/arch/aarch64/
Dosr_aarch64.S31 sub sp, sp, REGS_BUFFER_SIZE
34 sub sp, sp, FP_REGS_BUFFER_SIZE
119 sub x17, x18, #((CFRAME_HEADER_SIZE + CFRAME_LOCALS_COUNT) * 8 + CALLEE_SAVED_SIZE)
121 sub x16, x18, #((CFRAME_HEADER_SIZE * 8) + CALLEE_SAVED_SIZE)
149 sub x3, x18, #16
175 sub sp, x18, x4
180 sub sp, sp, #16
220 sub sp, sp, #16
231 sub x16, sp, #((CFRAME_HEADER_SIZE + CFRAME_LOCALS_COUNT) * 8)
236 sub x3, sp, #16
[all …]
/arkcompiler/runtime_core/libpandabase/
DREADME.md35 // argument name | argument description | sub-arguments
43 - PandArgCompound accepts three parameters: argument name, description and list of sub-arguments
52 - List of sub-arguments has type `std::initializer_list<PandArgBase *>`, and it accepts any non-com…
53 Sub-arguments should not be added to the parser via `PandArgParser::Add`.
85 Compound argument is a boolean argument, which can contains sub-arguments, followed by symbol `:`,
86 e.g: `--compiler-dump:folder=ir_dump,compact`. Sub-arguments follow the same rules as the regular a…
89 To access compound arguments from `C++`, regular convention should be used, for accessing sub-argum…
90 contains name of the compound argument plus name of the sub-argument.
91 E.g. `--compiler-dump:compact`, here, to access `compact` sub-arguments `[Is|Get]CompilerDumpCompac…
/arkcompiler/runtime_core/runtime/tests/arch/arm/
Dinvokation_helper_hf.S41 sub sp, sp, #4
50 sub sp, sp, r7, lsl #2
57 sub r7, r7, #1
/arkcompiler/runtime_core/docs/
DPBC2IR.md58 | sub2 | i32 Sub |
59 | sub2.64 | i64 Sub |
76 | fsub2 | f32 Sub |
77 | fsub2.64 | f64 Sub |
93 | subi | i64 Constant, i32 Sub |
104 | sub | i32 Sub |
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-11.pa14 # assert(7 - 6 == 1) operation --> sub
18 sub v0, v1
/arkcompiler/ets_runtime/test/typeinfer/definefunctiondyn/
Ddefinefunctiondyn.ts22 function sub(a:number, b:number):number {
26 AssertType(sub, "(number, number) => number");
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp29 * Compare(Add/Sub, test)
31 * where `update` is Add or Sub instruction

1234567