Lines Matching refs:ecx
10 movzbl 3(rPC), %ecx # ecx <- CC
12 GET_VREG %ecx, %ecx # ecx <- vCC (requested index)
15 cmpl MIRROR_ARRAY_LENGTH_OFFSET(%eax), %ecx
18 movq $data_offset(%eax,%ecx,8), %xmm0
23 $load $data_offset(%eax,%ecx,$multiplier), %eax
35 $load $data_offset(%eax,%ecx,$multiplier), %eax
67 movzbl 3(rPC), %ecx # ecx <- CC
69 GET_VREG %ecx, %ecx # ecx <- vCC (requested index)
72 cmpl MIRROR_ARRAY_LENGTH_OFFSET(%eax), %ecx
76 movq %xmm0, $data_offset(%eax,%ecx,8) # vBB[vCC] <- xmm0
79 $store $rINST_reg, $data_offset(%eax,%ecx,$multiplier)
101 movzbl 3(rPC), %ecx # ecx <- CC
103 GET_VREG %ecx, %ecx # ecx <- vCC (requested index)
106 cmpl MIRROR_ARRAY_LENGTH_OFFSET(%eax), %ecx
119 GET_VREG %ecx, rINST # ecx <- vB (object ref)
120 testl %ecx, %ecx # is null?
123 movl MIRROR_ARRAY_LENGTH_OFFSET(%ecx), rINST
130 movl 2(rPC), %ecx # ecx <- BBBBbbbb
131 leal (rPC,%ecx,2), ARG0 # ARG0 <- PC + BBBBbbbb*2