Lines Matching defs:strm_r
236 #define strm_r %esi
239 movl strm_sp(%esp), strm_r
240 movl state_strm(strm_r), state_r
248 movl avail_in_strm(strm_r), %edx
249 movl next_in_strm(strm_r), %eax
258 movl avail_out_strm(strm_r), %ecx
259 movl next_out_strm(strm_r), %ebx
312 #undef strm_r
1252 #define strm_r %eax
1264 movl strm_sp(%esp), strm_r
1266 movl state_strm(strm_r), state_r
1271 movl out_r, next_out_strm(strm_r)
1280 movl next_in_strm(strm_r), %ebx
1283 movl avail_in_strm(strm_r), %ebx
1288 movl in_r, next_in_strm(strm_r)
1324 movl last_r, avail_in_strm(strm_r)
1330 movl in_r, avail_in_strm(strm_r)
1343 movl end_r, avail_out_strm(strm_r)
1349 movl out_r, avail_out_strm(strm_r)
1352 #undef strm_r