Does AtomicOr and AtomicAnd support X64?

Does AtomicOr and AtomicAnd support X64?
Because they require the pointer to be the input parameters, but in X64, pointers are 64bits which are different from X86(32bits)
Anybody know the answer?