Searched refs:ATOMIC_OP (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.cc | 1127 #define ATOMIC_OP(op, type) \ macro 1136 ATOMIC_OP(Word32AtomicAdd, type) \ 1137 ATOMIC_OP(Word32AtomicSub, type) \ 1138 ATOMIC_OP(Word32AtomicAnd, type) \ 1139 ATOMIC_OP(Word32AtomicOr, type) \ 1140 ATOMIC_OP(Word32AtomicXor, type) \ 1141 ATOMIC_OP(Word32AtomicExchange, type) 1145 ATOMIC_OP(Word64AtomicAdd, type) \ 1146 ATOMIC_OP(Word64AtomicSub, type) \ 1147 ATOMIC_OP(Word64AtomicAn 1153 #undef ATOMIC_OP global() macro [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | sid.h | 118 #define ATOMIC_OP(x) ((unsigned)((x)&0x7f) << 0) macro
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 528 #define ATOMIC_OP(instr) \ macro 618 ATOMIC_OP(add); in AtomicAdd() 624 ATOMIC_OP(sub); in AtomicSub() 630 ATOMIC_OP(and_); in AtomicAnd() 636 ATOMIC_OP(orx); in AtomicOr() 642 ATOMIC_OP(xor_); in AtomicXor()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 4711 radeon_emit(cs, ATOMIC_OP(TC_OP_ATOMIC_CMPSWAP_32) | ATOMIC_COMMAND(ATOMIC_COMMAND_LOOP)); in radv_create_perf_counter_lock_cs()
|
Completed in 21 milliseconds