Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcr16-dis.c79 static wordU cr16_words[3]; variable
312 unsigned long doubleWord = cr16_words[1] + ((unsigned) cr16_words[0] << 16); in cr16_match_opcode()
779 cr16_words[i] = get_word_at_PC (mem, info); in get_words_at_PC()
781 cr16_allWords = ((ULONGLONG) cr16_words[0] << 32) in get_words_at_PC()
782 + ((unsigned long) cr16_words[1] << 16) + cr16_words[2]; in get_words_at_PC()
801 if (is_decoded > 0 && (cr16_words[0] != 0 || cr16_words[1] != 0)) in print_insn_cr16()
814 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_'.
DChangeLog-2017471 (cr16_words, cr16_allWords, processing_argument_number): Likewise.
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcr16-dis.c79 static wordU cr16_words[3]; variable
312 unsigned long doubleWord = cr16_words[1] + ((unsigned) cr16_words[0] << 16); in cr16_match_opcode()
779 cr16_words[i] = get_word_at_PC (mem, info); in get_words_at_PC()
781 cr16_allWords = ((ULONGLONG) cr16_words[0] << 32) in get_words_at_PC()
782 + ((unsigned long) cr16_words[1] << 16) + cr16_words[2]; in get_words_at_PC()
801 if (is_decoded > 0 && (cr16_words[0] != 0 || cr16_words[1] != 0)) in print_insn_cr16()
814 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_'.
DChangeLog-2017471 (cr16_words, cr16_allWords, processing_argument_number): Likewise.
/netbsd/src/external/gpl3/binutils/dist/include/
DChangeLog-2017119 (cr16_words, cr16_allWords, cr16_currInsn): Delete.
/netbsd/src/external/gpl3/gdb/dist/include/
DChangeLog-2017119 (cr16_words, cr16_allWords, cr16_currInsn): Delete.
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
DChangeLog-0415930 (cr16_words,cr16_allWords,cr16_currInsn): Declare as extern.
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
DChangeLog-0415930 (cr16_words,cr16_allWords,cr16_currInsn): Declare as extern.