ldc.bitmanip

Undocumented in source.

Members

Functions

bsf
int bsf(uint v)
Undocumented in source. Be warned that the author may not have intended to support it.
bsr
int bsr(size_t v)
Undocumented in source. Be warned that the author may not have intended to support it.
bswap
uint bswap(uint val)
Undocumented in source.
bt
int bt(size_t* p, size_t bitnum)
Undocumented in source. Be warned that the author may not have intended to support it.
btc
int btc(size_t* p, size_t bitnum)
Undocumented in source. Be warned that the author may not have intended to support it.
btr
int btr(size_t* p, size_t bitnum)
Undocumented in source. Be warned that the author may not have intended to support it.
bts
int bts(size_t* p, size_t bitnum)
Undocumented in source. Be warned that the author may not have intended to support it.
inp
ubyte inp(uint p)
Undocumented in source. Be warned that the author may not have intended to support it.
inpl
uint inpl(uint p)
Undocumented in source. Be warned that the author may not have intended to support it.
inpw
ushort inpw(uint p)
Undocumented in source. Be warned that the author may not have intended to support it.
outp
ubyte outp(uint p, ubyte v)
Undocumented in source. Be warned that the author may not have intended to support it.
outpl
uint outpl(uint p, uint v)
Undocumented in source. Be warned that the author may not have intended to support it.
outpw
ushort outpw(uint p, ushort v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta