Home
last modified time | relevance | path

Searched refs:BAL (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-i960.c87 #define BAL 0x0b000000 /* Template for 'bal' instruction */ macro
144 word = ((word + olf) & BAL_MASK) | BAL; in optcall_callback()
509 word = ((word + olf - val) & BAL_MASK) | BAL; in coff_i960_relocate_section()
Dbout.c479 #define BAL 0x0b000000 /* Template for 'bal' instruction */ macro
606 word = BAL | ((word in callj_callback()
DChangeLog-20091317 * elfxx-mips.c (JAL_TO_BAL_P): New define to transform JAL to BAL
1319 (JALR_TO_BAL_P): New define to transform JALR to BAL. It is true
DChangeLog-98995589 to keep {CALL,BAL}NAME symbols adjacent.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i960.c203 #define BAL 0x0b000000 macro
1509 && (opcode != B) && (opcode != RET) && (opcode != BAL); in ctrl_fmt()
2321 md_number_to_chars (where, BAL, 4); in reloc_callj()