| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-string.cc | 2761 int num_reg = 0; in expand_block_move() local 2896 if (might_overlap && num_reg + 1 >= MAX_MOVE_REG in expand_block_move() 2911 loads[num_reg] = (*gen_func.movlen) (tmp_reg, src, move_bytes); in expand_block_move() 2912 stores[num_reg++] = (*gen_func.movlen) (dest, tmp_reg, move_bytes); in expand_block_move() 2916 loads[num_reg] = (*gen_func.mov) (tmp_reg, src); in expand_block_move() 2917 stores[num_reg++] = (*gen_func.mov) (dest, tmp_reg); in expand_block_move() 2921 if (num_reg >= MAX_MOVE_REG || bytes == move_bytes) in expand_block_move() 2924 for (i = 0; i < num_reg; i++) in expand_block_move() 2926 for (i = 0; i < num_reg; i++) in expand_block_move() 2928 num_reg = 0; in expand_block_move()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | nds32-md-auxiliary.cc | 2597 int num_reg; in nds32_expand_unaligned_load() local 2633 for (num_reg = (mode == DImode) ? 2 : 1; num_reg > 0; num_reg--) in nds32_expand_unaligned_load() 2690 int num_reg; in nds32_expand_unaligned_store() local 2723 for (num_reg = (mode == DImode) ? 2 : 1; num_reg > 0; num_reg--) in nds32_expand_unaligned_store()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-string.c | 2735 int num_reg = 0; in expand_block_move() local 2830 loads[num_reg] = (*gen_func.mov) (tmp_reg, src); in expand_block_move() 2831 stores[num_reg++] = (*gen_func.mov) (dest, tmp_reg); in expand_block_move() 2835 if (might_overlap && num_reg >= MAX_MOVE_REG in expand_block_move() 2840 if (num_reg >= MAX_MOVE_REG || bytes == move_bytes) in expand_block_move() 2843 for (i = 0; i < num_reg; i++) in expand_block_move() 2845 for (i = 0; i < num_reg; i++) in expand_block_move() 2847 num_reg = 0; in expand_block_move()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | nds32-md-auxiliary.c | 2597 int num_reg; in nds32_expand_unaligned_load() local 2633 for (num_reg = (mode == DImode) ? 2 : 1; num_reg > 0; num_reg--) in nds32_expand_unaligned_load() 2690 int num_reg; in nds32_expand_unaligned_store() local 2723 for (num_reg = (mode == DImode) ? 2 : 1; num_reg > 0; num_reg--) in nds32_expand_unaligned_store()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_device.c | 279 rdev->scratch.num_reg = 5; in radeon_scratch_init() 281 rdev->scratch.num_reg = 7; in radeon_scratch_init() 284 for (i = 0; i < rdev->scratch.num_reg; i++) { in radeon_scratch_init() 303 for (i = 0; i < rdev->scratch.num_reg; i++) { in radeon_scratch_get() 325 for (i = 0; i < rdev->scratch.num_reg; i++) { in radeon_scratch_free()
|
| H A D | radeon_r600.c | 2847 rdev->scratch.num_reg = 7; in r600_scratch_init() 2849 for (i = 0; i < rdev->scratch.num_reg; i++) { in r600_scratch_init()
|
| H A D | radeon_si.c | 3373 rdev->scratch.num_reg = 7; in si_scratch_init() 3375 for (i = 0; i < rdev->scratch.num_reg; i++) { in si_scratch_init()
|
| H A D | radeon.h | 742 unsigned num_reg; member
|
| H A D | radeon_cik.c | 3453 rdev->scratch.num_reg = 7; in cik_scratch_init() 3455 for (i = 0; i < rdev->scratch.num_reg; i++) { in cik_scratch_init()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_gfx.h | 106 unsigned num_reg; member
|
| H A D | amdgpu_gfx.c | 118 if (i != 0 && i <= adev->gfx.scratch.num_reg) { in amdgpu_gfx_scratch_get()
|
| H A D | amdgpu_gfx_v6_0.c | 1789 adev->gfx.scratch.num_reg = 8; in gfx_v6_0_scratch_init() 1791 adev->gfx.scratch.free_mask = (1u << adev->gfx.scratch.num_reg) - 1; in gfx_v6_0_scratch_init()
|
| H A D | amdgpu_gfx_v7_0.c | 2079 adev->gfx.scratch.num_reg = 8; in gfx_v7_0_scratch_init() 2081 adev->gfx.scratch.free_mask = (1u << adev->gfx.scratch.num_reg) - 1; in gfx_v7_0_scratch_init()
|
| H A D | amdgpu_gfx_v10_0.c | 420 adev->gfx.scratch.num_reg = 8; in gfx_v10_0_scratch_init() 422 adev->gfx.scratch.free_mask = (1u << adev->gfx.scratch.num_reg) - 1; in gfx_v10_0_scratch_init()
|
| H A D | amdgpu_gfx_v8_0.c | 839 adev->gfx.scratch.num_reg = 8; in gfx_v8_0_scratch_init() 841 adev->gfx.scratch.free_mask = (1u << adev->gfx.scratch.num_reg) - 1; in gfx_v8_0_scratch_init()
|
| H A D | amdgpu_gfx_v9_0.c | 940 adev->gfx.scratch.num_reg = 8; in gfx_v9_0_scratch_init() 942 adev->gfx.scratch.free_mask = (1u << adev->gfx.scratch.num_reg) - 1; in gfx_v9_0_scratch_init()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
| H A D | frv.c | 2197 int num_reg; in frv_expand_block_move() local 2232 num_reg = offset = 0; in frv_expand_block_move() 2261 stores[num_reg++] = gen_rtx_SET (dest_mem, tmp_reg); in frv_expand_block_move() 2263 if (num_reg >= MAX_MOVE_REG) in frv_expand_block_move() 2265 for (i = 0; i < num_reg; i++) in frv_expand_block_move() 2267 num_reg = 0; in frv_expand_block_move() 2271 for (i = 0; i < num_reg; i++) in frv_expand_block_move()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
| H A D | frv.cc | 2186 int num_reg; in frv_expand_block_move() local 2221 num_reg = offset = 0; in frv_expand_block_move() 2250 stores[num_reg++] = gen_rtx_SET (dest_mem, tmp_reg); in frv_expand_block_move() 2252 if (num_reg >= MAX_MOVE_REG) in frv_expand_block_move() 2254 for (i = 0; i < num_reg; i++) in frv_expand_block_move() 2256 num_reg = 0; in frv_expand_block_move() 2260 for (i = 0; i < num_reg; i++) in frv_expand_block_move()
|