Home | History | Annotate | Download | only in opcodes

Lines Matching defs:code

83 print_operand (bfd_vma *memaddr, int code, disassemble_info *info)
85 int mode = (code >> 3) & 7;
86 int reg = code & 7;
155 if (!(code & JUMP))
175 print_foperand (bfd_vma *memaddr, int code, disassemble_info *info)
177 int mode = (code >> 3) & 7;
178 int reg = code & 7;
183 return print_operand (memaddr, code, info);
334 int code = opcode & 0xff;
337 FPRINTF (F, "%o", code);
342 int code = opcode & 0x3f;
345 FPRINTF (F, "%o", code);
350 int code = opcode & 7;
353 FPRINTF (F, "%o", code);