Searched refs:lo_half (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/config/ns32k/
H A Dns32k.c627 split and "num" is its length. lo_half and hi_half are output arrays
631 split_di (operands, num, lo_half, hi_half)
634 rtx lo_half[], hi_half[];
640 lo_half[num] = gen_rtx_REG (SImode, REGNO (operands[num]));
645 split_double (operands[num], &lo_half[num], &hi_half[num]);
649 lo_half[num] = operands[num];
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.c1686 split and "num" is its length. lo_half and hi_half are output arrays
1690 split_di (rtx operands[], int num, rtx lo_half[], rtx hi_half[])
1700 lo_half[num] = adjust_address (op, SImode, 0);
1705 lo_half[num] = simplify_gen_subreg (SImode, op,
1684 split_di(rtx operands[], int num, rtx lo_half[], rtx hi_half[]) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c7402 split and "num" is its length. lo_half and hi_half are output arrays
7406 split_di (operands, num, lo_half, hi_half)
7409 rtx lo_half[], hi_half[];
7419 lo_half[num] = adjust_address (op, SImode, 0);
7424 lo_half[num] = simplify_gen_subreg (SImode, op,
7436 split and "num" is its length. lo_half and hi_half are output arrays
7440 split_ti (operands, num, lo_half, hi_half)
7443 rtx lo_half[], hi_half[];
7453 lo_half[num] = adjust_address (op, DImode, 0);
7458 lo_half[nu
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Di386.c8403 split and "num" is its length. lo_half and hi_half are output arrays
8407 split_di (rtx operands[], int num, rtx lo_half[], rtx hi_half[])
8417 lo_half[num] = adjust_address (op, SImode, 0);
8422 lo_half[num] = simplify_gen_subreg (SImode, op,
8434 split and "num" is its length. lo_half and hi_half are output arrays
8438 split_ti (rtx operands[], int num, rtx lo_half[], rtx hi_half[])
8448 lo_half[num] = adjust_address (op, DImode, 0);
8453 lo_half[num] = simplify_gen_subreg (DImode, op, TImode, 0);
8384 split_di(rtx operands[], int num, rtx lo_half[], rtx hi_half[]) argument
8415 split_ti(rtx operands[], int num, rtx lo_half[], rtx hi_half[]) argument

Completed in 304 milliseconds