Lines Matching refs:DLEN
561 # Reads DLEN bytes starting at DPTR and stores in XMMDst562 # where 0 < DLEN < 16563 # Clobbers %rax, DLEN and XMM1564 .macro READ_PARTIAL_BLOCK DPTR DLEN XMM1 XMMDst565 cmp $8, \DLEN569 sub $8, \DLEN574 mov 7(\DPTR, \DLEN, 1), %al575 dec \DLEN585 mov -1(\DPTR, \DLEN, 1), %al586 dec \DLEN