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

/freebsd-10-stable/contrib/gcc/config/mips/
H A Dmips.h2351 OPCODE is the opcode's mnemonic and OPERANDS is the asm template for
2353 #define MIPS_BRANCH(OPCODE, OPERANDS) \
2354 "%*" OPCODE "%?\t" OPERANDS "%/"
2357 ("j" or "jal"), OPERANDS are its operands, and OPNO is the operand number
2365 #define MIPS_CALL(INSN, OPERANDS, OPNO) \
2368 : REG_P (OPERANDS[OPNO]) \
/freebsd-10-stable/contrib/binutils/opcodes/
H A Darc-opc.c29 #define OPERANDS 3 macro
31 enum operand ls_operand[OPERANDS];
1666 for(i = 0; i < OPERANDS; i++)

Completed in 76 milliseconds