Searched refs:imag_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-complex.c420 get_component_var (tree var, bool imag_p) argument
422 size_t decl_index = DECL_UID (var) * 2 + imag_p;
428 imag_p ? "CI" : "CR",
429 imag_p ? "$imag" : "$real",
430 imag_p ? IMAGPART_EXPR : REALPART_EXPR);
440 get_component_ssa_name (tree ssa_name, bool imag_p) argument
446 if (lattice == (imag_p ? ONLY_REAL : ONLY_IMAG))
455 ssa_name_index = SSA_NAME_VERSION (ssa_name) * 2 + imag_p;
459 ret = get_component_var (SSA_NAME_VAR (ssa_name), imag_p);
483 set_component_ssa_name (tree ssa_name, bool imag_p, tre argument
[all...]
H A Dexpr.c2724 write_complex_part (rtx cplx, rtx val, bool imag_p)
2732 emit_move_insn (XEXP (cplx, imag_p), val);
2748 imag_p ? GET_MODE_SIZE (imode) : 0),
2767 imag_p ? GET_MODE_SIZE (imode) : 0);
2778 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, imode, val);
2785 read_complex_part (rtx cplx, bool imag_p)
2791 return XEXP (cplx, imag_p);
2803 tree part = imag_p ? TREE_IMAGPART (decl) : TREE_REALPART (decl);
2816 imag_p ? GET_MODE_SIZE (imode) : 0);
2832 imag_p
2715 write_complex_part(rtx cplx, rtx val, bool imag_p) argument
2776 read_complex_part(rtx cplx, bool imag_p) argument
[all...]

Completed in 67 milliseconds