Searched full:or2 (Results 1 – 25 of 33) sorted by relevance
12
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | or2.yaml | 16 - 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 …]
|
| D | or2.64.yaml | 16 - 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 …]
|
| D | template.yaml | 318 - include: 'or2.64.yaml' 319 - include: 'or2.yaml'
|
| D | call.virt.short.yaml | 369 or2.64 v5 412 or2.64 v5 605 or2.64 v5 650 or2.64 v5
|
| D | call.virt.range_base.yaml | 465 or2.64 v4 480 or2.64 v6 767 or2.64 v4 781 or2.64 v6
|
| D | call.virt.yaml | 480 or2.64 v4 495 or2.64 v6 760 or2.64 v4 774 or2.64 v6
|
| D | call.polymorphic.range.yaml | 829 or2 v7
|
| D | calle.polymorphic.range.yaml | 829 or2 v7
|
| D | call.polymorphic.yaml | 735 or2 v8
|
| D | calle.polymorphic.yaml | 735 or2 v8
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-64.pa | 22 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 …]
|
| D | math-61.pa | 19 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 …]
|
| D | math-27.pa | 14 # assert(5 || 2 == 7) operation --> or2.64 18 or2.64 v0
|
| D | math-57.pa | 45 or2 a1 52 or2.64 a1
|
| D | math-56.pa | 34 or2 a0 42 or2.64 a0
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 93 or2 v2 94 or2.64 v2
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 64 | or2 | i32 Or | 65 | or2.64 | i64 Or |
|
| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | cmpBinary.test.ts | 31 Or2, 271 new Or2(new Imm(2), lhs),
|
| D | binary.test.ts | 29 Or2, 296 new Or2(new Imm(0), lhs),
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 55 static JSTaggedValue Or2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
| D | slow_runtime_stub.cpp | 296 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/ |
| D | pandagen.ts | 158 Or2, 1046 this.add(node, new Or2(new Imm(0), lhs));
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 150 V(Or2) \
|
| D | runtime_stubs.cpp | 854 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/ |
| D | runtime_call_id.h | 58 V(Or2) \
|
12