HomeSort by: relevance | last modified time | path
    Searched defs:SEXT22 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-v850.c 38 #define SEXT22(x) ((((x) & 0x3fffff) ^ 0x200000) - 0x200000)
2023 value = SEXT22 (value);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-v850.c 38 #define SEXT22(x) ((((x) & 0x3fffff) ^ 0x200000) - 0x200000)
2023 value = SEXT22 (value);
  /src/external/gpl3/gdb/dist/bfd/
elf32-v850.c 38 #define SEXT22(x) ((((x) & 0x3fffff) ^ 0x200000) - 0x200000)
2023 value = SEXT22 (value);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-v850.c 38 #define SEXT22(x) ((((x) & 0x3fffff) ^ 0x200000) - 0x200000)
2020 value = SEXT22 (value);
  /src/external/gpl3/gdb/dist/sim/v850/
v850-sim.h 352 #define SEXT22(x) ((((x)&0x3fffff)^(~0x1fffff))+0x200000)
  /src/external/gpl3/gdb.old/dist/sim/v850/
v850-sim.h 352 #define SEXT22(x) ((((x)&0x3fffff)^(~0x1fffff))+0x200000)

Completed in 37 milliseconds