Searched full:getandbitwisexor (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_Atomics.cpp | 144 …auto result = mem->GetAndBitwiseXor<type>(index, byteOffset, value); … 153 …auto result = mem->GetAndBitwiseXor<type>(index, byteOffset, value); …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_arraybuffer-inl.h | 171 T EtsEscompatArrayBuffer::GetAndBitwiseXor(uint32_t index, uint32_t byteOffset, T element) in GetAndBitwiseXor() function 176 EXECUTE_METHOD_DEPENDS_ON_TYPE(val, GetAndBitwiseXor, T, obj, index, byteOffset, element); in GetAndBitwiseXor()
|
| D | ets_array.h | 179 return GetCoreType()->GetAndBitwiseXor(idx, value, std::memory_order_seq_cst, byteOffset); 370 ClassType GetAndBitwiseXor(uint32_t index, uint32_t byteOffset, ClassType val) in GetAndBitwiseXor() function
|
| D | ets_arraybuffer.h | 229 T GetAndBitwiseXor(uint32_t index, uint32_t offset, T element);
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.polymorphic.range.yaml | 852 …- .function i8 panda.invoke.VarHandle.getAndBitwiseXor(panda.invoke.VarHandle a0, R a1, i8 a2) <ex… 862 ldai 0x1f # value to XOR by getAndBitwiseXor 866 call.polymorphic.range panda.invoke.VarHandle.getAndBitwiseXor, v5
|
| D | call.polymorphic.yaml | 758 …- .function i8 panda.invoke.VarHandle.getAndBitwiseXor(panda.invoke.VarHandle a0, R a1, i8 a2) <ex… 768 ldai 0x1f # value to XOR by getAndBitwiseXor 772 call.polymorphic panda.invoke.VarHandle.getAndBitwiseXor, v5, v6, v8
|
| D | calle.polymorphic.yaml | 758 …- .function i8 panda.invoke.VarHandle.getAndBitwiseXor(panda.invoke.VarHandle a0, R a1, i8 a2) <ex… 768 ldai 0x1f # value to XOR by getAndBitwiseXor 772 calle.polymorphic panda.invoke.VarHandle.getAndBitwiseXor, v5, v6, v8
|
| D | calle.polymorphic.range.yaml | 852 …- .function i8 panda.invoke.VarHandle.getAndBitwiseXor(panda.invoke.VarHandle a0, R a1, i8 a2) <ex… 862 ldai 0x1f # value to XOR by getAndBitwiseXor 866 calle.polymorphic.range panda.invoke.VarHandle.getAndBitwiseXor, v5
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | array.h | 195 std::enable_if_t<std::is_arithmetic_v<T>, T> GetAndBitwiseXor(ArraySizeT idx, T value,
|
| D | array-inl.h | 250 inline std::enable_if_t<std::is_arithmetic_v<T>, T> Array::GetAndBitwiseXor(ArraySizeT idx, T value, in GetAndBitwiseXor() function
|