HomeSort by relevance Sort by last modified time
    Searched refs:stx (Results 1 - 25 of 30) sorted by null

1 2

  /external/strace/
statx.c 62 stx.field.sec, stx.field.nsec); \
63 tprints_comment(sprinttime_nsec(stx.field.sec, \
64 zero_extend_signed_to_ull(stx.field.nsec))); \
67 struct_statx stx; local
68 if (umove_or_printaddr(tcp, tcp->u_arg[4], &stx))
72 printflags(statx_masks, stx.stx_mask, "STATX_???");
75 PRINT_FIELD_U(", ", stx, stx_blksize);
78 printflags(statx_attrs, stx.stx_attributes, "STATX_ATTR_???");
81 PRINT_FIELD_U(", ", stx, stx_nlink)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
ldx_stx.s 1 # Test ldx/ldxa/stx/stxa
6 stx %o0, [%g3]
8 stx %fsr, [%g3]
ldx_stx.d 3 #name: sparc LDX/STX
13 c: d0 70 c0 00 stx %o0, \[ %g3 \]
15 14: c3 28 c0 00 stx %fsr, \[ %g3 \]
natural.d 12 0x0+0000010 stx %g1, \[ %g2 \]
  /external/cblas/src/
cblas_cher2.c 33 *yy=(float *)Y, *tx, *ty, *stx, *sty; local
83 stx= x+n;
87 stx = x-2;
109 while (x != stx);
cblas_chpr2.c 33 *yy=(float *)Y, *tx, *ty, *stx, *sty; local
82 stx= x+n;
86 stx = x-2;
108 while (x != stx);
cblas_zher2.c 33 *yy=(double *)Y, *tx, *ty, *stx, *sty; local
83 stx= x+n;
87 stx = x-2;
109 while (x != stx);
cblas_zhpr2.c 33 *yy=(double *)Y, *stx, *sty; local
77 stx = x + n;
94 } while (x != stx);
cblas_cgemv.c 39 const float *stx = x; local
123 stx = x;
125 else stx = (const float *)X;
138 F77_cgemv(F77_TA, &F77_N, &F77_M, ALPHA, A, &F77_lda, stx,
  /external/libffi/src/sparc/
v9.S 91 stx %o0, [%i4+0] ! (delay)
115 stx %o0, [%i4+0]
116 stx %o1, [%i4+8]
117 stx %o2, [%i4+16]
118 stx %o3, [%i4+24]
151 stx %i0, [FP+128+0]
152 stx %i1, [FP+128+8]
153 stx %i2, [FP+128+16]
154 stx %i3, [FP+128+24]
155 stx %i4, [FP+128+32
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v9.S 91 stx %o0, [%i4+0] ! (delay)
115 stx %o0, [%i4+0]
116 stx %o1, [%i4+8]
117 stx %o2, [%i4+16]
118 stx %o3, [%i4+24]
151 stx %i0, [FP+128+0]
152 stx %i1, [FP+128+8]
153 stx %i2, [FP+128+16]
154 stx %i3, [FP+128+24]
155 stx %i4, [FP+128+32
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
v9.S 91 stx %o0, [%i4+0] ! (delay)
115 stx %o0, [%i4+0]
116 stx %o1, [%i4+8]
117 stx %o2, [%i4+16]
118 stx %o3, [%i4+24]
151 stx %i0, [FP+128+0]
152 stx %i1, [FP+128+8]
153 stx %i2, [FP+128+16]
154 stx %i3, [FP+128+24]
155 stx %i4, [FP+128+32
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
err-1.s 43 stx.b r16,219,r47 ! { dg-error "invalid operand" }
44 stx.l r17,-500,r48 ! { dg-error "invalid operand" }
45 stx.q r19,-50,r49 ! { dg-error "invalid operand" }
46 stx.w r20,-150,r50 ! { dg-error "invalid operand" }
basic-1.s 221 stx.b r16,r29,r47
222 stx.l r17,r50,r48
223 stx.q r19,r49,r49
224 stx.w r20,r15,r50
basic-1.d 222 [ ]+354:[ ]+610076f0[ ]+stx\.b r16,r29,r47
223 [ ]+358:[ ]+6112cb00[ ]+stx\.l r17,r50,r48
224 [ ]+35c:[ ]+6133c710[ ]+stx\.q r19,r49,r49
225 [ ]+360:[ ]+61413f20[ ]+stx\.w r20,r15,r50
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
insns.s 35 stx ,y
insns-dwarf2.d 66 stx ,y
67 21: cd ef 00 stx 0x0,y
all_insns.s 294 L290: stx *Z21
295 L291: stx 73,X
296 L292: stx symbol253
297 L293: stx 130,X
opers12.s 32 stx d,y
insns.d 31 0+0021 <test2\+0xa> stx 0x0,y
opers12-dwarf2.d 64 stx d,y
65 44: 6e ee stx D,Y
all_insns.d 449 0+0298 <L290> stx \*0x0+0+ <L0>
451 0+029a <L291> stx 0x49,x
452 0+029c <L292> stx 0x0+0+ <L0>
454 0+029f <L293> stx 0x82,x
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/
relax-direct.s 50 stx _table+31
relax-direct.d 49 0+8055 <F1\+0x46> stx \*0x0+51 <_table\+0x1f>
  /external/llvm/test/MC/Sparc/
sparcv9-instructions.s 105 ! V8-NEXT: stx %fsr,[%g2 + 20]
106 ! V9: stx %fsr, [%g2+20] ! encoding: [0xc3,0x28,0xa0,0x14]
107 stx %fsr,[%g2 + 20]
110 ! V8-NEXT: stx %fsr,[%g2 + %i5]
111 ! V9: stx %fsr, [%g2+%i5] ! encoding: [0xc3,0x28,0x80,0x1d]
112 stx %fsr,[%g2 + %i5]

Completed in 712 milliseconds

1 2