/external/valgrind/main/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 | 644 carry flag. Returned result has mashed bits 0-3 at the bottom and 649 UInt reconstructed, mashed; local 681 : "=r" (reconstructed), "=r" (mashed) 684 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); 689 UInt reconstructed, mashed; local 721 : "=r" (reconstructed), "=r" (mashed) 724 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
|
/external/valgrind/main/none/tests/amd64/ |
amd64locked.c | 773 carry flag. Returned result has mashed bits 0-3 at the bottom and 778 ULong reconstructed, mashed; local 809 : "=r" (reconstructed), "=r" (mashed) 812 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); 817 ULong reconstructed; UInt mashed; local 848 : "=r" (reconstructed), "=r" (mashed) 851 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); 856 ULong reconstructed, mashed; local 887 : "=r" (reconstructed), "=r" (mashed) 890 return (mashed & 0xF) | ((reconstructed & 0xF) << 4) [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 1109 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.1", mashedSzB); local 1121 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.2", mashedSzB); local [all...] |