Home
last modified time | relevance | path

Searched refs:blt (Results 1 – 15 of 15) sorted by last modified time

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S664 blt,pt %ncc, .bc_small3x ! skip if less than 4 bytes left
690 blt,pt %ncc, .bc_small3x
818 blt,pt %ncc, .bc_small3x ! skip if less than 4 bytes left
897 blt,pt %ncc, .bc_small3x ! skip if less than 4 bytes left
997 blt,pt %ncc, .bc_small3x ! skip if less than 4 bytes left
1535 blt,pt %ncc, .bc_unaln3x ! skip if less than 4 bytes left
1937 blt,pt %ncc, .bc_unalnfin
1966 blt,pt %ncc, .bc_unalnz
3045 blt,pt %ncc, .co_small3x
4277 blt,pt %ncc, .co_unalnfin
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahasm.h107 blt 2b; \
126 blt 3b; \
135 blt 1b; \
207 blt 4b; \
216 blt 3b; \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.S683 blt 2b
722 blt 3b
764 blt 2b
799 blt 2b
1119 blt 7f
1377 blt 3f
1592 blt 3f
H A Dus3_jalapeno_asm.S466 blt 7f
H A Dus3_cheetahplus_asm.S929 blt flush_ipb_1
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S93 blt,pn %ncc, .byte
145 blt,pn %ncc, .dbmedl32enter ! go to no prefetch code
216 blt,pt %ncc, .dbremain ! skip if 7 or fewer bytes left
243 blt,pn %ncc, .dbmv8
246 blt,pn %ncc, .dbmv32enter ! go to no prefetch code
280 blt,pn %ncc, .dbmvx
303 blt,pt %ncc, .dbmvfinish ! if yes, skip to finish up code
324 blt,pn %ncc, .dbbyte
414 blt .smallleft3 ! if not, go to finish up
514 blt,pt %ncc, .medw7 ! skip if 7 or fewer bytes left
[all …]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S98 blt,pn %ncc, .byte
192 blt,pt %ncc, .dbremain ! skip if 7 or fewer bytes left
219 blt,pn %ncc, .dbmv8
222 blt,pn %ncc, .dbmv32enter ! go to no prefetch code
257 blt,pn %ncc, .dbmvx
280 blt,pt %ncc, .dbmvfinish ! if yes, skip to finish up code
301 blt,pn %ncc, .dbbyte
393 blt .smallleft3 ! if not, go to finish up
496 blt,pt %ncc, .medw7 ! skip if 7 or fewer bytes left
583 blt,pt %ncc, .medw7 ! skip if 7 or fewer bytes left
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.h289 blt %icc, label##2; /* skip flush if FJ-OPL cpus */ \
342 blt %icc, label##2; /* skip flush if FJ-OPL cpus */ \
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.S2714 blt,a,pn %xcc, ptl1_panic
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dfloat.S523 blt,a,pt %xcc, fpegd
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S1726 blt,pn %xcc, 1f
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.S298 blt,pn %ncc, .mv_short ! merge with memcpy
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c97 softc->blt_ops.blt = ops->blt; in gfxp_bm_register_fbops()
/illumos-gate/usr/src/uts/common/sys/
H A Dgfx_private.h119 int (*blt)(void *); member
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dsetcc-setcc.c1 static _Bool blt(int a, int b) { return (a < b); } in blt() function