| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-builtins.cc | 1597 machine_mode in_mode, out_mode; 1604 out_mode = TYPE_MODE (TREE_TYPE (type_out)); 1621 if (out_mode == SImode && in_mode == DFmode) 1638 if (out_mode == SImode && in_mode == DFmode) 1651 if (out_mode == SImode && in_mode == DFmode) 1668 if (out_mode == SImode && in_mode == DFmode) 1596 machine_mode in_mode, out_mode; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-builtins.cc | 1507 machine_mode in_mode, out_mode; 1514 out_mode = TYPE_MODE (TREE_TYPE (type_out)); 1522 if (out_mode == SFmode && in_mode == SFmode) 1536 if (out_mode == SImode && in_mode == DFmode) 1545 if (out_mode == SImode && in_mode == SFmode) 1563 if (out_mode == SImode && in_mode == DFmode) 1572 if (out_mode == SImode && in_mode == SFmode) 1586 if (out_mode == SImode && in_mode == DFmode) 1595 if (out_mode == SImode && in_mode == SFmode) 1613 if (out_mode == SImode && in_mode == DFmode 1506 machine_mode in_mode, out_mode; local [all...] |
| /src/sys/arch/arm/rockchip/ |
| rk_vop.c | 199 u_int out_mode; member in struct:rk_vop_config 263 .out_mode = DSP_OUT_MODE_RGB888, 270 .out_mode = DSP_OUT_MODE_RGBaaa, 523 val |= __SHIFTIN(sc->sc_conf->out_mode, DSP_OUT_MODE);
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-builtin.cc | 248 machine_mode in_mode, out_mode; local 263 out_mode = TYPE_MODE (TREE_TYPE (type_out)); 274 && out_mode == SFmode && out_n == 4 280 && out_mode == DFmode && out_n == 2 286 && out_mode == SFmode && out_n == 4 292 && out_mode == DFmode && out_n == 2
|
| rs6000.cc | 5584 machine_mode in_mode, out_mode; 5598 out_mode = TYPE_MODE (TREE_TYPE (type_out)); 5607 && out_mode == DFmode && out_n == 2 5611 && out_mode == SFmode && out_n == 4 5615 && out_mode == SFmode && out_n == 4 5621 && out_mode == DFmode && out_n == 2 5625 && out_mode == SFmode && out_n == 4 5629 && out_mode == SFmode && out_n == 4 5635 && out_mode == DFmode && out_n == 2 5639 && out_mode == SFmode && out_n == 5574 machine_mode in_mode, out_mode; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-builtin.cc | 251 machine_mode in_mode, out_mode; local 266 out_mode = TYPE_MODE (TREE_TYPE (type_out)); 277 && out_mode == SFmode && out_n == 4 283 && out_mode == DFmode && out_n == 2 289 && out_mode == SFmode && out_n == 4 295 && out_mode == DFmode && out_n == 2
|
| rs6000.cc | 5528 machine_mode in_mode, out_mode; 5542 out_mode = TYPE_MODE (TREE_TYPE (type_out)); 5551 && out_mode == DFmode && out_n == 2 5555 && out_mode == SFmode && out_n == 4 5559 && out_mode == SFmode && out_n == 4 5565 && out_mode == DFmode && out_n == 2 5569 && out_mode == SFmode && out_n == 4 5573 && out_mode == SFmode && out_n == 4 5579 && out_mode == DFmode && out_n == 2 5583 && out_mode == SFmode && out_n == 5518 machine_mode in_mode, out_mode; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-builtins.cc | 2647 machine_mode in_mode, out_mode; local 2653 out_mode = TYPE_MODE (type_out); 2670 (out_mode == V##C##N##Fmode && in_mode == V##C##N##Fmode) 2685 (out_mode == V##C##SImode && in_mode == V##C##N##Imode) 2702 (out_mode == V##C##N##Imode && in_mode == V##C##N##Fmode)
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch-builtins.cc | 2539 machine_mode in_mode, out_mode; local 2547 out_mode = TYPE_MODE (TREE_TYPE (type_out)); 2560 if (out_mode == DFmode && in_mode == DFmode) 2567 if (out_mode == SFmode && in_mode == SFmode) 2577 if (out_mode == DFmode && in_mode == DFmode) 2584 if (out_mode == SFmode && in_mode == SFmode) 2595 if (out_mode == DFmode && in_mode == DFmode) 2602 if (out_mode == SFmode && in_mode == SFmode) 2612 if (out_mode == DFmode && in_mode == DFmode) 2619 if (out_mode == SFmode && in_mode == SFmode [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-builtins.cc | 4036 machine_mode in_mode, out_mode; local 4048 out_mode = TYPE_MODE (TREE_TYPE (type_out)); 4064 (out_mode == SFmode && out_n == C \ 4087 (out_mode == SImode && out_n == C \ 4117 (out_mode == N##mode && out_n == C \
|