Lines Matching refs:edi
52 mov $out_buffer, %edi # point to out_buffer
53 push %edi # save this value for later
131 mov %ebp,%edi # point %edi to out_buffer
237 mov %ebp,%edi # move output buffer to edi
353 mov %ebp,%edi # point to output_buffer
381 # edi points at output buffer
425 movb $0, (%edi) # replace last value with NUL
436 stosb # store a byte to [es:edi]
439 dec %edi # point to one less than null
450 inc %edi # move to a clear buffer
451 push %edi # save for later
523 # edi points to where we want it