Searched defs:f16 (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/test/Sema/
H A Dvariadic-promotion.c5 void test_floating_promotion(__fp16 *f16, float f32, double f64) { argument
6 variadic(3, *f16, f32, f64);
H A Dextern-redecl.c6 void f16(void) { function
/external/clang/test/Index/
H A Dlinkage.c17 void f16(void) { function
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_half.h56 uint16_t f16; local
68 f16 = 0x7c00;
71 f16 = 0x7e00;
82 f16 = f32.ui >> 13;
86 f16 |= sign >> 16;
88 return f16;
92 util_half_to_float(uint16_t f16) argument
103 f32.ui = (f16 & 0x7fff) << 13;
113 f32.ui |= (f16 & 0x8000) << 16;
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo.s167 // CHECK-LABEL: f16:
168 f16: label
/external/v8/test/webkit/
H A DtoString-elision-trailing-comma.js89 function f16() { function
131 testToStringAndLength("f16", 3);
/external/clang/test/CodeGen/
H A Dfunction-attributes.c92 // CHECK-LABEL: define void @f16
95 void __attribute__((force_align_arg_pointer)) f16(void) { function
H A Dtbaa-class.cpp12 uint16_t f16; member in class:StructA
20 uint16_t f16; member in class:StructB
27 uint16_t f16; member in class:StructC
34 uint16_t f16; member in class:StructD
43 uint16_t f16; member in class:StructS
73 A->f16 = 4;
97 B->a.f16 = 4;
145 S->f16 = 4;
H A Dtbaa.cpp11 uint16_t f16; member in struct:__anon1869
18 uint16_t f16; member in struct:__anon1870
24 uint16_t f16; member in struct:__anon1871
30 uint16_t f16; member in struct:__anon1872
38 uint16_t f16; member in struct:__anon1873
43 uint16_t f16; member in struct:__anon1874
67 A->f16 = 4;
91 B->a.f16 = 4;
139 S->f16 = 4;
163 S2->f16
[all...]
H A Darm-arguments.c93 // APCS-GNU-LABEL: define void @f16()
94 // AAPCS-LABEL: define arm_aapcscc void @f16()
95 void f16(struct s8 a0) {} function
H A Dstruct.c168 range f16() { function
H A Dx86_64-arguments.c86 // CHECK: define void @f16({{.*}}, float %X)
87 void f16(float a, float b, float c, float d, float e, float f, float g, float h, function
/external/llvm/test/MC/ELF/
H A Dcfi.s95 f16: label
/external/clang/test/Analysis/
H A Darray-struct.c152 void f16(struct s3 *p) { function
H A Ddead-stores.c153 int f16(int x) { function
/external/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp70 void f16(int16x8_t) {} function
H A Ddebug-info-line.cpp201 void f16(__complex float f) { function
/external/compiler-rt/test/cfi/
H A Dutils.h31 virtual void f16() {} function in class:Deriver
/external/v8/test/mjsunit/harmony/
H A Dblock-let-crankshaft.js34 f15, f16, f17, f18, f19, f20, f21, f22, f23, f24, f25, f26,
114 function f16() { function
/external/valgrind/none/tests/ppc32/
H A Dtest_dfp4.c306 _Decimal64 f16 = val2->dec_val; local
313 __asm__ __volatile__ ("dtstex 4, %0, %1" : : "f" (f14),"f" (f16));
316 __asm__ __volatile__ ("dtstex 7, %0, %1" : : "f" (f14),"f" (f16));
326 _Decimal128 f16 = val2->dec_val128; local
333 __asm__ __volatile__ ("dtstexq 4, %0, %1" : : "f" (f14),"f" (f16));
336 __asm__ __volatile__ ("dtstexq 7, %0, %1" : : "f" (f14),"f" (f16));
H A Dtest_dfp5.c98 _Decimal64 f16 = valB->dec_val; local
106 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
109 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
112 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
122 _Decimal128 f16 = valB->dec_val128; local
130 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
133 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
136 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
148 _Decimal64 f16 = valB->dec_val; local
151 __asm__ __volatile__ ("ddedpd. 0, %0, %1" : "=f" (ret) : "f" (f16));
175 _Decimal128 f16 = valB->dec_val128; local
201 _Decimal64 f16 = valB->dec_val; local
222 _Decimal128 f16 = valB->dec_val128; local
[all...]
/external/valgrind/none/tests/ppc64/
H A Dtest_dfp4.c306 _Decimal64 f16 = val2->dec_val; local
313 __asm__ __volatile__ ("dtstex 4, %0, %1" : : "f" (f14),"f" (f16));
316 __asm__ __volatile__ ("dtstex 7, %0, %1" : : "f" (f14),"f" (f16));
326 _Decimal128 f16 = val2->dec_val128; local
333 __asm__ __volatile__ ("dtstexq 4, %0, %1" : : "f" (f14),"f" (f16));
336 __asm__ __volatile__ ("dtstexq 7, %0, %1" : : "f" (f14),"f" (f16));
H A Dtest_dfp5.c98 _Decimal64 f16 = valB->dec_val; local
106 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
109 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
112 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
122 _Decimal128 f16 = valB->dec_val128; local
130 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
133 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
136 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
148 _Decimal64 f16 = valB->dec_val; local
151 __asm__ __volatile__ ("ddedpd. 0, %0, %1" : "=f" (ret) : "f" (f16));
175 _Decimal128 f16 = valB->dec_val128; local
201 _Decimal64 f16 = valB->dec_val; local
222 _Decimal128 f16 = valB->dec_val128; local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h49 f16 = 7, // This is a 16 bit floating point value enumerator in enum:llvm::MVT::SimpleValueType
56 FIRST_FP_VALUETYPE = f16,
93 v2f16 = 42, // 2 x f16
94 v4f16 = 43, // 4 x f16
95 v8f16 = 44, // 8 x f16
315 case v8f16: return f16;
399 case f16:
491 return MVT::f16;
565 case MVT::f16:
/external/v8/src/mips/
H A Dsimulator-mips.h145 f16, f17, f18, f19, f20, f21, f22, f23, f24, f25, enumerator in enum:v8::internal::Simulator::FPURegister

Completed in 489 milliseconds

12