Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv.h68 #define EXTRACT_BTYPE_IMM(x) \ macro
162 #define VALID_BTYPE_IMM(x) (EXTRACT_BTYPE_IMM(ENCODE_BTYPE_IMM(x)) == (x))
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv.h63 #define EXTRACT_BTYPE_IMM(x) \ macro
179 #define VALID_BTYPE_IMM(x) (EXTRACT_BTYPE_IMM(ENCODE_BTYPE_IMM(x)) == (x))
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Driscv-dis.c460 info->target = EXTRACT_BTYPE_IMM (l) + pc; in print_insn_args()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Driscv-dis.c489 info->target = EXTRACT_BTYPE_IMM (l) + pc; in print_insn_args()