Home
last modified time | relevance | path

Searched refs:fp1 (Results 1 – 24 of 24) sorted by relevance

/external/qemu/target-mips/
Dtranslate.c6020 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
6023 gen_load_fpr32(fp1, ft); in gen_farith()
6024 gen_helper_float_add_s(fp0, fp0, fp1); in gen_farith()
6025 tcg_temp_free_i32(fp1); in gen_farith()
6035 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
6038 gen_load_fpr32(fp1, ft); in gen_farith()
6039 gen_helper_float_sub_s(fp0, fp0, fp1); in gen_farith()
6040 tcg_temp_free_i32(fp1); in gen_farith()
6050 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
6053 gen_load_fpr32(fp1, ft); in gen_farith()
[all …]
/external/clang/test/CXX/over/over.over/
Dp4.cpp8 int (*fp1)(int) = &f0; in test_f0() local
19 float (*fp1)(float) = f0; in test_f0_2() local
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp6.cpp4 int (*fp1)(int) = [](int x) { return x + 1; }; in test_conversion() local
15 int (*fp1)(int) = [=](int x) { return x + 1; }; // expected-error{{no viable conversion}} in test_no_conversion() local
/external/clang/test/CodeGenCXX/
Dconvert-to-fptr.cpp13 typedef int (*fp1)(int); typedef
18 operator fp1() { return f1; } in operator fp1()
/external/llvm/test/CodeGen/PowerPC/
D2006-08-11-RetVector.ll4 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) {
5 …%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 …
/external/llvm/test/CodeGen/X86/
Dvec_shuffle-20.ll3 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) nounwind {
5 …shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 > ; <<4 …
/external/clang/test/SemaCXX/
Dattr-noreturn.cpp28 void (*fp1)() __attribute__((noreturn)) = f0; in test_f0a() local
36 void (*fp1)() __attribute__((noreturn)) = f0; in test_f0b() local
Dconst-cast.cpp58 f fp1 = 0; in bad_const_cast_test() local
60 …f fp2 = const_cast<f>(fp1); // expected-error {{const_cast to 'f' (aka 'int (*)(int)'), which is n… in bad_const_cast_test()
Doverload-call.cpp19 float* fp1 = g(iv, iv, 0); in test_g() local
136 float* fp1 = multiparm(iv, iv, iv); in test_multiparm() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp32 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_simple() local
41 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_extension() local
/external/clang/test/Misc/
Dmessage-length.c14 int (*fp1)(int, float, short, float) = f; in g() local
/external/clang/test/PCH/
Dnamespaces.cpp15 N2::t1 *fp1 = &float_val; variable
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
Dp2.cpp36 int (*fp1)(int, __typeof__(e2)) = f1; // expected-warning{{template argument uses unnamed type}} in f() local
/external/clang/test/SemaTemplate/
Dinstantiate-function-params.cpp51 FuncPtr<R, A1, &unary_func<R, A1> > fp1; in use_func_ptr() local
Dmember-template-access-expr.cpp62 float *fp1 = x1.f1<>(17); in test_X1() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp1-0x.cpp67 float *fp1 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/external/qemu/
Dkqemu.c407 struct fpstate fp1, *fp = &fp1; in restore_native_fp_frstor() local
433 struct fpstate fp1, *fp = &fp1; in save_native_fp_fsave() local
/external/chromium/net/server/
Dhttp_server.cc80 uint32 fp1 = WebSocketKeyFingerprint(key1); in AcceptWebSocket() local
84 memcpy(data, &fp1, 4); in AcceptWebSocket()
/external/clang/test/CodeGen/
Datomic-ops.c130 int* fp1(_Atomic(int*) *p) { in fp1() function
/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp647 void PlatformPath::addArcTo(const FloatPoint& fp1, const FloatPoint& fp2, float radius) in addArcTo() argument
651 p1 = fp1; in addArcTo()
DGraphicsContextWinCE.cpp1429 FloatPoint fp1 = m_data->mapPoint(gradient->p1()); in fillRect() local
1431 IntPoint p1(stableRound(fp1.x()), stableRound(fp1.y())); in fillRect()
/external/icu4c/test/intltest/
Dnumrgts.cpp289 FieldPosition fp1(0); in Test4088161() local
293 logln(" format(d) = '" + df->format(d, sBuf1, fp1) + "'"); in Test4088161()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.td158 def FP1 : Register<"fp1">;
/external/bison/
DOChangeLog303 * src/conflicts.c (print_reductions): Increment both fp1 and fp2