Searched refs:st0 (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/coregrind/
H A Dm_stacks.c111 Stack *st0, *st1, *st2; local
115 st0 = stacks;
119 if (st0 == NULL || st0 == st) break;
121 st1 = st0;
122 st0 = st0->next;
124 vg_assert(st0 == st);
125 if (st0 != NULL && st1 != NULL && st2 != NULL) {
127 /* st0 point
[all...]
/external/valgrind/none/tests/amd64/
H A Dx87trigOOR.c15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res; member in struct:__anon20123
28 assert(my_offsetof(Res,st0) == 8);
39 "fstpl 8(%0)" "\n\t" // .st0
50 assert(my_offsetof(Res,st0) == 8);
61 "fstpl 8(%0)" "\n\t" // .st0
72 assert(my_offsetof(Res,st0) == 8);
83 "fstpl 8(%0)" "\n\t" // .st0
94 assert(my_offsetof(Res,st0) == 8);
105 "fstpl 8(%0)" "\n\t" // .st0
121 name, r.arg, r.st0,
[all...]
H A Dgen_insn_test.pl64 st0 => 0, st1 => 1, st2 => 2, st3 => 3,
/external/valgrind/none/tests/x86/
H A Dx87trigOOR.c15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res; member in struct:__anon20267
28 assert(my_offsetof(Res,st0) == 8);
39 "fstpl 8(%0)" "\n\t" // .st0
50 assert(my_offsetof(Res,st0) == 8);
61 "fstpl 8(%0)" "\n\t" // .st0
72 assert(my_offsetof(Res,st0) == 8);
83 "fstpl 8(%0)" "\n\t" // .st0
94 assert(my_offsetof(Res,st0) == 8);
105 "fstpl 8(%0)" "\n\t" // .st0
121 name, r.arg, r.st0,
[all...]
H A Dgen_insn_test.pl59 st0 => 0, st1 => 1, st2 => 2, st3 => 3,
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dconvolve2_avg_horiz_dspr2.c128 uint32_t st0, st1; local
164 "lbux %[st0], %[Temp1](%[cm]) \n\t"
171 "addqh_r.w %[Temp2], %[Temp2], %[st0] \n\t"
185 "lbux %[st0], %[Temp1](%[cm]) \n\t"
187 "addqh_r.w %[Temp2], %[Temp2], %[st0] \n\t"
210 "lbux %[st0], %[Temp3](%[cm]) \n\t"
216 "addqh_r.w %[tp1], %[tp1], %[st0] \n\t"
251 [st0] "=&r" (st0), [st1] "=&r" (st1),
H A Dconvolve2_horiz_dspr2.c115 uint32_t st0, st1; local
149 "lbux %[st0], %[Temp1](%[cm]) \n\t"
160 "sb %[st0], 0(%[dst]) \n\t"
169 "lbux %[st0], %[Temp1](%[cm]) \n\t"
179 "sb %[st0], 4(%[dst]) \n\t"
188 "lbux %[st0], %[Temp3](%[cm]) \n\t"
199 "sb %[st0], 6(%[dst]) \n\t"
214 [st0] "=&r" (st0), [st1] "=&r" (st1),
H A Dconvolve8_avg_horiz_dspr2.c157 uint32_t st0, st1; local
203 "lbux %[st0], %[Temp1](%[cm]) \n\t"
214 "addqh_r.w %[Temp2], %[Temp2], %[st0] \n\t"
230 "lbux %[st0], %[Temp1](%[cm]) \n\t"
232 "addqh_r.w %[Temp2], %[Temp2], %[st0] \n\t"
263 "lbux %[st0], %[Temp3](%[cm]) \n\t"
272 "addqh_r.w %[tp1], %[tp1], %[st0] \n\t"
314 [st0] "=&r" (st0), [st1] "=&r" (st1),
H A Dconvolve8_horiz_dspr2.c146 uint32_t st0, st1; local
190 "lbux %[st0], %[Temp1](%[cm]) \n\t"
205 "sb %[st0], 0(%[dst]) \n\t"
219 "lbux %[st0], %[Temp1](%[cm]) \n\t"
229 "sb %[st0], 4(%[dst]) \n\t"
243 "lbux %[st0], %[Temp3](%[cm]) \n\t"
261 "sb %[st0], 6(%[dst]) \n\t"
280 [st0] "=&r" (st0), [st1] "=&r" (st1),
/external/elfutils/tests/
H A Drun-allregs.sh73 11: %st0 (st0), float 80 bits
145 33: %st0 (st0), float 80 bits
2864 33: %st0 (st0), float 80 bits
H A Drun-readelf-mixed-corenote.sh576 st0: 0x00000000000000000000 st1: 0x00000000000000000000
H A Drun-addrcfi.sh44 x87 reg11 (%st0): undefined
91 x87 reg11 (%st0): undefined
165 x87 reg33 (%st0): undefined
231 x87 reg33 (%st0): undefined
3718 x87 reg33 (%st0): undefined
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h891 #define ST0 st0
/external/bison/
H A Dconfigure10109 struct stat st0;
10110 if (fstat (fd, &st0) != 0)
10128 if (st0.st_atime != st1.st_atime)

Completed in 484 milliseconds