Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.md365 rtx lo_half[2], hi_half[2];
370 operands[2] = hi_half[0];
371 operands[3] = hi_half[1];
379 operands[4] = hi_half[0];
380 operands[5] = hi_half[1];
552 rtx lo_half[2], hi_half[2];
1394 rtx lo_half[2], hi_half[2];
1404 emit_insn (gen_ror_one (hi_half[0], hi_half[0]));
1415 rtx lo_half[2], hi_half[2];
1426 emit_insn (gen_ror_one (hi_half[0], hi_half[0]));
[all …]
H A Dbfin.c1684 split_di (rtx operands[], int num, rtx lo_half[], rtx hi_half[]) in split_di() argument
1695 hi_half[num] = adjust_address (op, SImode, 4); in split_di()
1702 hi_half[num] = simplify_gen_subreg (SImode, op, in split_di()
/openbsd/gnu/usr.bin/gcc/gcc/config/ns32k/
H A Dns32k.c628 split_di (operands, num, lo_half, hi_half) in split_di() argument
631 rtx lo_half[], hi_half[];
638 hi_half[num] = gen_rtx_REG (SImode, REGNO (operands[num]) + 1);
642 split_double (operands[num], &lo_half[num], &hi_half[num]);
647 hi_half[num] = adjust_address (operands[num], SImode, 4);
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c7384 split_di (operands, num, lo_half, hi_half) in split_di() argument
7387 rtx lo_half[], hi_half[];
7398 hi_half[num] = adjust_address (op, SImode, 4);
7405 hi_half[num] = simplify_gen_subreg (SImode, op,
7418 split_ti (operands, num, lo_half, hi_half) in split_ti() argument
7421 rtx lo_half[], hi_half[];
7432 hi_half[num] = adjust_address (op, DImode, 8);
7437 hi_half[num] = simplify_gen_subreg (DImode, op, TImode, 8);
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c8384 split_di (rtx operands[], int num, rtx lo_half[], rtx hi_half[]) in split_di() argument
8395 hi_half[num] = adjust_address (op, SImode, 4); in split_di()
8402 hi_half[num] = simplify_gen_subreg (SImode, op, in split_di()
8415 split_ti (rtx operands[], int num, rtx lo_half[], rtx hi_half[]) in split_ti() argument
8426 hi_half[num] = adjust_address (op, DImode, 8); in split_ti()
8431 hi_half[num] = simplify_gen_subreg (DImode, op, TImode, 8); in split_ti()