Home
last modified time | relevance | path

Searched refs:SEXT20 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dscore7-dis.c577 #define SEXT20(x) ((((x) & 0xfffff) ^ (~ 0x7ffff)) + 0x80000) in print_insn_score32() macro
579 int target = (pc + SEXT20 (disp)); in print_insn_score32()
Dscore-dis.c716 #define SEXT20(x) ((((x) & 0xfffff) ^ (~ 0x7ffff)) + 0x80000) in print_insn_score32() macro
718 int target = (pc + SEXT20 (disp)); in print_insn_score32()