| /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 …]
|
| D | call.virt.range.yaml | 35 xor v0, v1 41 xor v0, v1 47 xor v0, v1
|
| D | template.yaml | 370 - include: 'xor.yaml'
|
| /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/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/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.h | 50 // 25.4.13 Atomics.xor ( typedArray, index, value ) 51 static JSTaggedValue Xor(EcmaRuntimeCallInfo *argv);
|
| D | builtins_atomics.cpp | 76 JSTaggedValue BuiltinsAtomics::Xor(EcmaRuntimeCallInfo *argv) in Xor() function in panda::ecmascript::builtins::BuiltinsAtomics 80 BUILTINS_API_TRACE(thread, Atomics, Xor); in Xor()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_printer_test.cpp | 346 ONE_TEST_BODY(PrinterAarch64Test, TestXor, xor, AARCH64) 362 ONE_TEST_BODY(PrinterAarch32Test, TestXor, xor, AARCH32) 378 ONE_TEST_BODY(PrinterAmd64Test, TestXor, xor, X86_64)
|
| D | asm_caller.cpp | 40 DEF(xor, [](auto param1, auto param2) { \
|
| D | inst_generator.h | 169 {Opcode::Xor, integer_types_},
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/uint32Array/ |
| D | uint32Array.ts | 53 // xor
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 117 xor v1, v2
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.h | 42 V(Xor) \
|
| D | operations_stub_builder.h | 55 …GateRef Xor(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
|
| D | call_signature.h | 341 V(Xor) \
|
| D | gate_meta_data.cpp | 96 return "Xor"; in TypedBinOpToStr()
|
| /arkcompiler/ets_runtime/test/aottest/ |
| D | BUILD.gn | 218 "xor",
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | gc_barrier.h | 115 * if ((AddressOf(obj) XOR AddressOf(new_val)) >> REGION_SIZE_BITS) != 0) {
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.h | 28 enum class Operate : uint32_t { AND = 0, OR, XOR }; enumerator
|
| D | js_bigint.cpp | 253 ASSERT(op == Operate::XOR); in BitwiseOp() 257 if (op == Operate::OR || op == Operate::XOR) { in BitwiseOp() 320 JSHandle<BigInt> temp = BigInt::BitwiseOp(thread, Operate::XOR, x, yVal); in OneIsNegativeXOR() 332 return BitwiseOp(thread, Operate::XOR, xVal, yVal); in BitwiseXOR() 342 return BitwiseOp(thread, Operate::XOR, x, y); in BitwiseXOR()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?/
|
| /arkcompiler/toolchain/build/config/compiler/ |
| D | BUILD.gn | 213 "-Wno-error=xor-used-as-pow",
|