Home | History | Annotate | Download | only in amd64

Lines Matching refs:mashed

773    carry flag.  Returned result has mashed bits 0-3 at the bottom and
778 ULong reconstructed, mashed;
809 : "=r" (reconstructed), "=r" (mashed)
812 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
817 ULong reconstructed; UInt mashed;
848 : "=r" (reconstructed), "=r" (mashed)
851 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
856 ULong reconstructed, mashed;
887 : "=r" (reconstructed), "=r" (mashed)
890 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);