Home
last modified time | relevance | path

Searched refs:st3 (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_nv50.c149 u8 st0, st1, st2, st3; in nv50_fb_intr() local
170 st3 = (trap[0] & 0x0000f000) >> 12; in nv50_fb_intr()
175 st3 = (trap[0] & 0xff000000) >> 24; in nv50_fb_intr()
182 if (cl && cl->data) sc = nvkm_enum_find(cl->data, st3); in nv50_fb_intr()
183 else if (en && en->data) sc = nvkm_enum_find(en->data, st3); in nv50_fb_intr()
195 st2, cl ? cl->name : "", st3, sc ? sc->name : "", in nv50_fb_intr()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dstn_single.s4 # st1, st2, st3, st4.
73 st3 {v0.s, v1.s, v2.s}[0], [x2], 12
74 st3 {v0.s, v1.s, v2.s}[1], [x2], x3
75 st3 {v0.s, v1.s, v2.s}[2], [x2], 12
76 st3 {v0.s, v1.s, v2.s}[3], [x2]
H A Dstn_multiple.s3 # Check the store multiple structure instructions: st1, st2, st3, st4.
69 st3 {v0.4s, v1.4s, v2.4s}, [x2]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc136 struct stat st1, st2, st3; in TEST() local
139 EXPECT_EQ(0u, internal_fstat(fd, &st3)); in TEST()
140 EXPECT_EQ(fsize, (uptr)st3.st_size); in TEST()
/netbsd-src/usr.sbin/catman/
H A Dcatman.c264 struct stat st3; in uniquepath() local
290 lstat(p, &st3); in uniquepath()
291 if (S_ISLNK(st3.st_mode)) { in uniquepath()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dfmp626.md29 ;; ld/st1 ld/st2 ld/st3 ld/st4 ld/st5
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dfmp626.md29 ;; ld/st1 ld/st2 ld/st3 ld/st4 ld/st5
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-simd-builtins.def123 BUILTIN_VALLDIF (STORESTRUCT, st3, 0, STORE)
124 BUILTIN_VSDQ_I_DI (STORESTRUCT_U, st3, 0, STORE)
125 BUILTIN_VALLP (STORESTRUCT_P, st3, 0, STORE)
H A Daarch64-simd.md6897 "st3\\t{%S1.<Vtype> - %U1.<Vtype>}, %0"
6911 return "st3\\t{%S1.<Vetype> - %U1.<Vetype>}[%2], %0";
7837 "st3\\t{%S1.<Vtype> - %U1.<Vtype>}, %0"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-simd-builtins.def111 BUILTIN_VDC (STORESTRUCT, st3, 0)
115 BUILTIN_VQ (STORESTRUCT, st3, 0)
H A Daarch64-simd.md5153 "st3\\t{%S1.<Vtype> - %U1.<Vtype>}, %0"
5167 return "st3\\t{%S1.<Vetype> - %U1.<Vetype>}[%2], %0";
5958 "st3\\t{%S1.<Vtype> - %U1.<Vtype>}, %0"
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-reg.tbl321 st3, 0, 0, 3, 14, 36
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-reg.tbl388 st3, 0, 0, 3, 14, 36
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dsystime.d2822 auto st3 = SysTime(DateTime(2000, 2, 29, 12, 30, 33));
2823 st3.add!"years"(1);
2824 assert(st3 == SysTime(DateTime(2001, 3, 1, 12, 30, 33)));
3979 auto st3 = SysTime(DateTime(1999, 1, 29, 12, 33, 33));
3980 st3.roll!"months"(1);
3981 assert(st3 == SysTime(DateTime(1999, 3, 1, 12, 33, 33)));
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dsystime.d4406 auto st3 = SysTime(DateTime(2010, 2, 12, 12, 0, 0));
4407 st3.roll!"hours"(-1);
4408 assert(st3 == SysTime(DateTime(2010, 2, 12, 11, 0, 0)));
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td6621 defm ST3 : SIMDSt3Multiple<"st3">;
6842 defm ST3 : SIMDStSingleB<0, 0b001, "st3", VecListThreeb, GPR64pi3>;
6843 defm ST3 : SIMDStSingleH<0, 0b011, 0, "st3", VecListThreeh, GPR64pi6>;
6844 defm ST3 : SIMDStSingleS<0, 0b101, 0b00, "st3", VecListThrees, GPR64pi12>;
6845 defm ST3 : SIMDStSingleD<0, 0b101, 0b01, "st3", VecListThreed, GPR64pi24>;
6854 defm ST3 : SIMDLdSt3SingleAliases<"st3">;