Searched full:xor (Results 1 – 25 of 151) sorted by relevance
1234567
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | xor.yaml | 16 - file-name: "xor" 27 - sig: xor v1:in:i32, v2:in:i32 36 xor v0, v1 44 description: Check xor with zero and various values. 68 - sig: xor v1:in:i32, v2:in:i32 76 xor v0, v1 84 description: Check xor with +1 and various values. 116 - sig: xor v1:in:i32, v2:in:i32 124 xor v0, v1 132 description: Check xor with -1 and various values. [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | xor.yaml | 16 - file-name: "xor" 27 - sig: xor v1:in:i32, v2:in:i32 36 xor v0, v1 44 description: Check xor with zero and various values. 68 - sig: xor v1:in:i32, v2:in:i32 76 xor v0, v1 84 description: Check xor with +1 and various values. 117 - sig: xor v1:in:i32, v2:in:i32 125 xor v0, v1 133 description: Check xor with -1 and various values. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | optimize_negation.sts | 22 //! INST "Xor " 26 //! INST "Xor " 31 //! INST_NOT "Xor " 35 //! INST "Xor " 41 //! INST_NOT "Xor "
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | BitwiseOperationsOnFloat.sts | 24 function Xor(a: double, b: double): long { 71 // Testing "xor" operator: 175 // Testing "xor" operator: 176 assert Xor(542.910991, 1903.2040221) == 1393 177 assert Xor(542.910991, -1903.2040221) == -1393 178 assert Xor(-542.910991, 1903.2040221) == -1395 179 assert Xor(-542.910991, -1903.2040221) == 1395 180 assert Xor(49509.2348100001, 49509.2348100001) == 0 181 assert Xor(9E120, 1.2) == 9223372036854775806 182 assert Xor(824E3, 21.018763) == 824021 [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | math-15.pa | 14 # assert(7 xor 5 == 2) operation --> xor 18 xor v0, v1
|
| D | math-15-v.pa | 14 # assert(7 xor 5 == 2) operation --> xorv
|
| D | math-06-v.pa | 14 # assert(7 xor 5 == 2) operation --> xoriv
|
| D | math-06.pa | 14 # assert(7 xor 5 == 2) operation --> xori
|
| D | math-28-v.pa | 14 # assert(7 xor 5 == 2) operation --> xor2v.64
|
| D | math-28.pa | 14 # assert(7 xor 5 == 2) operation --> xor2.64
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-15.pa | 14 # assert(7 xor 5 == 2) operation --> xor 18 xor v0, v1
|
| D | math-06.pa | 14 # assert(7 xor 5 == 2) operation --> xori
|
| D | math-28.pa | 14 # assert(7 xor 5 == 2) operation --> xor2.64
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | xor_to_compare_to_xor.pa | 14 #! CHECKER Check that xor transform to Compare and after all to xor
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.h | 52 /* Atomics.xor ( typedArray, index, value ) */ \ 53 V("xor", Xor, 3, INVALID) 82 // 25.4.13 Atomics.xor ( typedArray, index, value ) 83 static JSTaggedValue Xor(EcmaRuntimeCallInfo *argv);
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 66 | xor2 | i32 Xor | 67 | xor2.64 | i64 Xor | 97 | xori | i64 Constant, i32 Xor | 108 | xor | i32 Xor |
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 66 | xor2 | i32 Xor | 67 | xor2.64 | i64 Xor | 97 | xori | i64 Constant, i32 Xor | 108 | xor | i32 Xor |
|
| /arkcompiler/ets_runtime/test/aottest/xor/ |
| D | BUILD.gn | 16 host_aot_test_action("xor") {
|
| /arkcompiler/runtime_core/static_core/runtime/arch/x86/ |
| D | osr_x86.S | 22 xor %eax, %eax
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | cse_test.cpp | 73 INST(22U, Opcode::Xor).b().Inputs(0U, 1U); in SRC_GRAPH() 83 INST(31U, Opcode::Xor).b().Inputs(0U, 1U); in SRC_GRAPH() 120 INST(22U, Opcode::Xor).b().Inputs(0U, 1U); in OUT_GRAPH() 384 INST(14U, Opcode::Xor).b().Inputs(0U, 1U); in SRC_GRAPH() 390 INST(19U, Opcode::Xor).b().Inputs(1U, 0U); in SRC_GRAPH() 420 INST(14U, Opcode::Xor).b().Inputs(0U, 1U); in OUT_GRAPH() 482 INST(19U, Opcode::Xor).b().Inputs(18U, 1U); in SRC_GRAPH() 522 INST(19U, Opcode::Xor).b().Inputs(9U, 1U); in OUT_GRAPH() 561 INST(10U, Opcode::Xor).b().Inputs(4U, 5U); in SRC_GRAPH() 566 INST(24U, Opcode::Xor).b().Inputs(10U, 5U); in SRC_GRAPH() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/bitwise_xor/ |
| D | bitwise_xor_byte.sts | 18 desc: check bitwise XOR of two bytes
|
| D | bitwise_xor_char.sts | 18 desc: check bitwise XOR of two chars
|
| D | bitwise_xor_long.sts | 18 desc: check bitwise XOR of two long integers
|
| D | bitwise_xor_int.sts | 18 desc: check bitwise XOR of two integers
|
| D | bitwise_xor_short.sts | 18 desc: check bitwise XOR of two short integers
|
1234567