Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv.h72 #define EXTRACT_JTYPE_IMM(x) \ macro
164 #define VALID_JTYPE_IMM(x) (EXTRACT_JTYPE_IMM(ENCODE_JTYPE_IMM(x)) == (x))
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv.h67 #define EXTRACT_JTYPE_IMM(x) \ macro
181 #define VALID_JTYPE_IMM(x) (EXTRACT_JTYPE_IMM(ENCODE_JTYPE_IMM(x)) == (x))
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Driscv-dis.c455 info->target = EXTRACT_JTYPE_IMM (l) + pc; in print_insn_args()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Driscv-dis.c484 info->target = EXTRACT_JTYPE_IMM (l) + pc; in print_insn_args()