Home
last modified time | relevance | path

Searched full:sub2 (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dsub2.yaml16 - file-name: "sub2"
27 - sig: sub2 v:in:i32
34 sub2 v0
42 description: Check sub2 with zero and various values.
77 - sig: sub2 v:in:i32
84 sub2 v0
92 description: Check sub2 with +1 and various values.
127 - sig: sub2 v:in:i32
134 sub2 v0
142 description: Check sub2 with -1 and various values.
[all …]
Dsub2.64.yaml16 - file-name: "sub2.64"
27 - sig: sub2.64 v:in:i64
34 sub2.64 v0
37 description: Check sub2.64 with zero and various values.
72 - sig: sub2.64 v:in:i64
79 sub2.64 v0
82 description: Check sub2.64 with +1 and various values.
117 - sig: sub2.64 v:in:i64
124 sub2.64 v0
127 description: Check sub2.64 with -1 and various values.
[all …]
Dtemplate.yaml351 - include: 'sub2.64.yaml'
352 - include: 'sub2.yaml'
Dlda.const.yaml322 sub2.64 v2
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-59.pa19 sub2 a1
27 sub2 a1
35 sub2 a1
45 sub2 v0
55 sub2 v0
65 sub2 v0
73 sub2.64 a1
81 sub2.64 a1
89 sub2.64 a1
99 sub2.64 v0
[all …]
Dmath-32.pa14 # assert(5 - 2 == 3) operation --> sub2.64
18 sub2.64 v0
Dmath-68.pa39 sub2.64 v0
50 sub2.64 v1
Dmath-54.pa45 sub2.64 v0
/arkcompiler/runtime_core/compiler/tests/
Dcodegen_runner_test.cpp150 sub2.64 v9
151 sub2.64 v10
152 sub2.64 v11
153 sub2.64 v12
154 sub2.64 v13
155 sub2.64 v14
156 sub2.64 v15
157 sub2.64 v16
158 sub2.64 v18
159 sub2.64 v19
[all …]
Dir_builder_test.cpp373 sub2.64 a0 in TEST_F()
788 sub2 a1 in TEST_F()
1606 // Checks the build of the sub2 instruction
1607 TEST_F(IrBuilderTest, Sub2) in TEST_F() argument
1612 sub2 a1 in TEST_F()
1632 // Checks the build of the sub2.64 instruction
1638 sub2.64 a1 in TEST_F()
/arkcompiler/runtime_core/tests/regression/
Dstack-9-params.pa119 sub2.64 v1
124 sub2.64 v2
129 sub2.64 v3
134 sub2.64 v4
139 sub2.64 v5
144 sub2.64 v6
149 sub2.64 v7
Dstack-4-params.pa64 sub2.64 v1
69 sub2.64 v2
75 sub2.64 v3
Dloop-unroll.pa162 sub2.64 v2
180 sub2.64 v2
/arkcompiler/runtime_core/tests/benchmarks/
Daccess-fannkuch.pa40 sub2 v15
49 sub2 v15
83 sub2 v15
Daccess-binary-trees.pa119 sub2 v8
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa87 sub2 v2
88 sub2.64 v2
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DoperationEqual.test.ts31 Sub2,
78 new Sub2(new Imm(2), lhs),
Dbinary.test.ts37 Sub2,
80 new Sub2(new Imm(0), lhs),
/arkcompiler/runtime_core/docs/
DPBC2IR.md58 | sub2 | i32 Sub |
59 | sub2.64 | i64 Sub |
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_binaryop_test.cpp142 …JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Sub2(thread, arg1.GetTaggedValue(), arg2.GetTagged… in HWTEST_F_L0()
148 …JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Sub2(thread, arg2.GetTaggedValue(), arg3.GetTagged… in HWTEST_F_L0()
154 …JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Sub2(thread, arg1.GetTaggedValue(), JSTaggedValue:… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h41 static JSTaggedValue Sub2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp157 JSTaggedValue SlowRuntimeStub::Sub2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Sub2() function in panda::ecmascript::SlowRuntimeStub
159 INTERPRETER_TRACE(thread, Sub2); in Sub2()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts165 Sub2,
1010 this.add(node, new Sub2(new Imm(0), lhs));
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h225 V(Sub2) \
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h42 V(Sub2) \

12