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

1 2 3 4

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
cdx_sth.s 1 # Source file used to test the sth.n instruction
4 sth.n r4,0(r17)
5 sth.n r4,4(r17)
6 sth.n r4,0xe(r17)
7 sth.n r4,0x1e(r17)
8 sth.n r4,0(r5)
9 sth.n r4,4(r5)
10 sth.n r4,0xe(r5)
11 sth.n r4,0x1e(r5)
cdx_sth.d 2 #name: NIOS2 CDX sth.n
5 # Test the sth.n instruction
10 0+0000 <[^>]*> 086d sth.n r4,0\(r17\)
11 0+0002 <[^>]*> 286d sth.n r4,4\(r17\)
12 0+0004 <[^>]*> 786d sth.n r4,14\(r17\)
13 0+0006 <[^>]*> f86d sth.n r4,30\(r17\)
14 0+0008 <[^>]*> 096d sth.n r4,0\(r5\)
15 0+000a <[^>]*> 296d sth.n r4,4\(r5\)
16 0+000c <[^>]*> 796d sth.n r4,14\(r5\)
17 0+000e <[^>]*> f96d sth.n r4,30\(r5\
    [all...]
sth-r2.s 15 sth r4,0(r0)
16 sth r4,4(r0)
17 sth r4,0x7fc(r0)
18 sth r4,-0x800(r0)
19 sth r4,0(r5)
20 sth r4,4(r5)
21 sth r4,0x7fc(r5)
22 sth r4,-0x800(r5)
23 sth r4,data_label(r0)
24 sth r4,big_external_data_label(r0
    [all...]
sth.s 15 sth r4,0(r0)
16 sth r4,4(r0)
17 sth r4,0x7ffc(r0)
18 sth r4,-0x8000(r0)
19 sth r4,0(r5)
20 sth r4,4(r5)
21 sth r4,0x7ffc(r5)
22 sth r4,-0x8000(r5)
23 sth r4,data_label(r0)
24 sth r4,big_external_data_label(r0
    [all...]
sth-r2.d 2 #name: NIOS2 R2 sth
10 0+0000 <[^>]*> 0000202f sth r4,0\(zero\)
11 0+0004 <[^>]*> 0004202f sth r4,4\(zero\)
12 0+0008 <[^>]*> 07fc202f sth r4,2044\(zero\)
13 0+000c <[^>]*> f800202f sth r4,-2048\(zero\)
14 0+0010 <[^>]*> 0000216f sth r4,0\(r5\)
15 0+0014 <[^>]*> 0004216f sth r4,4\(r5\)
16 0+0018 <[^>]*> 07fc216f sth r4,2044\(r5\)
17 0+001c <[^>]*> f800216f sth r4,-2048\(r5\)
18 0+0020 <[^>]*> 0000202f sth r4,0\(zero\
    [all...]
sth.d 2 #name: NIOS2 sth
9 0+0000 <[^>]*> 0100000d sth r4,0\(zero\)
10 0+0004 <[^>]*> 0100010d sth r4,4\(zero\)
11 0+0008 <[^>]*> 011fff0d sth r4,32764\(zero\)
12 0+000c <[^>]*> 0120000d sth r4,-32768\(zero\)
13 0+0010 <[^>]*> 2900000d sth r4,0\(r5\)
14 0+0014 <[^>]*> 2900010d sth r4,4\(r5\)
15 0+0018 <[^>]*> 291fff0d sth r4,32764\(r5\)
16 0+001c <[^>]*> 2920000d sth r4,-32768\(r5\)
17 0+0020 <[^>]*> 0100000d sth r4,0\(zero\
    [all...]
  /external/swiftshader/third_party/LLVM/utils/
plotNLT.pl 39 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
41 my $rc = $sth->execute or die DBI->errstr;
43 while(($da,$v) = $sth->fetchrow_array)
webNLT.pl 29 my $sth = $dbh->prepare($query) || die "Can't prepare statement: $DBI::errstr";
30 my $rc = $sth->execute or die DBI->errstr;
31 while (($n) = $sth->fetchrow_array)
37 my $sth = $dbh->prepare($query) || die "Can't prepare statement: $DBI::errstr";
38 my $rc = $sth->execute or die DBI->errstr;
39 while (($n) = $sth->fetchrow_array)
cgiplotNLT.pl 53 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
55 my $rc = $sth->execute or die DBI->errstr;
57 while(($da,$v) = $sth->fetchrow_array)
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lattice.c 38 float sth[MAX_AR_MODEL_ORDER]; local
53 WebRtcIsac_Dir2Lat(a,orderCoef,sth,cth);
76 f[i][0] = inv_cth[i-1]*(f[i-1][0] + sth[i-1]*stateG[i-1]);
77 g[i][0] = cth[i-1]*stateG[i-1] + sth[i-1]* f[i][0];
85 f[k+1][n+1] = inv_cth[k]*(f[k][n+1] + sth[k]*g[k][n]);
86 g[k+1][n+1] = cth[k]*g[k][n] + sth[k]* f[k+1][n+1];
119 float sth[MAX_AR_MODEL_ORDER]; local
133 WebRtcIsac_Dir2Lat(a,orderCoef,sth,cth);
151 ARf[i][0] = cth[i]*ARf[i+1][0] - sth[i]*stateG[i];
152 ARg[i+1][0] = sth[i]*ARf[i+1][0] + cth[i]* stateG[i]
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
applybug.s 88 sth %r20,R'p-$global$(%r22)
90 sth %r20,4(%r26)
91 sth %r19,2(%r26)
95 sth %r19,6(%r26)
  /external/capstone/suite/MC/Sparc/
sparc-mem-instructions.s.cs 20 0xd4,0x36,0x00,0x16 = sth %o2, [%i0+%l6]
21 0xd4,0x36,0x20,0x20 = sth %o2, [%i0+32]
22 0xd4,0x30,0x60,0x00 = sth %o2, [%g1]
  /external/llvm/test/MC/Sparc/
sparc-mem-instructions.s 67 ! CHECK: sth %o2, [%i0+%l6] ! encoding: [0xd4,0x36,0x00,0x16]
68 sth %o2, [%i0 + %l6]
69 ! CHECK: sth %o2, [%i0+32] ! encoding: [0xd4,0x36,0x20,0x20]
70 sth %o2, [%i0 + 32]
71 ! CHECK: sth %o2, [%g1] ! encoding: [0xd4,0x30,0x40,0x00]
72 sth %o2, [%g1]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
signed-relocs.s 61 sth r0, @(#low(0x87654320),r0)
68 sth r0, @(#low(0x1234fff0),r0)
75 sth r0, @(#LOW(0x87654320),r0)
allinsn.s 451 .global sth
452 sth: label
453 sth fp,@fp
457 sth fp,@(fp)
461 sth fp,@(0,fp)
465 sth fp,@(fp,0)
signed-relocs.d 61 cc: a0 20 43 20 sth r0,@\(17184,r0\)
67 e4: a0 20 ff f0 sth r0,@\(-16,r0\)
73 fc: a0 20 43 20 sth r0,@\(17184,r0\)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-c674x-reloc.s 100 sth .D2T2 b1,*+b14(ext1)
101 sth .D2T1 a1,*+b15(ext2+6)
102 sth .D2T2 b1,*+b15(b1)
103 sth .D2T1 a1,*+b14(a1)
104 sth .D2T2 b1,*+b14(w2-w1)
105 sth .D2T1 a1,*+b14(w4-w3)
insns16-doff4.d 57 [0-9a-f]+[02468ace] <[^>]*> 0204[ \t]+sth \.D1T1 a16,\*\+a4\(0\)
61 [0-9a-f]+[02468ace] <[^>]*> 0205[ \t]+sth \.D2T1 a16,\*\+b4\(0\)
64 [0-9a-f]+[02468ace] <[^>]*> 0205[ \t]+sth \.D2T1 a16,\*\+b4\(0\)
72 [0-9a-f]+[02468ace] <[^>]*> 0204[ \t]+sth \.D1T1 a16,\*\+a4\(0\)
76 [0-9a-f]+[02468ace] <[^>]*> 0205[ \t]+sth \.D2T1 a16,\*\+b4\(0\)
79 [0-9a-f]+[02468ace] <[^>]*> 0205[ \t]+sth \.D2T1 a16,\*\+b4\(0\)
132 [0-9a-f]+[02468ace] <[^>]*> 0204[ \t]+sth \.D1T1 a16,\*\+a4\(0\)
136 [0-9a-f]+[02468ace] <[^>]*> 0205[ \t]+sth \.D2T1 a16,\*\+b4\(0\)
139 [0-9a-f]+[02468ace] <[^>]*> 0205[ \t]+sth \.D2T1 a16,\*\+b4\(0\)
147 [0-9a-f]+[02468ace] <[^>]*> 0214[ \t]+sth \.D1T1 a17,\*\+a4\(0\
    [all...]
reloc-bad-3.s 58 sth .D2T2 b1,*+b14(h32767-h0)
59 sth .D2T2 b1,*+b14(h32768-h0)
60 sth .D2T2 b1,*+b14(h32767-h32768)
61 sth .D2T2 b1,*+b14(b32768-b32767)
insns16-ddec.d 57 [0-9a-f]+[02468ace] <[^>]*> 4e04[ \t]+sth \.D1T1 a16,\*--a4\(2\)
61 [0-9a-f]+[02468ace] <[^>]*> 4e05[ \t]+sth \.D2T1 a16,\*--b4\(2\)
64 [0-9a-f]+[02468ace] <[^>]*> 4e05[ \t]+sth \.D2T1 a16,\*--b4\(2\)
70 [0-9a-f]+[02468ace] <[^>]*> 4e04[ \t]+sth \.D1T1 a16,\*--a4\(2\)
71 [0-9a-f]+[02468ace] <[^>]*> 5e04[ \t]+sth \.D1T2 b16,\*--a4\(2\)
72 [0-9a-f]+[02468ace] <[^>]*> 4e04[ \t]+sth \.D1T1 a16,\*--a4\(2\)
76 [0-9a-f]+[02468ace] <[^>]*> 4e05[ \t]+sth \.D2T1 a16,\*--b4\(2\)
79 [0-9a-f]+[02468ace] <[^>]*> 4e05[ \t]+sth \.D2T1 a16,\*--b4\(2\)
132 [0-9a-f]+[02468ace] <[^>]*> 4e04[ \t]+sth \.D1T1 a16,\*--a4\(2\)
136 [0-9a-f]+[02468ace] <[^>]*> 4e05[ \t]+sth \.D2T1 a16,\*--b4\(2\
    [all...]
insns16-dinc.d 57 [0-9a-f]+[02468ace] <[^>]*> 0e04[ \t]+sth \.D1T1 a16,\*a4\+\+\(2\)
61 [0-9a-f]+[02468ace] <[^>]*> 0e05[ \t]+sth \.D2T1 a16,\*b4\+\+\(2\)
64 [0-9a-f]+[02468ace] <[^>]*> 0e05[ \t]+sth \.D2T1 a16,\*b4\+\+\(2\)
70 [0-9a-f]+[02468ace] <[^>]*> 0e04[ \t]+sth \.D1T1 a16,\*a4\+\+\(2\)
71 [0-9a-f]+[02468ace] <[^>]*> 1e04[ \t]+sth \.D1T2 b16,\*a4\+\+\(2\)
72 [0-9a-f]+[02468ace] <[^>]*> 0e04[ \t]+sth \.D1T1 a16,\*a4\+\+\(2\)
76 [0-9a-f]+[02468ace] <[^>]*> 0e05[ \t]+sth \.D2T1 a16,\*b4\+\+\(2\)
79 [0-9a-f]+[02468ace] <[^>]*> 0e05[ \t]+sth \.D2T1 a16,\*b4\+\+\(2\)
132 [0-9a-f]+[02468ace] <[^>]*> 0e04[ \t]+sth \.D1T1 a16,\*a4\+\+\(2\)
136 [0-9a-f]+[02468ace] <[^>]*> 0e05[ \t]+sth \.D2T1 a16,\*b4\+\+\(2\
    [all...]
insns16-dind.d 57 [0-9a-f]+[02468ace] <[^>]*> 0604[ \t]+sth \.D1T1 a16,\*\+a4\[a16\]
61 [0-9a-f]+[02468ace] <[^>]*> 0605[ \t]+sth \.D2T1 a16,\*\+b4\[b16\]
64 [0-9a-f]+[02468ace] <[^>]*> 0605[ \t]+sth \.D2T1 a16,\*\+b4\[b16\]
70 [0-9a-f]+[02468ace] <[^>]*> 0604[ \t]+sth \.D1T1 a16,\*\+a4\[a16\]
71 [0-9a-f]+[02468ace] <[^>]*> 1604[ \t]+sth \.D1T2 b16,\*\+a4\[a16\]
72 [0-9a-f]+[02468ace] <[^>]*> 0604[ \t]+sth \.D1T1 a16,\*\+a4\[a16\]
76 [0-9a-f]+[02468ace] <[^>]*> 0605[ \t]+sth \.D2T1 a16,\*\+b4\[b16\]
79 [0-9a-f]+[02468ace] <[^>]*> 0605[ \t]+sth \.D2T1 a16,\*\+b4\[b16\]
132 [0-9a-f]+[02468ace] <[^>]*> 0604[ \t]+sth \.D1T1 a16,\*\+a4\[a16\]
136 [0-9a-f]+[02468ace] <[^>]*> 0605[ \t]+sth \.D2T1 a16,\*\+b4\[b16\
    [all...]
reloc-bad-2.s 170 sth .D2T2 b1,*+b14($dsbt_index(__c6xabi_DSBT_BASE))
171 sth .D2T2 b1,*+b14($GOT(b))
172 sth .D2T2 b1,*+b14($DPR_GOT(b))
173 sth .D2T2 b1,*+b14($DPR_BYTE(b))
174 sth .D2T2 b1,*+b14($DPR_HWORD(b))
175 sth .D2T2 b1,*+b14($DPR_WORD(b))
176 sth .D2T2 b1,*+b14($PCR_OFFSET(b,f))
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
sda-relocs.d 25 0x[0-9a-f]+ 1a00 31c4 sth r7,\[gp\]
33 0x[0-9a-f]+ 1a00 31dc sth.as r7,\[gp\]
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectOutputStreamTest.java 243 SerializableTestHelper sth; local
255 sth = (SerializableTestHelper) (ois.readObject());
257 "Gabba", sth.getText1());
259 sth.getText2());

Completed in 2887 milliseconds

1 2 3 4