bit.exact_xor_from_ptrΒΆ

Effectively:  bit.exact_xor dst, *ptr
dst is a bit-address. ptr is a bit[:w] that holds an address, which we assume is dw-aligned.

SignatureΒΆ

def exact_xor_from_ptr dst, ptr @ base_jump_label, cleanup { ... }

Defined in bit/pointers.fj β€” lines 157–169 (view on GitHub).

ComplexityΒΆ

  • Time: 8w@

  • Space: 8w@

See the complexity glossary for what @, w, dw, dbit, n mean.

Requires initΒΆ

The following must be initialised before this macro is invoked:

  • bit.pointers.ptr_init

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: bit.xor_from_ptr Next: bit.ptr_inc β†’