Home
last modified time | relevance | path

Searched refs:complement_128 (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_math128.h42 uint128 complement_128 (uint128 a);
H A Ddps8_math128.c128 uint128 complement_128 (uint128 a) in complement_128() function
170 return add_128 (complement_128 (a), construct_128 (0, 1)); in negate_128()
175 uint128 t = add_128 (complement_128 (cast_128 (a)), construct_128 (0, 1)); in negate_s128()
647 uint128 r = complement_128 (a); in tcomp()
H A Ddps8_utils.h812 word72 notmask = complement_128 (mask); in putbits72()
H A Ddps8_ins.c6040 trAQ = and_128 (trAQ, complement_128 (tmp72)); in doInstruction()
H A Ddps8_eis.c9273 uint128 zeroBits = complement_128 (lshift_128 (construct_128 (MASK64, MASK64), (uint) bits));