HomeSort by: relevance | last modified time | path
    Searched refs:vcmp (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
eqdf2vfp.S 24 vcmp.f64 d6, d7
eqsf2vfp.S 24 vcmp.f32 s14, s15
gedf2vfp.S 24 vcmp.f64 d6, d7
gesf2vfp.S 24 vcmp.f32 s14, s15
gtdf2vfp.S 24 vcmp.f64 d6, d7
gtsf2vfp.S 24 vcmp.f32 s14, s15
ledf2vfp.S 24 vcmp.f64 d6, d7
lesf2vfp.S 24 vcmp.f32 s14, s15
ltdf2vfp.S 24 vcmp.f64 d6, d7
ltsf2vfp.S 24 vcmp.f32 s14, s15
nedf2vfp.S 24 vcmp.f64 d6, d7
nesf2vfp.S 24 vcmp.f32 s14, s15
unorddf2vfp.S 24 vcmp.f64 d6, d7
unordsf2vfp.S 24 vcmp.f32 s14, s15
  /src/lib/libc_vfp/
vfpdf.S 158 vcmp.f64 d0, d1
179 vcmp.f64 d0, d1
188 vcmp.f64 d0, d1
197 vcmp.f64 d0, d1
206 vcmp.f64 d0, d1
215 vcmp.f64 d0, d1
224 vcmp.f64 d0, d1
240 vcmp.f64 d0, d1
250 vcmp.f64 d0, d1
260 vcmp.f64 d0, d
    [all...]
vfpsf.S 152 vcmp.f32 s0, s1
173 vcmp.f32 s0, s1
182 vcmp.f32 s0, s1
191 vcmp.f32 s0, s1
200 vcmp.f32 s0, s1
209 vcmp.f32 s0, s1
218 vcmp.f32 s0, s1
234 vcmp.f32 s0, s1
244 vcmp.f32 s0, s1
254 vcmp.f32 s0, s
    [all...]
  /src/lib/libc/gen/
getttyent.c 130 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' macro
148 else if (vcmp(_TTYS_WINDOW))
150 else if (vcmp(_TTYS_CLASS))
  /src/bin/ps/
keyword.c 63 static int vcmp(const void *, const void *);
372 v = bsearch(pp, var, __arraycount(var) - 1, sizeof(*var), vcmp);
413 vcmp(const void *a, const void *b) function

Completed in 48 milliseconds