Searched refs:SEXT22 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/v850/
H A Dsim-main.h373 #define SEXT22(x) ((((x)&0x3fffff)^(~0x1fffff))+0x200000) macro
H A Dsimops.c144 trace_values[0] = SEXT22 (OP[0]);
/netbsd-current/external/gpl3/gdb/dist/sim/v850/
H A Dsim-main.h354 #define SEXT22(x) ((((x)&0x3fffff)^(~0x1fffff))+0x200000) macro
H A Dsimops.c138 trace_values[0] = SEXT22 (OP[0]);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-v850.c38 #define SEXT22(x) ((((x) & 0x3fffff) ^ 0x200000) - 0x200000) macro
2016 value = SEXT22 (value);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-v850.c38 #define SEXT22(x) ((((x) & 0x3fffff) ^ 0x200000) - 0x200000) macro
2020 value = SEXT22 (value);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-v850.c38 #define SEXT22(x) ((((x) & 0x3fffff) ^ 0x200000) - 0x200000) macro
2020 value = SEXT22 (value);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-v850.c38 #define SEXT22(x) ((((x) & 0x3fffff) ^ 0x200000) - 0x200000) macro
2020 value = SEXT22 (value);

Completed in 233 milliseconds