| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | xor2.yaml | 16 - file-name: "xor2" 27 - sig: xor2 v:in:i32 36 xor2 v0 44 description: Check xor2 with zero and various values. 68 - sig: xor2 v:in:i32 76 xor2 v0 84 description: Check xor2 with +1 and various values. 116 - sig: xor2 v:in:i32 124 xor2 v0 132 description: Check xor2 with -1 and various values. [all …]
|
| D | xor2.64.yaml | 16 - file-name: "xor2.64" 27 - sig: xor2.64 v:in:i64 36 xor2.64 v0 39 description: Check xor2.64 with zero and various values. 63 - sig: xor2.64 v:in:i64 71 xor2.64 v0 74 description: Check xor2.64 with +1 and various values. 106 - sig: xor2.64 v:in:i64 114 xor2.64 v0 117 description: Check xor2.64 with -1 and various values. [all …]
|
| D | template.yaml | 147 xor2 v0 150 xor2 v0 153 xor2 v0 # acc: v0 ^= v0 << 5; 371 - include: 'xor2.64.yaml' 372 - include: 'xor2.yaml'
|
| D | calle.polymorphic.range.yaml | 868 xor2 v7
|
| D | call.polymorphic.yaml | 774 xor2 v8
|
| D | call.polymorphic.range.yaml | 868 xor2 v7
|
| D | calle.polymorphic.yaml | 774 xor2 v8
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-57.pa | 16 xor2 a0 17 xor2 a1 23 xor2.64 a0 24 xor2.64 a1 30 xor2 a0 37 xor2.64 a0 44 xor2 a0 51 xor2.64 a0
|
| D | math-62.pa | 19 xor2 a1 27 xor2 a1 35 xor2 a1 45 xor2 v0 55 xor2 v0 65 xor2 v0 73 xor2.64 a1 81 xor2.64 a1 89 xor2.64 a1 99 xor2.64 v0 [all …]
|
| D | math-65.pa | 22 xor2 v0 33 xor2 v0 44 xor2 v0 53 xor2 a1 62 xor2 a1 71 xor2 a1 82 xor2.64 v0 93 xor2.64 v0 104 xor2.64 v0 113 xor2.64 a1 [all …]
|
| D | math-28.pa | 14 # assert(7 xor 5 == 2) operation --> xor2.64 18 xor2.64 v0
|
| D | math-56.pa | 50 xor2 a0 58 xor2.64 a0
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 95 xor2 v2 96 xor2.64 v2
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | bit_vector_property_test.cpp | 392 … auto xor2 = SetDifference(SetUnion(xor1, bset3.Indices), SetIntersection(xor1, bset3.Indices)); in __anona16105721f02() local 393 auto set_result = SetIntersection(universum, xor2); in __anona16105721f02() 462 … auto xor2 = SetDifference(SetUnion(xor1, bset3.Indices), SetIntersection(xor1, bset3.Indices)); in __anona16105722502() local 463 auto set_result = SetIntersection(universum, xor2); in __anona16105722502() 476 … auto xor2 = SetDifference(SetUnion(xor1, bset3.Indices), SetIntersection(xor1, bset3.Indices)); in __anona16105722602() local 477 auto set_result = SetDifference(universum, xor2); in __anona16105722602()
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 66 | xor2 | i32 Xor | 67 | xor2.64 | i64 Xor |
|
| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | cmpBinary.test.ts | 39 Xor2, 290 new Xor2(new Imm(2), lhs),
|
| D | binary.test.ts | 40 Xor2, 310 new Xor2(new Imm(0), lhs),
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 56 static JSTaggedValue Xor2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
| D | slow_runtime_stub.cpp | 306 JSTaggedValue SlowRuntimeStub::Xor2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Xor2() function in panda::ecmascript::SlowRuntimeStub 308 INTERPRETER_TRACE(thread, Xor2); in Xor2()
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | pandagen.ts | 170 Xor2, 1050 this.add(node, new Xor2(new Imm(0), lhs));
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 151 V(Xor2) \
|
| D | runtime_stubs.cpp | 844 DEF_RUNTIME_STUBS(Xor2) in DEF_RUNTIME_STUBS() argument 846 RUNTIME_STUBS_HEADER(Xor2); in DEF_RUNTIME_STUBS() 850 auto res = SlowRuntimeStub::Xor2(thread, left, right); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 59 V(Xor2) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | operations_stub_builder.cpp | 1075 result = CallRuntime(glue, RTSTUB_ID(Xor2), { left, right }); in Xor()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 1814 // Checks the build of the Xor2 instruction 1815 TEST_F(IrBuilderTest, Xor2) in TEST_F() argument 1820 xor2 a1 in TEST_F() 1840 // Checks the build of the xor2.64 instruction 1846 xor2.64 a1 in TEST_F()
|