| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | Makefile | 43 ${OBJDIR}./aicasm -I/sys ${SEQFLAGS} -r tempreg.h -o tempseq.h ${.CURDIR}/aic7xxx.seq 45 grep OpenBSD: ${.CURDIR}/aic7xxx.reg | cat - tempreg.h > aic7xxx_reg.h 51 rm -f tempseq.h tempreg.h 54 ${OBJDIR}./aicasm -I/sys ${SEQFLAGS} -r tempreg.h -o tempseq.h ${.CURDIR}/aic79xx.seq 56 grep OpenBSD: ${.CURDIR}/aic79xx.reg | cat - tempreg.h > aic79xx_reg.h 62 rm -f tempseq.h tempreg.h
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-mips.c | 4481 int tempreg; in macro() local 5220 tempreg = AT; in macro() 5225 tempreg = treg; in macro() 5252 tempreg = treg; in macro() 5255 tempreg, BFD_RELOC_PCREL_HI16_S); in macro() 5260 tempreg, BFD_RELOC_PCREL_HI16_S); in macro() 5263 "d,v,t", tempreg, tempreg, breg); in macro() 5267 "t,r,j", treg, tempreg, BFD_RELOC_PCREL_LO16); in macro() 5281 load_register (tempreg, &offset_expr, in macro() 5321 tempreg, BFD_RELOC_MIPS_HIGHEST); in macro() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-mips.c | 4489 int tempreg; in macro() local 5238 tempreg = AT; in macro() 5243 tempreg = treg; in macro() 5254 load_register (tempreg, &offset_expr, HAVE_64BIT_ADDRESSES); in macro() 5291 tempreg, mips_gp_register, BFD_RELOC_GPREL16); in macro() 5298 tempreg, BFD_RELOC_MIPS_HIGHEST); in macro() 5302 tempreg, tempreg, BFD_RELOC_MIPS_HIGHER); in macro() 5305 macro_build (NULL, "dsll32", "d,w,<", tempreg, tempreg, 0); in macro() 5306 macro_build (NULL, "daddu", "d,v,t", tempreg, tempreg, AT); in macro() 5312 tempreg, BFD_RELOC_MIPS_HIGHEST); in macro() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | function.c | 2704 rtx tempreg = gen_reg_rtx (GET_MODE (data->entry_parm)); in assign_parm_setup_reg() local 2706 emit_move_insn (tempreg, validize_mem (data->entry_parm)); in assign_parm_setup_reg() 2709 tempreg = convert_to_mode (data->nominal_mode, tempreg, unsignedp); in assign_parm_setup_reg() 2711 if (GET_CODE (tempreg) == SUBREG in assign_parm_setup_reg() 2712 && GET_MODE (tempreg) == data->nominal_mode in assign_parm_setup_reg() 2713 && REG_P (SUBREG_REG (tempreg)) in assign_parm_setup_reg() 2715 && GET_MODE (SUBREG_REG (tempreg)) == GET_MODE (data->entry_parm) in assign_parm_setup_reg() 2716 && GET_MODE_SIZE (GET_MODE (tempreg)) in assign_parm_setup_reg() 2721 SUBREG_PROMOTED_VAR_P (tempreg) = 1; in assign_parm_setup_reg() 2722 SUBREG_PROMOTED_UNSIGNED_SET (tempreg, unsignedp); in assign_parm_setup_reg() [all …]
|
| H A D | expmed.c | 659 rtx tempreg; in store_bit_field() local 690 tempreg = copy_to_reg (op0); in store_bit_field() 691 store_bit_field (tempreg, bitsize, bitpos, fieldmode, orig_value); in store_bit_field() 692 emit_move_insn (op0, tempreg); in store_bit_field()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | function.c | 4871 rtx tempreg = gen_reg_rtx (GET_MODE (entry_parm)); local 4873 emit_move_insn (tempreg, validize_mem (entry_parm)); 4876 tempreg = convert_to_mode (nominal_mode, tempreg, unsignedp); 4878 if (GET_CODE (tempreg) == SUBREG 4879 && GET_MODE (tempreg) == nominal_mode 4880 && GET_CODE (SUBREG_REG (tempreg)) == REG 4882 && GET_MODE (SUBREG_REG (tempreg)) == GET_MODE (entry_parm) 4883 && GET_MODE_SIZE (GET_MODE (tempreg)) 4888 SUBREG_PROMOTED_VAR_P (tempreg) = 1; 4889 SUBREG_PROMOTED_UNSIGNED_SET (tempreg, unsignedp); [all …]
|
| H A D | expmed.c | 572 rtx tempreg; local 602 tempreg = copy_to_reg (op0); 603 store_bit_field (tempreg, bitsize, bitpos, fieldmode, orig_value, 605 emit_move_insn (op0, tempreg);
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-0203 | 1943 * config/tc-mips.c (macro): Don't use uninitialized tempreg.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-0203 | 1943 * config/tc-mips.c (macro): Don't use uninitialized tempreg.
|