Searched refs:imm_op (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-msp430.c88 #define CHECK_RELOC_MSP430 ((imm_op || byte_op)?BFD_RELOC_MSP430_16_BYTE:BFD_RELOC_MSP430_16)
89 #define CHECK_RELOC_MSP430_PCREL ((imm_op || byte_op)?BFD_RELOC_MSP430_16_PCREL_BYTE:BFD_RELOC_MSP430_16_PCREL)
488 int byte_op, imm_op; local
521 imm_op = 0;
567 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op);
595 imm_op = 0;
611 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op);
616 imm_op = 0;
643 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op);
671 imm_op
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-msp430.c261 #define CHECK_RELOC_MSP430 ((imm_op || byte_op)?BFD_RELOC_MSP430_16_BYTE:BFD_RELOC_MSP430_16)
262 #define CHECK_RELOC_MSP430_PCREL ((imm_op || byte_op)?BFD_RELOC_MSP430_16_PCREL_BYTE:BFD_RELOC_MSP430_16_PCREL)
928 char * l, int bin, int * imm_op)
946 *imm_op = 1;
1242 *imm_op = 1;
1433 int byte_op, imm_op; local
1466 imm_op = 0;
1514 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op);
1543 imm_op = 0;
1559 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op);
927 msp430_srcoperand(struct msp430_operand_s * op, char * l, int bin, int * imm_op) argument
[all...]

Completed in 125 milliseconds