Home
last modified time | relevance | path

Searched refs:cr16_words (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dcr16-dis.c85 wordU cr16_words[3]; variable
322 unsigned long doubleWord = (cr16_words[1] in cr16_match_opcode()
323 + (cr16_words[0] << 16)) & 0xffffffff; in cr16_match_opcode()
796 cr16_words[i] = get_word_at_PC (mem, info); in get_words_at_PC()
798 cr16_allWords = ((ULONGLONG) cr16_words[0] << 32) in get_words_at_PC()
799 + ((unsigned long) cr16_words[1] << 16) + cr16_words[2]; in get_words_at_PC()
818 if (is_decoded > 0 && (cr16_words[0] << 16 || cr16_words[1]) != 0) in print_insn_cr16()
830 if ((INST_HAS_REG_LIST) && ((cr16_words[0] >> 7) & 0x1)) in print_insn_cr16()
DChangeLog-20131349 (cr16_words,cr16_allWords,cr16_currInsn): Added prefix 'cr16_'.
/toolchain/binutils/binutils-2.25/include/opcode/
Dcr16.h443 extern wordU cr16_words[3];
DChangeLog539 (cr16_words,cr16_allWords,cr16_currInsn): Declare as extern.