HomeSort by relevance Sort by last modified time
    Searched refs:mashed (Results 1 - 4 of 4) sorted by null

  /external/valgrind/none/tests/x86/
bt_literal.c 10 carry flag. Returned result has mashed bits 0-3 at the bottom and
14 UInt reconstructed, mashed; local
46 : "=r" (reconstructed), "=r" (mashed)
49 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
57 UInt reconstructed, mashed; local
89 : "=r" (reconstructed), "=r" (mashed)
92 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
99 UInt reconstructed, mashed; local
131 : "=r" (reconstructed), "=r" (mashed)
134 return (mashed & 0xF) | ((reconstructed & 0xF) << 4)
    [all...]
x86locked.c 656 carry flag. Returned result has mashed bits 0-3 at the bottom and
661 UInt reconstructed, mashed; local
693 : "=r" (reconstructed), "=r" (mashed)
696 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
701 UInt reconstructed, mashed; local
733 : "=r" (reconstructed), "=r" (mashed)
736 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
  /external/valgrind/none/tests/amd64/
amd64locked.c 785 carry flag. Returned result has mashed bits 0-3 at the bottom and
790 ULong reconstructed, mashed; local
821 : "=r" (reconstructed), "=r" (mashed)
824 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
829 ULong reconstructed; UInt mashed; local
860 : "=r" (reconstructed), "=r" (mashed)
863 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
868 ULong reconstructed, mashed; local
899 : "=r" (reconstructed), "=r" (mashed)
902 return (mashed & 0xF) | ((reconstructed & 0xF) << 4)
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 1275 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.1", mashedSzB); local
1287 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.2", mashedSzB); local
    [all...]

Completed in 1053 milliseconds