Home | History | Annotate | Download | only in x86

Lines Matching full:reconstructed

11    the reconstructed original bits 0-3 as 4-7. */
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);