Home
last modified time | relevance | path

Searched defs:SEXT10 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dscore-dis.c721 #define SEXT10(x) ((((x) & 0x3ff) ^ (~ 0x1ff)) + 0x200) in print_insn_score32() macro
921 #define SEXT10(x) ((((x) & 0x3ff) ^ (~ 0x1ff)) + 0x200) in print_insn_score16() macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dscore-dis.c721 #define SEXT10(x) ((((x) & 0x3ff) ^ (~ 0x1ff)) + 0x200) in print_insn_score32() macro
921 #define SEXT10(x) ((((x) & 0x3ff) ^ (~ 0x1ff)) + 0x200) in print_insn_score16() macro