Home
last modified time | relevance | path

Searched full:ashr2 (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dashr2.yaml16 - file-name: "ashr2"
27 - sig: ashr2 v:in:i32
36 ashr2 v0
44 description: Check ashr2 with 0 and various values.
74 - sig: ashr2 v:in:i32
82 ashr2 v0
90 description: Check ashr2 with +1 and various values.
129 - sig: ashr2 v:in:i32
137 ashr2 v0
145 description: Check ashr2 with -1 and various values.
[all …]
Dashr2.64.yaml16 - file-name: "ashr2.64"
27 - sig: ashr2.64 v:in:i64
36 ashr2.64 v0
39 description: Check ashr2.64 with 0 and various values.
69 - sig: ashr2.64 v:in:i64
77 ashr2.64 v0
80 description: Check ashr2.64 with +1 and various values.
118 - sig: ashr2.64 v:in:i64
126 ashr2.64 v0
129 description: Check ashr2.64 with -1 and various values.
[all …]
Dtemplate.yaml167 - include: 'ashr2.64.yaml'
168 - include: 'ashr2.yaml'
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-31.pa14 # assert(151 ashr 1 == 75) operation --> ashr2.64
18 ashr2.64 v0
Dmath-64.pa40 ashr2 v0
69 ashr2 v0
100 ashr2.64 v0
129 ashr2.64 v0
Dmath-62.pa34 ashr2 v0
62 ashr2 v0
88 ashr2.64 v0
116 ashr2.64 v0
Dmath-60.pa34 ashr2 v0
62 ashr2 v0
88 ashr2.64 v0
116 ashr2.64 v0
Dmath-59.pa34 ashr2 v0
62 ashr2 v0
88 ashr2.64 v0
116 ashr2.64 v0
Dmath-63.pa40 ashr2 v0
73 ashr2 v0
106 ashr2.64 v0
139 ashr2.64 v0
Dmath-58.pa34 ashr2 v0
62 ashr2 v0
88 ashr2.64 v0
116 ashr2.64 v0
Dmath-65.pa40 ashr2 v0
69 ashr2 v0
100 ashr2.64 v0
129 ashr2.64 v0
Dmath-61.pa34 ashr2 v0
62 ashr2 v0
88 ashr2.64 v0
116 ashr2.64 v0
Dmath-66.pa33 ashr2 v0
57 ashr2.64 v0
Dmath-67.pa17 ashr2.64 v0
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa101 ashr2 v2
102 ashr2.64 v2
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DoperationEqual.test.ts22 Ashr2,
198 new Ashr2(new Imm(2), lhs),
Dbinary.test.ts23 Ashr2,
254 new Ashr2(new Imm(0), lhs),
/arkcompiler/runtime_core/docs/
DPBC2IR.md72 | ashr2 | i32 Ashr |
73 | ashr2.64 | i64 Ashr |
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h53 static JSTaggedValue Ashr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp277 JSTaggedValue SlowRuntimeStub::Ashr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Ashr2() function in panda::ecmascript::SlowRuntimeStub
279 INTERPRETER_TRACE(thread, Ashr2); in Ashr2()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts125 Ashr2,
1034 this.add(node, new Ashr2(new Imm(0), lhs));
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h149 V(Ashr2) \
Druntime_stubs.cpp824 DEF_RUNTIME_STUBS(Ashr2) in DEF_RUNTIME_STUBS() argument
826 RUNTIME_STUBS_HEADER(Ashr2); in DEF_RUNTIME_STUBS()
830 auto res = SlowRuntimeStub::Ashr2(thread, left, right); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h56 V(Ashr2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp822 result = CallRuntime(glue, RTSTUB_ID(Ashr2), { left, right }); in Ashr()

12