Lines Matching refs:DLEN
565 # Reads DLEN bytes starting at DPTR and stores in XMMDst566 # where 0 < DLEN < 16567 # Clobbers %rax, DLEN and XMM1568 .macro READ_PARTIAL_BLOCK DPTR DLEN XMM1 XMMDst569 cmp $8, \DLEN573 sub $8, \DLEN578 mov 7(\DPTR, \DLEN, 1), %al579 dec \DLEN589 mov -1(\DPTR, \DLEN, 1), %al590 dec \DLEN