Home
last modified time | relevance | path

Searched refs:pinsn (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-mep.c473 const struct cgen_insn *pinsn) in mep_cgen_assemble_cop_insn() argument
481 CGEN_INSN_MNEMONIC (pinsn)); in mep_cgen_assemble_cop_insn()
488 CGEN_INSN_MNEMONIC (pinsn)) == 0 in mep_cgen_assemble_cop_insn()
514 return pinsn; in mep_cgen_assemble_cop_insn()
Dtc-sparc.c1392 sparc_ip (str, pinsn) in sparc_ip() argument
1394 const struct sparc_opcode **pinsn;
1432 *pinsn = NULL;
1436 *pinsn = insn;
/freebsd-9-stable/contrib/binutils/binutils/
DChangeLog-91974461 * Makefile.in: Remove am29k-pinsn.c, i960-pinsn.c.
4472 Makefile.in: Remove sparc-pinsn.c (now in libopcodes.a).
4498 * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.
4499 * i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c.
4623 * i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper bound properly.
4666 * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
4687 * i960-pinsn.c: Change bzero to memset.
4688 * sparc-pinsn.c: Change index to strchr.
4692 * m68k-pinsn (print_insn_arg, fetch_arg): added support for
4738 * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
[all …]
/freebsd-9-stable/contrib/gcc/
Drtlanal.c1081 find_last_value (rtx x, rtx *pinsn, rtx valid_to, int allow_hwreg) in find_last_value() argument
1085 for (p = PREV_INSN (*pinsn); p && !LABEL_P (p); in find_last_value()
1106 *pinsn = p; in find_last_value()
/freebsd-9-stable/contrib/binutils/opcodes/
DChangeLog-92973623 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
3672 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
3673 and ../gdb/m68k-pinsn.c).
3674 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
3675 and ../gdb/i386-pinsn.c).
3694 * mips-dis.c: New file, from gdb/mips-pinsn.c.
DChangeLog-98991454 * i960-dis.c (pinsn): Change type of first argument to bfd_vma.
/freebsd-9-stable/contrib/binutils/bfd/
Delfxx-sparc.c52 bfd_vma *prelocation, bfd_vma *pinsn) in init_insn_reloc() argument
85 *pinsn = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); in init_insn_reloc()
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-96975145 (sparc_ip): Add pinsn parameter. Change caller.