Searched refs:CONDA (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | sparc-opc.c | 157 #define CONDA (COND (0x8)) macro 1292 cond ("b", "ta", CONDA, F_UNBR), 1294 cond ("ba", "t", CONDA, F_UNBR|F_ALIAS), 1453 /* v9 */ movcc ("mova", CONDA, FCONDA, 0), 1524 /* v9 */ fmovcc ("a", CONDA, FCONDA, 0),
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-sparc.c | 3529 #define CONDA COND(0x8) in md_apply_fix() macro 3530 #define INSN_BPA (F2(0,1) | CONDA | BPRED | XCC) in md_apply_fix() 3531 #define INSN_BA (F2(0,2) | CONDA) in md_apply_fix()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elfxx-sparc.c | 4062 #define CONDA COND(0x8) in _bfd_sparc_elf_relocate_section() macro 4063 #define INSN_BPA (F2(0,1) | CONDA | BPRED | XCC) in _bfd_sparc_elf_relocate_section() 4064 #define INSN_BA (F2(0,2) | CONDA) in _bfd_sparc_elf_relocate_section()
|