Home
last modified time | relevance | path

Searched refs:hold_mm (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/inflate86/
Dinffast.S883 #define hold_mm %mm0 macro
884 movd %ebp, hold_mm
913 psrlq used_mm, hold_mm /* hold_mm >>= last bit length */
923 por %mm7, hold_mm /* hold_mm |= *((uint *)in)++ << bits */
926 pand hold_mm, lmask_mm
953 psrlq used_mm, hold_mm /* hold_mm >>= last bit length */
955 movd hold_mm, %ecx
961 psrlq used_mm, hold_mm /* hold_mm >>= last bit length */
971 por %mm7, hold_mm /* hold_mm |= *((uint *)in)++ << bits */
975 pand hold_mm, dmask_mm
[all …]