Searched refs:CONDA (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | sparc-opc.c | 121 #define CONDA (COND (0x8)) macro 1180 cond ("b", "ta", CONDA, F_UNBR), 1182 cond ("ba", "t", CONDA, F_UNBR|F_ALIAS), 1341 /* v9 */ movcc ("mova", CONDA, FCONDA, 0), 1412 /* v9 */ fmovcc ("a", CONDA, FCONDA, 0),
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-sparc.c | 3407 #define CONDA COND(0x8) in md_apply_fix() macro 3408 #define INSN_BPA (F2(0,1) | CONDA | BPRED | XCC) in md_apply_fix() 3409 #define INSN_BA (F2(0,2) | CONDA) in md_apply_fix()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-sparc.c | 4055 #define CONDA COND(0x8) in _bfd_sparc_elf_relocate_section() macro 4056 #define INSN_BPA (F2(0,1) | CONDA | BPRED | XCC) in _bfd_sparc_elf_relocate_section() 4057 #define INSN_BA (F2(0,2) | CONDA) in _bfd_sparc_elf_relocate_section()
|