Home | History | Annotate | Download | only in x86

Lines Matching refs:mashed

10    carry flag.  Returned result has mashed bits 0-3 at the bottom and
14 UInt reconstructed, mashed;
46 : "=r" (reconstructed), "=r" (mashed)
49 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
57 UInt reconstructed, mashed;
89 : "=r" (reconstructed), "=r" (mashed)
92 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
99 UInt reconstructed, mashed;
131 : "=r" (reconstructed), "=r" (mashed)
134 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);