HomeSort by: relevance | last modified time | path
    Searched refs:half_mode (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 108 machine_mode half_mode; local
116 half_mode = DImode;
119 half_mode = SImode;
122 half_mode = HImode;
125 half_mode = QImode;
131 byte = GET_MODE_SIZE (half_mode);
150 lo_half[num] = adjust_address (op, half_mode, 0);
151 hi_half[num] = adjust_address (op, half_mode, byte);
156 lo_half[num] = simplify_gen_subreg (half_mode, op,
160 rtx tmp = simplify_gen_subreg (half_mode, op
6670 machine_mode half_mode; local
16420 machine_mode half_mode = VOIDmode; local
16744 machine_mode half_mode = VOIDmode; local
17096 machine_mode half_mode; local
17224 machine_mode half_mode; local
22449 machine_mode half_mode; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 106 machine_mode half_mode; local
114 half_mode = DImode;
117 half_mode = SImode;
120 half_mode = HImode;
123 half_mode = QImode;
129 byte = GET_MODE_SIZE (half_mode);
148 lo_half[num] = adjust_address (op, half_mode, 0);
149 hi_half[num] = adjust_address (op, half_mode, byte);
154 lo_half[num] = simplify_gen_subreg (half_mode, op,
158 rtx tmp = simplify_gen_subreg (half_mode, op
15422 machine_mode half_mode = VOIDmode; local
15728 machine_mode half_mode = VOIDmode; local
16049 machine_mode half_mode; local
16154 machine_mode half_mode; local
21010 machine_mode half_mode; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 9980 machine_mode half_mode = VOIDmode; local
9987 half_mode = V16QImode;
9990 half_mode = V8HImode;
9993 half_mode = V4SImode;
9996 half_mode = V2DImode;
9999 half_mode = V4SFmode;
10002 half_mode = V2DFmode;
10008 if (!register_operand (low, half_mode))
10009 low = force_reg (half_mode, low);
10010 if (!register_operand (high, half_mode))
10144 machine_mode half_mode = VOIDmode; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 7447 machine_mode half_mode = (inner_mode == SFmode
7451 gen_rtx_VEC_CONCAT (half_mode,
7454 gen_rtx_VEC_CONCAT (half_mode,
7446 machine_mode half_mode = (inner_mode == SFmode local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 7009 machine_mode half_mode = (inner_mode == SFmode
7013 gen_rtx_VEC_CONCAT (half_mode,
7016 gen_rtx_VEC_CONCAT (half_mode,
7008 machine_mode half_mode = (inner_mode == SFmode local

Completed in 37 milliseconds