Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dor2.yaml16 - file-name: "or2"
27 - sig: or2 v:in:i32
36 or2 v0
44 description: Check or2 with zero and various values.
68 - sig: or2 v:in:i32
76 or2 v0
84 description: Check or2 with +1 and various values.
116 - sig: or2 v:in:i32
124 or2 v0
132 description: Check or2 with -1 and various values.
[all …]
Dor2.64.yaml16 - file-name: "or2.64"
27 - sig: or2.64 v:in:i64
36 or2.64 v0
39 description: Check or2.64 with zero and various values.
63 - sig: or2.64 v:in:i64
71 or2.64 v0
74 description: Check or2.64 with +1 and various values.
106 - sig: or2.64 v:in:i64
114 or2.64 v0
117 description: Check or2.64 with -1 and various values.
[all …]
Dtemplate.yaml318 - include: 'or2.64.yaml'
319 - include: 'or2.yaml'
Dcall.virt.short.yaml369 or2.64 v5
412 or2.64 v5
605 or2.64 v5
650 or2.64 v5
Dcall.virt.range_base.yaml465 or2.64 v4
480 or2.64 v6
767 or2.64 v4
781 or2.64 v6
Dcall.virt.yaml480 or2.64 v4
495 or2.64 v6
760 or2.64 v4
774 or2.64 v6
Dcall.polymorphic.range.yaml829 or2 v7
Dcalle.polymorphic.range.yaml829 or2 v7
Dcall.polymorphic.yaml735 or2 v8
Dcalle.polymorphic.yaml735 or2 v8
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-64.pa22 or2 v0
33 or2 v0
44 or2 v0
53 or2 a1
62 or2 a1
71 or2 a1
82 or2.64 v0
93 or2.64 v0
104 or2.64 v0
113 or2.64 a1
[all …]
Dmath-61.pa19 or2 a1
27 or2 a1
35 or2 a1
45 or2 v0
55 or2 v0
65 or2 v0
73 or2.64 a1
81 or2.64 a1
89 or2.64 a1
99 or2.64 v0
[all …]
Dmath-27.pa14 # assert(5 || 2 == 7) operation --> or2.64
18 or2.64 v0
Dmath-57.pa45 or2 a1
52 or2.64 a1
Dmath-56.pa34 or2 a0
42 or2.64 a0
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa93 or2 v2
94 or2.64 v2
/arkcompiler/runtime_core/docs/
DPBC2IR.md64 | or2 | i32 Or |
65 | or2.64 | i64 Or |
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DcmpBinary.test.ts31 Or2,
271 new Or2(new Imm(2), lhs),
Dbinary.test.ts29 Or2,
296 new Or2(new Imm(0), lhs),
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h55 static JSTaggedValue Or2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp296 JSTaggedValue SlowRuntimeStub::Or2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Or2() function in panda::ecmascript::SlowRuntimeStub
298 INTERPRETER_TRACE(thread, Or2); in Or2()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts158 Or2,
1046 this.add(node, new Or2(new Imm(0), lhs));
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h150 V(Or2) \
Druntime_stubs.cpp854 DEF_RUNTIME_STUBS(Or2) in DEF_RUNTIME_STUBS() argument
856 RUNTIME_STUBS_HEADER(Or2); in DEF_RUNTIME_STUBS()
860 auto res = SlowRuntimeStub::Or2(thread, left, right); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h58 V(Or2) \

12