Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dnds32-asm.c1600 struct nds32_asm_insn *pinsn, char **pstr, int64_t *value) in parse_re() argument
1617 if (__GF (pinsn->insn, 20, 5) > (unsigned int) k->value) in parse_re()
1629 struct nds32_asm_insn *pinsn ATTRIBUTE_UNUSED, in parse_re2()
1665 parse_fe5 (struct nds32_asm_desc *pdesc, struct nds32_asm_insn *pinsn, in parse_fe5() argument
1670 r = pdesc->parse_operand (pdesc, pinsn, pstr, value); in parse_fe5()
1683 parse_pi5 (struct nds32_asm_desc *pdesc, struct nds32_asm_insn *pinsn, in parse_pi5() argument
1688 r = pdesc->parse_operand (pdesc, pinsn, pstr, value); in parse_pi5()
1726 struct nds32_asm_insn *pinsn ATTRIBUTE_UNUSED, in parse_a30b20()
1743 struct nds32_asm_insn *pinsn ATTRIBUTE_UNUSED, in parse_rt21()
1766 struct nds32_asm_insn *pinsn ATTRIBUTE_UNUSED, in parse_rte_start()
[all …]
Di960-dis.c44 static int pinsn (bfd_vma, unsigned long, unsigned long);
95 return pinsn( memaddr, word1, word2 ); in print_insn_i960()
120 pinsn (bfd_vma memaddr, unsigned long word1, unsigned long word2) in pinsn() function
Dnds32-dis.c712 uint32_t pinsn = ((struct nds32_opcode *) p)->value; in htab_hash_eq() local
715 return (pinsn == qinsn); in htab_hash_eq()
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.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mep.c519 const struct cgen_insn *pinsn) in mep_cgen_assemble_cop_insn() argument
527 CGEN_INSN_MNEMONIC (pinsn)); in mep_cgen_assemble_cop_insn()
534 CGEN_INSN_MNEMONIC (pinsn)) == 0 in mep_cgen_assemble_cop_insn()
560 return pinsn; in mep_cgen_assemble_cop_insn()
Dtc-sparc.c1732 sparc_ip (char *str, const struct sparc_opcode **pinsn) in sparc_ip() argument
1770 *pinsn = NULL; in sparc_ip()
1774 *pinsn = insn; in sparc_ip()
Dtc-nds32.c1999 struct nds32_asm_insn *pinsn,
3940 struct nds32_asm_insn *pinsn, in nds32_asm_parse_operand() argument
3944 expressionS *pexp = pinsn->info; in nds32_asm_parse_operand()
/toolchain/binutils/binutils-2.27/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 …]
/toolchain/binutils/binutils-2.27/gold/
Dpowerpc.cc7197 unsigned char *pinsn = entry; in do_calls_non_split() local
7205 pinsn += 4; in do_calls_non_split()
7206 insn = elfcpp::Swap<32, big_endian>::readval(pinsn); in do_calls_non_split()
7215 if (insn == cmpld_7_12_0 && pinsn == entry + 12) in do_calls_non_split()
7226 pinsn = entry + 4; in do_calls_non_split()
7230 elfcpp::Swap<32, big_endian>::writeval(pinsn, insn); in do_calls_non_split()
7231 pinsn += 4; in do_calls_non_split()
7235 elfcpp::Swap<32, big_endian>::writeval(pinsn, insn); in do_calls_non_split()
7236 pinsn += 4; in do_calls_non_split()
7242 elfcpp::Swap<32, big_endian>::writeval(pinsn, insn); in do_calls_non_split()
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-sparc.c56 bfd_vma *prelocation, bfd_vma *pinsn) in init_insn_reloc() argument
89 *pinsn = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); in init_insn_reloc()
Delf32-nds32.c7584 nds32_convert_16_to_32 (bfd *abfd, uint16_t insn16, uint32_t *pinsn) in nds32_convert_16_to_32() argument
7852 if (pinsn) in nds32_convert_16_to_32()
7853 *pinsn = insn; in nds32_convert_16_to_32()
7882 turn_insn_to_sda_access (uint32_t insn, bfd_signed_vma type, uint32_t *pinsn) in turn_insn_to_sda_access() argument
7953 *pinsn = oinsn; in turn_insn_to_sda_access()
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-2015407 * gas/arm/pinsn.s: New.
408 * gas/arm/pinsn.d: Likewise.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20052602 (sparc_ip): Use as_bad for unknown opcode errors, set *pinsn
DChangeLog-96975145 (sparc_ip): Add pinsn parameter. Change caller.