Lines Matching refs:OPCODE
28 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
29 { MACFORMAT, (OPCODE) << (32-11), MNEMONIC, ASMFORMAT },
30 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
31 { MACFORMAT, ((OPCODE) << (32-11)) | ((FB) << (32-18)), MNEMONIC, ASMFORMAT },
32 #include "opcode/spu-insns.h"
44 unsigned int opcode;
314 insn.opcode = format->opcode;
353 && (insn.opcode & 0x7ff80) == 0
358 insn.opcode |= brinfo << 7;
360 /* grow the current frag and plop in the opcode */
363 md_number_to_chars (thisfrag, insn.opcode, 4);
573 insn->opcode |= regno << arg_encode[arg].pos;
592 insn->opcode |= ex.X_add_number << arg_encode[arg].pos;
701 insn->opcode |= ((val >> 2) & 0x7f);
703 insn->opcode |= (((val >> arg_encode[arg].rshift)