HomeSort by relevance Sort by last modified time
    Searched refs:st0 (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
fcmov.asm 1 fcmovb st0, st1
2 fcmovbe st0, st1
3 fcmove st0, st1
4 fcmovnb st0, st1
5 fcmovnbe st0, st1
6 fcmovne st0, st1
7 fcmovnu st0, st1
8 fcmovu st0, st1
genopcode.asm 126 fxch st0, st2
127 fxch st2, st0
131 fcom st0, st0
133 fucomp st0, st5
136 fadd st0
137 fadd st0, st5
139 fadd st6, st0
142 faddp st5, st0
153 ffreep st0 ;NASM unsupporte
    [all...]
  /dalvik/vm/mterp/x86/
fpcvt.S 8 $load (rFP,rINST,4) # %st0<- vB
11 $store (rFP,%ecx,4) # vA<- %st0
cvtfp_int.S 13 fldl (rFP,rINST,4) # %st0<- vB
15 flds (rFP,rINST,4) # %st0<- vB
OP_CMPG_DOUBLE.S 17 fucompp # z if equal, p set if NaN, c set if st0 < st1
  /external/valgrind/main/coregrind/
m_stacks.c 107 Stack *st0, *st1, *st2; local
111 st0 = stacks;
115 if (st0 == NULL || st0 == st) break;
117 st1 = st0;
118 st0 = st0->next;
120 vg_assert(st0 == st);
121 if (st0 != NULL && st1 != NULL && st2 != NULL) {
123 /* st0 points to st, st1 to its predecessor, and st2 to st1'
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_horiz_dspr2.c 130 uint32_t st0, st1; local
166 "lbux %[st0], %[Temp1](%[cm]) \n\t"
173 "addqh_r.w %[Temp2], %[Temp2], %[st0] \n\t"
187 "lbux %[st0], %[Temp1](%[cm]) \n\t"
189 "addqh_r.w %[Temp2], %[Temp2], %[st0] \n\t"
212 "lbux %[st0], %[Temp3](%[cm]) \n\t"
218 "addqh_r.w %[tp1], %[tp1], %[st0] \n\t"
253 [st0] "=&r" (st0), [st1] "=&r" (st1),
    [all...]
vp9_convolve2_horiz_dspr2.c 117 uint32_t st0, st1; local
151 "lbux %[st0], %[Temp1](%[cm]) \n\t"
162 "sb %[st0], 0(%[dst]) \n\t"
171 "lbux %[st0], %[Temp1](%[cm]) \n\t"
181 "sb %[st0], 4(%[dst]) \n\t"
190 "lbux %[st0], %[Temp3](%[cm]) \n\t"
201 "sb %[st0], 6(%[dst]) \n\t"
216 [st0] "=&r" (st0), [st1] "=&r" (st1),
    [all...]
vp9_convolve8_avg_horiz_dspr2.c 159 uint32_t st0, st1; local
205 "lbux %[st0], %[Temp1](%[cm]) \n\t"
216 "addqh_r.w %[Temp2], %[Temp2], %[st0] \n\t"
232 "lbux %[st0], %[Temp1](%[cm]) \n\t"
234 "addqh_r.w %[Temp2], %[Temp2], %[st0] \n\t"
265 "lbux %[st0], %[Temp3](%[cm]) \n\t"
274 "addqh_r.w %[tp1], %[tp1], %[st0] \n\t"
316 [st0] "=&r" (st0), [st1] "=&r" (st1),
    [all...]
vp9_convolve8_horiz_dspr2.c 148 uint32_t st0, st1; local
192 "lbux %[st0], %[Temp1](%[cm]) \n\t"
207 "sb %[st0], 0(%[dst]) \n\t"
221 "lbux %[st0], %[Temp1](%[cm]) \n\t"
231 "sb %[st0], 4(%[dst]) \n\t"
245 "lbux %[st0], %[Temp3](%[cm]) \n\t"
263 "sb %[st0], 6(%[dst]) \n\t"
282 [st0] "=&r" (st0), [st1] "=&r" (st1),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86regtmod.gperf 103 st0, REG, X86_FPUREG, 0, 0
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 64 st0 => 0, st1 => 1, st2 => 2, st3 => 3,
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 59 st0 => 0, st1 => 1, st2 => 2, st3 => 3,
  /external/elfutils/tests/
run-allregs.sh 80 11: %st0 (st0), float 80 bits
152 33: %st0 (st0), float 80 bits
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 210 #define ST0 %st(0)
212 #define ST0 %st
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 210 #define ST0 %st(0)
212 #define ST0 %st
    [all...]
  /external/bison/
configure     [all...]

Completed in 654 milliseconds