Home
last modified time | relevance | path

Searched refs:realpart (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dgimplify.c3479 tree lhs, rhs, new_rhs, other, realpart, imagpart; in gimplify_modify_expr_complex_part() local
3490 realpart = code == REALPART_EXPR ? rhs : other; in gimplify_modify_expr_complex_part()
3493 if (TREE_CONSTANT (realpart) && TREE_CONSTANT (imagpart)) in gimplify_modify_expr_complex_part()
3494 new_rhs = build_complex (TREE_TYPE (lhs), realpart, imagpart); in gimplify_modify_expr_complex_part()
3496 new_rhs = build2 (COMPLEX_EXPR, TREE_TYPE (lhs), realpart, imagpart); in gimplify_modify_expr_complex_part()
H A Demit-rtl.c782 rtx realpart, imagpart; in gen_reg_rtx() local
785 realpart = gen_reg_rtx (partmode); in gen_reg_rtx()
787 return gen_rtx_CONCAT (mode, realpart, imagpart); in gen_reg_rtx()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c806 rtx realpart, imagpart; local
809 realpart = gen_reg_rtx (partmode);
811 return gen_rtx_CONCAT (mode, realpart, imagpart);
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c1286 ffecom_build_complex_constant_ (tree type, tree realpart, tree imagpart) in ffecom_build_complex_constant_() argument
1292 bothparts = build_tree_list (TYPE_FIELDS (type), realpart); in ffecom_build_complex_constant_()
1298 bothparts = build_complex (type, realpart, imagpart); in ffecom_build_complex_constant_()
H A Dintrin.def339 DEFNAME ("REALPART", "realpart", "RealPart", genNONE, specREALPART) /* GNU */