Searched refs:sll (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dassembler_solaris_sparc.cpp49 sll(ccr_save, PSR_ICC_SHIFT, scratch2);
H A Dsolaris_sparc.s84 sll %o2, 3, %o4
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Ddump_sparc.cpp109 __ sll(L3, LogBytesPerWord, L3);
116 __ sll(L4, LogBytesPerWord, L4);
H A Dinterp_masm_sparc.cpp79 sll(delta, LogBytesPerWord, delta); // extra space for locals in bytes
95 sll(Lbyte_code, LogBytesPerWord, Lbyte_code); // multiply by wordSize
101 sll(Lbyte_code, LogBytesPerWord, Lbyte_code); // multiply by wordSize
299 sll(Lbyte_code, LogBytesPerWord, Lbyte_code); // multiply by wordSize
305 sll(Lbyte_code, LogBytesPerWord, Lbyte_code); // multiply by wordSize
507 sll(param_count, Interpreter::logStackElementSize, param_count);
534 sll( Gframe_size, LogBytesPerWord, Gframe_size );
679 sll( Rdst, BitsPerByte, Rdst);
714 ldub(Lbcp, bcp_offset + 2, Rtmp); sll(Rtmp, 8, Rtmp); or3(Rtmp, Rdst, Rdst);
715 ldub(Lbcp, bcp_offset + 1, Rtmp); sll(Rtm
[all...]
H A DtemplateInterpreter_sparc.cpp200 __ sll(size, Interpreter::logStackElementSize, size); // each argument size in bytes
243 case T_CHAR : __ sll(O0, 16, O0); __ srl(O0, 16, Itos_i); break; // cannot use and3, 0xFFFF too big as immediate value!
244 case T_BYTE : __ sll(O0, 24, O0); __ sra(O0, 24, Itos_i); break;
245 case T_SHORT : __ sll(O0, 16, O0); __ sra(O0, 16, Itos_i); break;
520 __ sll(Glocals_size, Interpreter::logStackElementSize, Otmp1);
527 __ sll( Gframe_size, LogBytesPerWord, Gframe_size );
536 __ sll( Glocals_size, Interpreter::logStackElementSize, Glocals_size );
544 __ sll( Gframe_size, Interpreter::logStackElementSize, Gframe_size);
669 __ sll(G1_scratch, 2*BitsPerByte, G1_scratch);
1319 __ sll( O
[all...]
H A Dc1_MacroAssembler_sparc.cpp342 case 2: delayed()->sll(len, 1, arr_size); break;
343 case 4: delayed()->sll(len, 2, arr_size); break;
344 case 8: delayed()->sll(len, 3, arr_size); break;
H A DcppInterpreter_sparc.cpp121 case T_CHAR : __ sll(O0, 16, O0); __ srl(O0, 16, Itos_i); break; // cannot use and3, 0xFFFF too big as immediate value!
122 case T_BYTE : __ sll(O0, 24, O0); __ sra(O0, 24, Itos_i); break;
123 case T_SHORT : __ sll(O0, 16, O0); __ sra(O0, 16, Itos_i); break;
165 __ sll(O0, 16, O0);
172 __ sll(O0, 24, O0);
179 __ sll(O0, 16, O0);
488 __ sll(G1_scratch, 2*BitsPerByte, G1_scratch);
626 __ sll(Gtmp1, LogBytesPerWord, Gtmp2); // parameter size in bytes
1083 __ sll(Gtmp, LogBytesPerWord, Gtmp); // negative space for frame in bytes
1217 __ sll(O
[all...]
H A DtemplateTable_sparc.cpp341 __ sll(O1, LogBytesPerWord, O1);
425 __ sll(O1, LogBytesPerWord, O1);
1121 case shl: __ sll(O1, Otos_i, Otos_i); break;
1467 __ sll(Otos_i, 24, Otos_i);
1472 __ sll(Otos_i, 16, Otos_i);
1477 __ sll(Otos_i, 16, Otos_i);
1846 __ sll(O2, LogBytesPerInt, O2);
1874 __ sll(O2, LogBytesPerInt + 1, O2); // in word-pairs
1975 __ sll( Rh, log_entry_size, Rscratch );
2005 __ sll( R
[all...]
H A Dassembler_sparc.cpp452 sll( I5, I6, I7 );
453 sll( I7, 31, I6 );
614 sll(O0, exact_log2(4*sizeof(intptr_t)), O2);
649 sll(O0, exact_log2(4*sizeof(intptr_t)), O2);
692 sll(O0, exact_log2(4*sizeof(intptr_t)), O2);
2106 sll(Rresult, LogBytesPerWord, Rresult); // Rresult has total frame bytes
2340 sll(Rin_low, Rcount, Rout_low); // low half
2342 sll(Rin_high, Rcount, Rout_high);
2344 sll(Rin_low, Rcount, Rout_low); // low half
2352 sll(Rin_lo
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConv_D64nw.c64 mlib_s32 sll = mlib_ImageGetStride(src) / sizeof(type); \
111 sp1 = sp0 + sll;
156 sl += sll;
201 sp1 = sp0 + sll;
202 sp2 = sp1 + sll;
243 sl += sll;
284 sp1 = sp0 + sll;
331 sp0 = sl + 2*sll;
332 sp1 = sp0 + sll;
377 sl += sll;
[all...]
H A Dmlib_ImageConv_F32nw.c64 mlib_s32 sll = mlib_ImageGetStride(src) / sizeof(type); \
111 sp1 = sp0 + sll;
156 sl += sll;
201 sp1 = sp0 + sll;
202 sp2 = sp1 + sll;
243 sl += sll;
284 sp1 = sp0 + sll;
331 sp0 = sl + 2*sll;
332 sp1 = sp0 + sll;
377 sl += sll;
[all...]
H A Dmlib_ImageConv_32nw.c63 mlib_s32 sll = mlib_ImageGetStride(src) / sizeof(type); \
138 sl1 = sl + sll;
147 sl += KSIZE*sll;
198 sl += sll;
259 sl1 = sl + sll;
260 sl2 = sl1 + sll;
270 sl += KSIZE*sll;
331 sl += sll;
395 sl1 = sl + sll;
396 sl2 = sl1 + sll;
[all...]
H A Dmlib_ImageConv2x2_f.c70 sll = mlib_ImageGetStride(src) / sizeof(type); \
231 mlib_s32 wid, hgt, sll, dll, wid1; local
262 sl1 = sl + sll;
271 sl += (D_KER + 1)*sll;
339 sl += sll;
372 mlib_s32 wid, hgt, sll, dll, wid1; local
404 if ((hgt - dy_b) > 0) sl1 = sl + sll;
420 if ((hgt - dy_b) > 1) sl = sl1 + sll;
491 if (j < hgt - dy_b - 2) sl += sll;
523 mlib_s32 wid, hgt, sll, dl local
668 mlib_s32 wid, hgt, sll, dll, wid1; local
823 mlib_s32 wid, hgt, sll, dll, wid1; local
974 mlib_s32 wid, hgt, sll, dll, wid1; local
[all...]
H A Dmlib_ImageConv_16nw.c154 mlib_s32 wid, hgt, sll, dll; \
196 sll = mlib_ImageGetStride(src) / sizeof(type); \
296 sl1 = sl + sll;
297 sl2 = sl1 + sll;
307 sl += KSIZE*sll;
427 sl += sll;
469 mlib_s32 wid, hgt, sll, dll; variable
513 sp1 = sp0 + sll;
514 sp2 = sp1 + sll;
560 sl += sll;
1020 mlib_s32 wid, hgt, sll, dll; variable
2065 mlib_s32 wid, hgt, sll, dll; local
[all...]
H A Dmlib_ImageConv_8nw.c155 mlib_s32 wid, hgt, sll, dll; \
197 sll = mlib_ImageGetStride(src) / sizeof(type); \
297 sl1 = sl + sll;
298 sl2 = sl1 + sll;
308 sl += KSIZE*sll;
428 sl += sll;
470 mlib_s32 wid, hgt, sll, dll; variable
514 sp1 = sp0 + sll;
515 sp2 = sp1 + sll;
561 sl += sll;
1021 mlib_s32 wid, hgt, sll, dll; variable
2066 mlib_s32 wid, hgt, sll, dll; local
[all...]
H A Dmlib_ImageConv_u16nw.c154 mlib_s32 wid, hgt, sll, dll; \
196 sll = mlib_ImageGetStride(src) / sizeof(type); \
296 sl1 = sl + sll;
297 sl2 = sl1 + sll;
307 sl += KSIZE*sll;
427 sl += sll;
469 mlib_s32 wid, hgt, sll, dll; variable
513 sp1 = sp0 + sll;
514 sp2 = sp1 + sll;
560 sl += sll;
1020 mlib_s32 wid, hgt, sll, dll; variable
2065 mlib_s32 wid, hgt, sll, dll; local
[all...]
H A Dmlib_ImageConv_16ext.c186 mlib_s32 wid, hgt, sll, dll; \
228 sll = mlib_ImageGetStride(src) / sizeof(type); \
320 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
323 if ((hgt - dy_b) > 0) sl2 = sl1 + sll;
347 if ((hgt - dy_b) > 1) sl = sl2 + sll;
473 if (j < hgt - dy_b - 2) sl += sll;
511 mlib_s32 wid, hgt, sll, dll; variable
549 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl += sll;
552 if ((hgt - dy_b) > 0) sl += sll;
631 if (j < hgt - dy_b - 1) sl += sll;
1109 mlib_s32 wid, hgt, sll, dll; variable
1634 mlib_s32 wid, hgt, sll, dll; local
1883 mlib_s32 wid, hgt, sll, dll; variable
2344 mlib_s32 wid, hgt, sll, dll; variable
[all...]
H A Dmlib_ImageConv_8ext.c186 mlib_s32 wid, hgt, sll, dll; \
228 sll = mlib_ImageGetStride(src) / sizeof(type); \
320 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
323 if ((hgt - dy_b) > 0) sl2 = sl1 + sll;
347 if ((hgt - dy_b) > 1) sl = sl2 + sll;
473 if (j < hgt - dy_b - 2) sl += sll;
511 mlib_s32 wid, hgt, sll, dll; variable
549 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl += sll;
552 if ((hgt - dy_b) > 0) sl += sll;
631 if (j < hgt - dy_b - 1) sl += sll;
1109 mlib_s32 wid, hgt, sll, dll; variable
1634 mlib_s32 wid, hgt, sll, dll; local
1883 mlib_s32 wid, hgt, sll, dll; variable
2344 mlib_s32 wid, hgt, sll, dll; variable
[all...]
H A Dmlib_ImageConv_u16ext.c186 mlib_s32 wid, hgt, sll, dll; \
228 sll = mlib_ImageGetStride(src) / sizeof(type); \
320 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
323 if ((hgt - dy_b) > 0) sl2 = sl1 + sll;
347 if ((hgt - dy_b) > 1) sl = sl2 + sll;
473 if (j < hgt - dy_b - 2) sl += sll;
511 mlib_s32 wid, hgt, sll, dll; variable
549 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl += sll;
552 if ((hgt - dy_b) > 0) sl += sll;
631 if (j < hgt - dy_b - 1) sl += sll;
1109 mlib_s32 wid, hgt, sll, dll; variable
1634 mlib_s32 wid, hgt, sll, dll; local
1883 mlib_s32 wid, hgt, sll, dll; variable
2344 mlib_s32 wid, hgt, sll, dll; variable
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageConvIndex3_8_16nw.c95 mlib_s32 sll = mlib_ImageGetStride(src) / sizeof(DTYPE); \
254 sp = sl + l*sll;
270 sp = sl + KSIZE*sll;
278 if ((((mlib_addr)(sl + sll)) & 7) == 0) buff1 = (mlib_d64*)(sl + sll);
421 sl += sll;
475 sp = sl + l*sll;
497 sp = sl + KSIZE*sll;
506 if ((((mlib_addr)(sl + sll)) & 7) == 0) pbuff1 = (mlib_d64*)(sl + sll);
[all...]
H A Dmlib_v_ImageConvIndex3_8_8nw.c95 mlib_s32 sll = mlib_ImageGetStride(src) / sizeof(DTYPE); \
254 sp = sl + l*sll;
270 sp = sl + KSIZE*sll;
278 if ((((mlib_addr)(sl + sll)) & 7) == 0) buff1 = (mlib_d64*)(sl + sll);
421 sl += sll;
475 sp = sl + l*sll;
497 sp = sl + KSIZE*sll;
506 if ((((mlib_addr)(sl + sll)) & 7) == 0) pbuff1 = (mlib_d64*)(sl + sll);
[all...]
H A Dmlib_v_ImageConv_8nw.c94 mlib_s32 sll = mlib_ImageGetStride(src) / sizeof(DTYPE); \
251 sp = sl + l * sll;
270 sp = sl + KSIZE * sll;
281 if ((((mlib_addr) (sl + sll)) & 7) == 0)
282 buff1 = (mlib_d64 *) (sl + sll);
428 sl += sll;
487 sp = sl + l * sll;
512 sp = sl + KSIZE * sll;
524 if ((((mlib_addr) (sl + sll)) & 7) == 0)
525 pbuff1 = (mlib_d64 *) (sl + sll);
[all...]
H A Dmlib_v_ImageConvMxN_8.c144 mlib_s32 sll = mlib_ImageGetStride(src); local
218 sp = sl + l * sll;
233 sp = sl + n * sll;
780 sl += sll;
H A Dmlib_v_ImageConvMxN_8ext.c163 mlib_s32 sll = mlib_ImageGetStride(src); local
229 sl += sll;
810 sl += sll;
849 mlib_s32 sll = mlib_ImageGetStride(src); local
934 sl += sll;
1511 sl += sll;
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s77 sll %o2, 3, %o4

Completed in 303 milliseconds

12