Lines Matching refs:DLEN
713 # Reads DLEN bytes starting at DPTR and stores in XMMDst714 # where 0 < DLEN < 16715 # Clobbers %rax, DLEN716 .macro READ_PARTIAL_BLOCK DPTR DLEN XMMDst719 cmp $8, \DLEN723 sub $8, \DLEN728 mov 7(\DPTR, \DLEN, 1), %al729 dec \DLEN737 mov -1(\DPTR, \DLEN, 1), %al738 dec \DLEN