Home | History | Annotate | Download | only in opcodes

Lines Matching defs:opcode

27 #include "opcode/moxie.h"
48 const moxie_opc_info_t * opcode;
64 /* Extract the Form 1 opcode. */
65 opcode = &moxie_form1_opc_info[iword >> 8];
66 switch (opcode->itype)
69 fpr (stream, "%s", opcode->name);
72 fpr (stream, "%s\t%s", opcode->name,
76 fpr (stream, "%s\t%s, %s", opcode->name,
89 fpr (stream, "%s\t%s, 0x%x", opcode->name,
103 fpr (stream, "%s\t0x%x", opcode->name, imm);
116 fpr (stream, "%s\t", opcode->name);
122 fpr (stream, "%s\t(%s), %s", opcode->name,
126 fpr (stream, "%s\t%s, (%s)", opcode->name,
139 opcode->name, imm, reg_names[OP_A(iword)]);
152 fpr (stream, "%s\t0x%x(%s), %s", opcode->name,
169 opcode->name,
185 /* Extract the Form 2 opcode. */
186 opcode = &moxie_form2_opc_info[(iword >> 12) & 3];
187 switch (opcode->itype)
191 opcode->name,
196 fpr (stream, "%s", opcode->name);
207 /* Extract the Form 3 opcode. */
208 opcode = &moxie_form3_opc_info[(iword >> 10) & 15];
209 switch (opcode->itype)
212 fpr (stream, "%s\t", opcode->name);