Searched refs:cplx (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dendianity.c26 __complex__ float cplx; member in struct:otherendian
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dendianity.c26 __complex__ float cplx; member in struct:otherendian
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c3248 write_complex_part (rtx cplx, rtx val, bool imag_p)
3254 if (GET_CODE (cplx) == CONCAT)
3256 emit_move_insn (XEXP (cplx, imag_p), val);
3260 cmode = GET_MODE (cplx);
3269 if (MEM_P (cplx))
3271 emit_move_insn (adjust_address_nv (cplx, imode,
3286 || (REG_P (cplx)
3287 && REGNO (cplx) < FIRST_PSEUDO_REGISTER
3288 && REG_NREGS (cplx) % 2 == 0))
3290 rtx part = simplify_gen_subreg (imode, cplx, cmod
3239 write_complex_part(rtx cplx, rtx val, bool imag_p) argument
3301 read_complex_part(rtx cplx, bool imag_p) argument
[all...]
H A Domp-low.c9818 cplx = .MUL_OVERFLOW (thread_nump1, twok);
9819 mul = REALPART_EXPR <cplx>;
9820 ovf = IMAGPART_EXPR <cplx>;
10432 tree cplx = create_tmp_var (build_complex_type (unsigned_type_node, false));
10433 DECL_GIMPLE_REG_P (cplx) = 1;
10435 gimple_call_set_lhs (g, cplx);
10439 build1 (REALPART_EXPR, unsigned_type_node, cplx));
10443 build1 (IMAGPART_EXPR, unsigned_type_node, cplx));
10430 tree cplx = create_tmp_var (build_complex_type (unsigned_type_node, false)); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc3444 write_complex_part (rtx cplx, rtx val, bool imag_p)
3450 if (GET_CODE (cplx) == CONCAT)
3452 emit_move_insn (XEXP (cplx, imag_p), val);
3456 cmode = GET_MODE (cplx);
3465 if (MEM_P (cplx))
3467 emit_move_insn (adjust_address_nv (cplx, imode,
3482 || (REG_P (cplx)
3483 && REGNO (cplx) < FIRST_PSEUDO_REGISTER
3484 && REG_NREGS (cplx) % 2 == 0))
3486 rtx part = simplify_gen_subreg (imode, cplx, cmod
3435 write_complex_part(rtx cplx, rtx val, bool imag_p) argument
[all...]
H A Domp-low.cc10856 cplx = .MUL_OVERFLOW (thread_nump1, twok);
10857 mul = REALPART_EXPR <cplx>;
10858 ovf = IMAGPART_EXPR <cplx>;
11470 tree cplx = create_tmp_var (build_complex_type (unsigned_type_node, false));
11472 gimple_call_set_lhs (g, cplx);
11476 build1 (REALPART_EXPR, unsigned_type_node, cplx));
11480 build1 (IMAGPART_EXPR, unsigned_type_node, cplx));

Completed in 204 milliseconds