Home | History | Annotate | Download | only in inflate86

Lines Matching refs:state_r

237 #define state_r %edi
240 movl state_strm(strm_r), state_r
283 movl lencode_state(state_r), %eax
284 movl distcode_state(state_r), %ecx
290 movl lenbits_state(state_r), %ecx
296 movl distbits_state(state_r), %ecx
301 movl wsize_state(state_r), %eax
302 movl write_state(state_r), %ecx
303 movl window_state(state_r), %edx
309 movl hold_state(state_r), %ebp
310 movl bits_state(state_r), %ebx
313 #undef state_r
1253 #define state_r %edx
1266 movl state_strm(strm_r), state_r
1272 movl %ebx, bits_state(state_r)
1313 movl %ebp, hold_state(state_r)
1353 #undef state_r