Searched refs:BIN (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | sanity.sh | 29 "") BIN=. ;; 30 *) BIN="$1" ;; 35 ${BIN}/size ${BIN}/$i > /dev/null 40 ${BIN}/objdump -ahifdrtxsl ${BIN}/$i > /dev/null 45 ${BIN}/nm ${BIN}/$i > /dev/null 52 cp ${BIN}/strip ${TMPDIR}/strip 55 cp ${BIN}/$i ${TMPDIR}/$i 56 ${BIN}/strip ${TMPDIR}/$i 57 cp ${BIN}/$i ${TMPDIR}/$i
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | avr-dis.c | 39 #define AVR_INSN(NAME, CONSTR, OPCODE, SIZE, ISA, BIN) \ argument 40 {#NAME, CONSTR, OPCODE, SIZE, ISA, BIN},
|
D | crx-dis.c | 367 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits)) in match_opcode()
|
D | cr16-dis.c | 336 if ((doubleWord & mask) == BIN (instruction->match, in cr16_match_opcode()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | crx.h | 400 #define BIN(OPC,SHIFT) (OPC << SHIFT) macro
|
D | cr16.h | 414 #define BIN(OPC,SHIFT) (OPC << SHIFT) macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-crx.c | 1485 output_opcode[0] = BIN (instruction->match, instruction->match_bits); in assemble_insn() 1635 output_opcode[0] = BIN (instruction->match, instruction->match_bits); in assemble_insn()
|
D | tc-avr.c | 40 #define AVR_INSN(NAME, CONSTR, OPCODE, SIZE, ISA, BIN) \ argument 41 {#NAME, CONSTR, OPCODE, SIZE, ISA, BIN},
|
D | tc-cr16.c | 2236 output_opcode[0] = BIN (instruction->match, instruction->match_bits); in assemble_insn() 2380 output_opcode[0] = BIN (instruction->match, instruction->match_bits); in assemble_insn()
|