Searched refs:realpart (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | gimplify.c | 3479 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 D | emit-rtl.c | 782 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 D | emit-rtl.c | 806 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 D | com.c | 1286 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 D | intrin.def | 339 DEFNAME ("REALPART", "realpart", "RealPart", genNONE, specREALPART) /* GNU */
|