Home
last modified time | relevance | path

Searched full:xor (Results 1 – 25 of 55) sorted by relevance

123

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dxor.yaml16 - 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 …]
Dcall.virt.range.yaml35 xor v0, v1
41 xor v0, v1
47 xor v0, v1
Dtemplate.yaml370 - include: 'xor.yaml'
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-15.pa14 # assert(7 xor 5 == 2) operation --> xor
18 xor v0, v1
Dmath-06.pa14 # assert(7 xor 5 == 2) operation --> xori
Dmath-28.pa14 # assert(7 xor 5 == 2) operation --> xor2.64
/arkcompiler/runtime_core/docs/
DPBC2IR.md66 | xor2 | i32 Xor |
67 | xor2.64 | i64 Xor |
97 | xori | i64 Constant, i32 Xor |
108 | xor | i32 Xor |
/arkcompiler/ets_runtime/test/aottest/xor/
DBUILD.gn16 host_aot_test_action("xor") {
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.h50 // 25.4.13 Atomics.xor ( typedArray, index, value )
51 static JSTaggedValue Xor(EcmaRuntimeCallInfo *argv);
Dbuiltins_atomics.cpp76 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/
Dasm_printer_test.cpp346 ONE_TEST_BODY(PrinterAarch64Test, TestXor, xor, AARCH64)
362 ONE_TEST_BODY(PrinterAarch32Test, TestXor, xor, AARCH32)
378 ONE_TEST_BODY(PrinterAmd64Test, TestXor, xor, X86_64)
Dasm_caller.cpp40 DEF(xor, [](auto param1, auto param2) { \
Dinst_generator.h169 {Opcode::Xor, integer_types_},
/arkcompiler/ets_runtime/test/aottest/aot_type_test/uint32Array/
Duint32Array.ts53 // xor
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa117 xor v1, v2
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h42 V(Xor) \
Doperations_stub_builder.h55 …GateRef Xor(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
Dcall_signature.h341 V(Xor) \
Dgate_meta_data.cpp96 return "Xor"; in TypedBinOpToStr()
/arkcompiler/ets_runtime/test/aottest/
DBUILD.gn218 "xor",
/arkcompiler/runtime_core/libpandabase/mem/
Dgc_barrier.h115 * if ((AddressOf(obj) XOR AddressOf(new_val)) >> REGION_SIZE_BITS) != 0) {
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h28 enum class Operate : uint32_t { AND = 0, OR, XOR }; enumerator
Djs_bigint.cpp253 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/
Dinst_templates.yaml16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?/
/arkcompiler/toolchain/build/config/compiler/
DBUILD.gn213 "-Wno-error=xor-used-as-pow",

123