Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 25 of 83) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dfpa-mem.s29 # condition codes
/toolchain/binutils/binutils-2.25/opcodes/
Dz8k-dis.c106 static char *codes[16] = variable
582 sprintf (tmp_str, "%s", codes[instr_data->cond_code]); in unparse_instr()
DChangeLog-2005136 codes for save/restore.
721 * arm-dis.c: Split up the comments describing the format codes, so
723 preceding them that describe all the codes, and only the codes,
726 which the codes are implemented.
DChangeLog-989973 * hppa-dis.c (print_insn_hppa): Add new codes 'cc', 'cd', 'cC',
78 * hppa-dis.c (print_insn_hppa): Implement codes "?N", "?Q".
198 (print_insn_hppa): Add completer codes 'a', 'ch', 'cH', 'cS', and 'c*'.
DChangeLog-2011240 (print_insn_sparc): Handle '4', '5', and '(' format codes.
DChangeLog-2004359 * m68k-dis.c (m68k_valid_ea): Check validity of all codes.
/toolchain/binutils/binutils-2.25/cpu/
Dsh.opc43 /* Allows reason codes to be output when assembler errors occur. */
Dlm32.opc24 /* Allows reason codes to be output when assembler errors occur. */
Dxstormy16.opc40 /* Allows reason codes to be output when assembler errors occur. */
Diq2000.opc41 /* Allows reason codes to be output when assembler errors occur. */
Depiphany.opc83 /* Allows reason codes to be output when assembler errors occur. */
Depiphany.cpu142 (dnf f-condcode "condition codes" () 7 4)
311 ; enum for trap codes used by simulator
312 (define-normal-insn-enum trap-codes "trap instruction dispatch code" () TRAP_ f-trap-num
567 (status 1) ; unified condition codes
1154 ; floating point condition codes (floating point instructions)
1828 ; floating point condition codes (floating point instructions)
2179 ;; submacros to set condition codes
Dmt.opc38 /* Allows reason codes to be output when assembler errors occur. */
Dcris.cpu460 (define-pmacro cris-swap-codes
461 "CRIS Swap codes in numeric order (no zero)"
553 cris-condition-codes)))
692 (define-pmacro cris-condition-codes
693 "CRIS condition codes in numeric order"
719 cris-condition-codes (.iota 16)))
732 (.pmacro (x y) ((.str x) y)) cris-swap-codes (.iota 15 1)))))
1062 ; We define the condition codes that hold arithmetic flags separately
1632 (dnop cc "Condition codes" () h-ccode f-dest)
1642 ; Enumerations for insn codes, for use in insn definitions
[all …]
Dip2k.opc37 /* Allows reason codes to be output when assembler errors occur. */
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-hppa.c1376 reloc_type **codes; in tc_gen_reloc() local
1405 codes = hppa_gen_reloc_type (stdoutput, in tc_gen_reloc()
1412 if (codes == NULL) in tc_gen_reloc()
1418 for (n_relocs = 0; codes[n_relocs]; n_relocs++) in tc_gen_reloc()
1434 code = *codes[0]; in tc_gen_reloc()
1494 code = *codes[i]; in tc_gen_reloc()
1514 (bfd_reloc_code_real_type) *codes[0]); in tc_gen_reloc()
1521 (bfd_reloc_code_real_type) *codes[1]); in tc_gen_reloc()
1528 (bfd_reloc_code_real_type) *codes[2]); in tc_gen_reloc()
1535 (bfd_reloc_code_real_type) *codes[3]); in tc_gen_reloc()
[all …]
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-arc.texi174 The condition codes on the ARCtangent A4 are extensible and can be
177 specify extra condition codes with any values. For example:
Dc-sparc.texi303 specification of which set of integer condition codes to
306 In V9, there are 4 sets of floating point condition codes
374 The V9 condition codes is referred to as @samp{%ccr}.
Dc-z80.texi140 condition codes and assembler directives.
/toolchain/binutils/binutils-2.25/bfd/doc/
Dbfdint.texi820 (@pxref{BFD relocation codes}). This is called via
1157 * BFD relocation codes:: BFD relocation codes
1325 @node BFD relocation codes
1326 @subsection BFD relocation codes
1348 Using both howto structures and relocation codes can be somewhat
1349 confusing. There are many processor specific relocation codes.
1355 Most of the relocation codes are not really general. The assembler can
1358 relocation codes with something simpler.
/toolchain/binutils/binutils-2.25/include/aout/
Dstab.def1 /* Table of DBX symbol codes for the GNU system.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20061079 (enum operand_parse_code): New codes OP_SHG, OP_ADDRGLDR,
1081 (parse_operands): Support for these new operand codes.
1084 (insns): Modify to use the above operand codes where group
1151 codes above.
1906 (parse_operands): Handle new codes above.
/toolchain/binutils/binutils-2.25/include/
Ddwarf2.def2 Declarations and definitions of codes relating to the DWARF2 and
DChangeLog-91031431 * remote-sim.h (SIM_RC): Add a bunch of new return codes for
2465 * stab.def: Remove the GNU extended type codes (e.g. N_SETT).
2541 * internalcoff.h: Add more F_ codes for filehdr. Add
/toolchain/binutils/binutils-2.25/libiberty/
DChangeLog2532 obstack_object_size, obstack_base): Likewise. Remove codes
5538 codes.
6101 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
6102 bumping the pointer we read from. Also prepend these codes,
6511 (demangle_args): Deal with 'n' repeat codes. Tidy.
6746 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
6755 switch elements to handle K and B codes.
6757 code to handle K and B codes.
6758 (do_type, demangle_fund_type): Handle B and K codes.
6760 (register_Btype, remember_Btype): New functions for B codes.

1234