HomeSort by relevance Sort by last modified time
    Searched refs:cvt (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/llvm/test/MC/Mips/mips5/
valid.s 37 cvt.d.l $f4,$f16
38 cvt.d.s $f22,$f28
39 cvt.d.w $f26,$f11
40 cvt.l.d $f24,$f15
41 cvt.l.s $f11,$f29
42 cvt.s.d $f26,$f8
43 cvt.s.l $f15,$f30
44 cvt.s.w $f22,$f15
45 cvt.w.d $f20,$f14
46 cvt.w.s $f20,$f2
    [all...]
  /external/llvm/test/MC/Mips/mips64/
valid.s 39 cvt.d.l $f4,$f16
40 cvt.d.s $f22,$f28
41 cvt.d.w $f26,$f11
42 cvt.l.d $f24,$f15
43 cvt.l.s $f11,$f29
44 cvt.s.d $f26,$f8
45 cvt.s.l $f15,$f30
46 cvt.s.w $f22,$f15
47 cvt.w.d $f20,$f14
48 cvt.w.s $f20,$f2
    [all...]
  /external/valgrind/main/none/tests/arm/
vfpv4_fma.c 14 } cvt; local
15 cvt.f = x;
16 return cvt.u;
23 } cvt; local
24 cvt.f = x;
25 return cvt.u[0];
32 } cvt; local
33 cvt.f = x;
34 return cvt.u[1];
  /external/llvm/test/MC/Mips/mips1/
invalid-mips5-wrong-error.s 28 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
29 cvt.s.pl $f30,$f1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
invalid-mips3.s 14 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips2/
invalid-mips5-wrong-error.s 28 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
29 cvt.s.pl $f30,$f1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
invalid-mips3.s 10 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
valid.s 32 cvt.d.s $f22,$f28
33 cvt.d.w $f26,$f11
34 cvt.s.d $f26,$f8
35 cvt.s.w $f22,$f15
36 cvt.w.d $f20,$f14
37 cvt.w.s $f20,$f24
  /external/llvm/test/MC/Mips/mips3/
invalid-mips5-wrong-error.s 28 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
29 cvt.s.pl $f30,$f1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
  /external/llvm/test/MC/Mips/mips4/
invalid-mips5-wrong-error.s 28 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
29 cvt.s.pl $f30,$f1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
yuv.rs 84 uchar4 __attribute__((kernel)) cvt(uint32_t x, uint32_t y) {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
tag.cc 35 const int32_t Tag::cvt = TAG('c', 'v', 't', ' '); member in class:sfntly::Tag
98 Tag::cvt,
tag.h 43 static const int32_t cvt; member in struct:sfntly::Tag
  /external/sfntly/cpp/src/sfntly/
tag.cc 35 const int32_t Tag::cvt = TAG('c', 'v', 't', ' '); member in class:sfntly::Tag
98 Tag::cvt,
tag.h 43 static const int32_t cvt; member in struct:sfntly::Tag
  /external/chromium_org/third_party/skia/src/opts/
SkTextureCompression_opts_neon.cpp 134 const uint64x2_t cvt = vreinterpretq_u64_u8(x); local
135 const uint64_t l1 = vgetq_lane_u64(cvt, 0);
136 return (l1 == 0) && (l1 == vgetq_lane_u64(cvt, 1));
  /external/llvm/test/MC/Mips/mips32/
valid.s 37 cvt.d.s $f22,$f28
38 cvt.d.w $f26,$f11
39 cvt.s.d $f26,$f8
40 cvt.s.w $f22,$f15
41 cvt.w.d $f20,$f14
42 cvt.w.s $f20,$f24
invalid-mips32r2.s 8 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips64r2/
valid.s 39 cvt.d.l $f4,$f16
40 cvt.d.s $f22,$f28
41 cvt.d.w $f26,$f11
42 cvt.l.d $f24,$f15
43 cvt.l.s $f11,$f29
44 cvt.s.d $f26,$f8
45 cvt.s.l $f15,$f30
46 cvt.s.w $f22,$f15
47 cvt.w.d $f20,$f14
48 cvt.w.s $f20,$f2
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttpload.c 290 FT_TRACE2(( "CVT " ));
298 face->cvt = NULL;
306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
313 FT_Short* cur = face->cvt;
411 /* Load the cvt program. */
ttgxvar.c 209 /* cvt table, it will only be called once.) */
    [all...]
  /external/freetype/src/truetype/
ttpload.c 290 FT_TRACE2(( "CVT " ));
298 face->cvt = NULL;
306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
313 FT_Short* cur = face->cvt;
411 /* Load the cvt program. */
ttgxvar.c 209 /* cvt table, it will only be called once.) */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttpload.c 292 FT_TRACE2(( "CVT " ));
300 face->cvt = NULL;
308 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
315 FT_Short* cur = face->cvt;
413 /* Load the cvt program. */
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips5-wrong-error.s 31 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
32 cvt.ps.pw $f3,$f18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction

Completed in 789 milliseconds

12 3 4 5