Home
last modified time | relevance | path

Searched refs:tmp_regno (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Damd64-tdep.c1104 int tmp_regno; member
1387 int arch_tmp_regno, tmp_regno; in fixup_riprel() local
1399 tmp_regno = amd64_arch_reg_to_regnum (arch_tmp_regno); in fixup_riprel()
1418 regcache_cooked_read_unsigned (regs, tmp_regno, &orig_value); in fixup_riprel()
1419 dsc->tmp_regno = tmp_regno; in fixup_riprel()
1427 regcache_cooked_write_unsigned (regs, tmp_regno, rip_base); in fixup_riprel()
1431 dsc->tmp_regno, paddress (gdbarch, dsc->tmp_save), in fixup_riprel()
1679 dsc->tmp_regno, paddress (gdbarch, dsc->tmp_save)); in amd64_displaced_step_fixup()
1680 regcache_cooked_write_unsigned (regs, dsc->tmp_regno, dsc->tmp_save); in amd64_displaced_step_fixup()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc1649 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/dist/gcc/config/rs6000/
Dvsx.md4418 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);