Lines Matching refs:ecx

8     movzbl  3(rPC), %ecx                    # ecx <- CC
10 GET_VREG %ecx, %ecx # ecx <- vCC
12 testl %ecx, %ecx
15 orl %ecx, %edx
22 cmpl $$-1, %ecx
33 idivl %ecx
59 movzx rINSTbl, %ecx # eax <- BA
61 sarl $$4, %ecx # ecx <- B
62 GET_VREG %ecx, %ecx # eax <- vBB
65 testl %ecx, %ecx
67 cmpl $$-1, %ecx
80 idivl %ecx
95 movswl 2(rPC), %ecx # ecx <- ssssCCCC
97 testl %ecx, %ecx
99 cmpl $$-1, %ecx
110 idivl %ecx
122 movsbl 3(rPC), %ecx # ecx <- ssssssCC
124 testl %ecx, %ecx
128 cmpl $$-1, %ecx
137 idivl %ecx
154 movzbl 3(rPC), %ecx # ecx <- CC
156 $instr VREG_ADDRESS(%ecx), %eax
167 movzbl 3(rPC),%ecx # ecx <- CC
169 GET_VREG %ecx, %ecx # eax <- vBB
170 $instr # ex: addl %ecx,%eax
186 movzx rINSTbl, %ecx # ecx <- A+
189 andb $$0xf, %cl # ecx <- A
190 $instr %eax, VREG_ADDRESS(%ecx)
191 CLEAR_REF %ecx
208 movswl 2(rPC), %ecx # ecx <- ssssCCCC
210 $instr # for example: addl %ecx, %eax
227 movsbl 3(rPC), %ecx # ecx <- ssssssCC
229 $instr # ex: addl %ecx,%eax
239 movzbl 3(rPC), %ecx # ecx <- CC
243 $instr1 VREG_ADDRESS(%ecx), rIBASE
244 $instr2 VREG_HIGH_ADDRESS(%ecx), %eax
255 movzbl rINSTbl, %ecx # ecx<- BA
256 sarl $$4, %ecx # ecx<- B
257 GET_VREG %eax, %ecx # eax<- v[B+0]
258 GET_VREG_HIGH %ecx, %ecx # eax<- v[B+1]
261 $instr2 %ecx, VREG_HIGH_ADDRESS(rINST)
274 movzbl rINSTbl, %ecx # ecx <- A+
287 andb $$0xf, %cl # ecx <- A
289 fistpll VREG_ADDRESS(%ecx) # convert and store
291 fistpl VREG_ADDRESS(%ecx) # convert and store
296 xorl VREG_HIGH_ADDRESS(%ecx), %eax
297 orl VREG_ADDRESS(%ecx), %eax
299 cmpl $$0x80000000, VREG_ADDRESS(%ecx)
305 mov %eax, VREG_REF_ADDRESS(%ecx)
307 mov %eax, VREG_REF_HIGH_ADDRESS(%ecx)
317 adcl $$-1, VREG_ADDRESS(%ecx)
319 adcl $$-1, VREG_HIGH_ADDRESS(%ecx)
323 movl $$0, VREG_ADDRESS(%ecx)
325 movl $$0, VREG_HIGH_ADDRESS(%ecx)
334 movzx rINSTbl, %ecx # eax <- BA
335 sarl $$4, %ecx # ecx <- B
336 GET_VREG %ecx, %ecx # eax <- vBB
349 movzbl rINSTbl,%ecx # ecx <- A+
352 andb $$0xf,%cl # ecx <- A
354 SET_VREG %eax, %ecx
400 movzbl 3(rPC), %ecx # ecx <- CC
402 cmpl VREG_HIGH_ADDRESS(%ecx), %eax
407 sub VREG_ADDRESS(%ecx), %eax
443 GET_VREG %ecx, %eax
445 movl %ecx, %edx
446 orl %ebx, %ecx
449 GET_VREG_HIGH %ecx, %eax
469 movl %ebx, %ecx
475 GET_VREG %eax, %ecx
476 GET_VREG_HIGH %ecx, %ecx
496 movl rIBASE, %ecx # cltd trashes rIBASE/edx
500 movl %ecx, rIBASE
517 movzbl 3(rPC), %ecx # ecx <- CC
520 imull VREG_ADDRESS(%ecx), %eax # trashes rIBASE/edx
527 movzx rINSTbl, %ecx # ecx <- A+
530 andb $$0xf, %cl # ecx <- A
532 imull VREG_ADDRESS(%ecx), %eax # trashes rIBASE/edx
534 SET_VREG %eax, %ecx
543 movl rIBASE, %ecx
547 movl %ecx, rIBASE
554 movl rIBASE, %ecx
558 movl %ecx, rIBASE
576 movzbl 3(rPC), %ecx # ecx <- C
581 leal VREG_ADDRESS(%ecx), rFP # rFP <- &v[C]
582 movl 4(%esi), %ecx # ecx <- Bmsw
583 imull (rFP), %ecx # ecx <- (Bmsw*Clsw)
586 addl %eax, %ecx # ecx <- (Bmsw*Clsw)+(Cmsw*Blsw)
591 leal (%ecx,rIBASE), rIBASE # full result now in rIBASE:%eax
619 movl 4(%esi), %ecx # ecx <- Amsw
620 imull (rFP), %ecx # ecx <- (Amsw*Blsw)
623 addl %eax, %ecx # ecx <- (Amsw*Blsw)+(Bmsw*Alsw)
626 leal (%ecx,rIBASE), rIBASE # full result now in %edx:%eax
639 movzbl rINSTbl, %ecx # ecx <- BA
640 sarl $$4, %ecx # ecx <- B
642 GET_VREG %eax, %ecx # eax <- v[B+0]
643 GET_VREG_HIGH %ecx, %ecx # ecx <- v[B+1]
645 adcl $$0, %ecx
646 negl %ecx
648 SET_VREG_HIGH %ecx, rINST # v[A+1] <- ecx
657 movzbl rINSTbl, %ecx # ecx <- BA
658 sarl $$4, %ecx # ecx <- B
660 GET_VREG %eax, %ecx # eax <- v[B+0]
661 GET_VREG_HIGH %ecx, %ecx # ecx <- v[B+1]
663 notl %ecx
665 SET_VREG_HIGH %ecx, rINST # v[A+1] <- ecx
734 movzbl 3(rPC), %ecx # ecx <- CC
736 GET_VREG_HIGH rIBASE, %eax # ecx <- v[BB+1]
737 GET_VREG %ecx, %ecx # ecx <- vCC
760 movzbl rINSTbl, %ecx # ecx <- BA
763 sarl $$4, %ecx # ecx <- B
766 GET_VREG %ecx, %ecx # ecx <- vBB
802 movzbl 3(rPC), %ecx # ecx <- CC
805 GET_VREG %ecx, %ecx # ecx <- vCC
828 movzbl rINSTbl, %ecx # ecx <- BA
831 sarl $$4, %ecx # ecx <- B
834 GET_VREG %ecx, %ecx # ecx <- vBB
882 movzbl 3(rPC), %ecx # ecx <- CC
885 GET_VREG %ecx, %ecx # ecx <- vCC
908 movzbl rINSTbl, %ecx # ecx <- BA
911 sarl $$4, %ecx # ecx <- B
914 GET_VREG %ecx, %ecx # ecx <- vBB