Home
last modified time | relevance | path

Searched full:and2 (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dand2.yaml16 - file-name: "and2"
27 - sig: and2 v:in:i32
35 and2 v0
43 description: Check 'and2' with 0 and various values.
67 - sig: and2 v:in:i32
75 and2 v0
83 description: Check 'and2' with +1 and various values.
115 - sig: and2 v:in:i32
123 and2 v0
131 description: Check 'and2' with -1 and various values.
[all …]
Dand2.64.yaml16 - file-name: "and2.64"
27 - sig: and2.64 v:in:i64
35 and2.64 v0
38 description: Check 'and2.64' with 0 and various values.
63 - sig: and2.64 v:in:i64
71 and2.64 v0
74 description: Check 'and2.64' with +1 and various values.
106 - sig: and2.64 v:in:i64
114 and2.64 v0
117 description: Check 'and2.64' with -1 and various values.
[all …]
Dldarr.16.yaml203 and2 v5 # Keep only low 16 bits
207 and2 v5 # acc = v0 & 0xFFFF (random number)
251 and2 v4
254 and2 v4
Dldarru.16.yaml203 and2 v5 # Keep only low 16 bits
207 and2 v5 # acc = v0 & 0xFFFF (random number)
250 and2 v4
253 and2 v4
Dtemplate.yaml163 - include: 'and2.64.yaml'
164 - include: 'and2.yaml'
/arkcompiler/runtime_core/tests/cts-assembly/
Dtst-compare.pa19 and2 a1
30 and2 a1
41 and2 a0
52 and2 a0
63 and2 a0
74 and2 a0
85 and2.64 a1
98 and2.64 a1
111 and2.64 a0
124 and2.64 a0
[all …]
Dtst-select.pa19 and2 a1
30 and2 a1
41 and2 a0
52 and2 a0
63 and2 a0
74 and2 a0
85 and2.64 a1
98 and2.64 a1
111 and2.64 a0
124 and2.64 a0
[all …]
Dtst-branch.pa30 and2 a1
41 and2 a1
52 and2 a0
63 and2 a0
74 and2 a0
85 and2 a0
96 and2.64 a1
109 and2.64 a1
122 and2.64 a0
135 and2.64 a0
[all …]
Dmath-63.pa22 and2 v0
33 and2 v0
44 and2 v0
55 and2 v0
66 and2 v0
77 and2 v0
88 and2.64 v0
99 and2.64 v0
110 and2.64 v0
121 and2.64 v0
[all …]
Dmath-60.pa19 and2 a1
27 and2 a1
35 and2 a1
45 and2 v0
55 and2 v0
65 and2 v0
73 and2.64 a1
81 and2.64 a1
89 and2.64 a1
99 and2.64 v0
[all …]
Dmath-26.pa14 # assert(7 && 5 == 5) operation --> and2.64
18 and2.64 v0
Dmath-57.pa31 and2 a1
38 and2.64 a1
Dmath-56.pa18 and2 a0
26 and2.64 a0
Dmath-21.pa14 # assert(5 + 7 == 12) operation --> and2.64
/arkcompiler/runtime_core/tests/benchmarks/
Dbitops-nsieve-bits.pa78 and2 v5
102 and2 v5
Dbitops-bitwise-and.pa22 and2.64 v1
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa91 and2 v2
92 and2.64 v2
/arkcompiler/runtime_core/tests/regression/
Dbitops-bitwise-and.pa23 and2.64 v1
/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dconditions.test.ts21 And2,
112 new And2(new Imm(4), lhs),
DcmpBinary.test.ts21 And2,
252 new And2(new Imm(2), lhs),
Dbinary.test.ts22 And2,
282 new And2(new Imm(0), lhs),
/arkcompiler/runtime_core/docs/
DPBC2IR.md62 | and2 | i32 And |
63 | and2.64 | i64 And |
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbitops_bitwise_and_test.cpp42 and2.64 v2 in TEST_F()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h54 static JSTaggedValue And2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp287 JSTaggedValue SlowRuntimeStub::And2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in And2() function in panda::ecmascript::SlowRuntimeStub
289 INTERPRETER_TRACE(thread, And2); in And2()

12