HomeSort by relevance Sort by last modified time
    Searched refs:insn_word (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
metag-dis.c 324 print_none (unsigned int insn_word ATTRIBUTE_UNUSED,
335 print_mov_u2u (unsigned int insn_word, bfd_vma pc ATTRIBUTE_UNUSED,
340 unsigned int is_kick = (insn_word & 0x1) && !((insn_word >> 9) & 0x1);
341 unsigned int major = MAJOR_OPCODE (insn_word);
342 unsigned int minor = MINOR_OPCODE (insn_word);
347 dest_unit = (insn_word >> 5) & UNIT_MASK;
348 dest_no = (insn_word >> 14) & REG_MASK;
355 src_unit = (insn_word >> 10) & UNIT_MASK;
362 if (insn_word & 0x800000
3361 unsigned int insn_word; local
    [all...]
tic30-dis.c 72 get_tic30_instruction (unsigned long insn_word, struct instruction *insn)
74 switch (GET_TYPE (insn_word))
85 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
89 if (current_optab->base_opcode == insn_word)
95 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN))
112 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
115 == (insn_word & PAR_STORE_IDEN))
132 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
135 == (insn_word & MUL_ADD_IDEN))
152 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
682 unsigned long insn_word; local
    [all...]
dlx-dis.c 439 unsigned long insn_word; local
462 insn_word = bfd_getb32 (buffer);
463 opc = dlx_get_opcode (insn_word);
464 rs1 = dlx_get_rs1 (insn_word);
465 rs2 = dlx_get_rs2 (insn_word);
466 rd = dlx_get_rdR (insn_word);
467 func = dlx_get_func (insn_word);
468 imm16= dlx_get_imm16 (insn_word);
469 imm26= dlx_get_imm26 (insn_word);

Completed in 72 milliseconds