Searched refs:tmp_regno (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 1626 ix86_init_large_pic_reg (unsigned int tmp_regno) in ix86_init_large_pic_reg() argument 1635 tmp_reg = gen_rtx_REG (Pmode, tmp_regno); in ix86_init_large_pic_reg() 1636 gcc_assert (REGNO (pic_offset_table_rtx) != tmp_regno); in ix86_init_large_pic_reg() 20146 unsigned int tmp_regno; in x86_output_mi_thunk() local 20150 tmp_regno = R10_REG; in x86_output_mi_thunk() 20155 tmp_regno = AX_REG; in x86_output_mi_thunk() 20157 tmp_regno = DX_REG; in x86_output_mi_thunk() 20159 tmp_regno = CX_REG; in x86_output_mi_thunk() 20191 tmp = gen_rtx_REG (Pmode, tmp_regno); in x86_output_mi_thunk() 20205 tmp = gen_rtx_REG (Pmode, tmp_regno); in x86_output_mi_thunk() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 1649 ix86_init_large_pic_reg (unsigned int tmp_regno) in ix86_init_large_pic_reg() argument 1658 tmp_reg = gen_rtx_REG (Pmode, tmp_regno); in ix86_init_large_pic_reg() 1659 gcc_assert (REGNO (pic_offset_table_rtx) != tmp_regno); in ix86_init_large_pic_reg() 21231 unsigned int tmp_regno; in x86_output_mi_thunk() local 21236 tmp_regno = R10_REG; in x86_output_mi_thunk() 21241 tmp_regno = AX_REG; in x86_output_mi_thunk() 21243 tmp_regno = DX_REG; in x86_output_mi_thunk() 21245 tmp_regno = CX_REG; in x86_output_mi_thunk() 21280 tmp = gen_rtx_REG (Pmode, tmp_regno); in x86_output_mi_thunk() 21294 tmp = gen_rtx_REG (Pmode, tmp_regno); in x86_output_mi_thunk() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | vsx.md | 3975 unsigned int tmp_regno = reg_or_subregno (operands[4]); 3977 operands[5] = gen_rtx_REG (V4SFmode, tmp_regno); 3978 operands[6] = gen_rtx_REG (V4SImode, tmp_regno);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | vsx.md | 4418 unsigned int tmp_regno = reg_or_subregno (operands[4]); 4420 operands[5] = gen_rtx_REG (V4SFmode, tmp_regno); 4421 operands[6] = gen_rtx_REG (V4SImode, tmp_regno);
|