Home | History | Annotate | Download | only in sys

Lines Matching refs:l0

103 	rd	%fprs, %l0
104 btst FPRS_DL|FPRS_DU, %l0 /* All clean? */
106 btst FPRS_DL, %l0 /* test dl */
108 btst FPRS_DU, %l0 /* test du */
112 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
113 andn %l0, BLOCK_ALIGN, %l0 /* we can do a block store */
114 stda %f0, [%l0] ASI_BLK_P
115 inc BLOCK_SIZE, %l0
116 stda %f16, [%l0] ASI_BLK_P
119 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
120 andn %l0, BLOCK_ALIGN, %l0 /* we can do a block store */
121 add %l0, 2*BLOCK_SIZE, %l0 /* and skip what we already stored */
122 stda %f32, [%l0] ASI_BLK_P
123 inc BLOCK_SIZE, %l0
124 stda %f48, [%l0] ASI_BLK_P
137 btst 3, %l0 /* All clean? */
139 btst 1, %l0 /* test dl */
141 btst 2, %l0 /* test du */
144 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
145 andn %l0, BLOCK_ALIGN, %l0 /* we can do a block load */
146 ldda [%l0] ASI_BLK_P, %f0
147 inc BLOCK_SIZE, %l0
148 ldda [%l0] ASI_BLK_P, %f16
152 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
153 andn %l0, BLOCK_ALIGN, %l0 /* we can do a block load */
154 inc 2*BLOCK_SIZE, %l0 /* and skip what we already loaded */
155 ldda [%l0] ASI_BLK_P, %f32
156 inc BLOCK_SIZE, %l0
157 ldda [%l0] ASI_BLK_P, %f48