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

  /src/external/gpl3/gdb/dist/sim/d10v/
d10v-sim.h 398 #define SEXT4(x) ((((x)&0xf)^(~7))+8)
  /src/external/gpl3/gdb.old/dist/sim/cr16/
cr16-sim.h 367 #define SEXT4(x) ((((x)&0xf)^(~7))+8)
  /src/external/gpl3/gdb.old/dist/sim/d10v/
d10v-sim.h 398 #define SEXT4(x) ((((x)&0xf)^(~7))+8)
  /src/external/gpl3/gdb/dist/sim/cr16/
cr16-sim.h 367 #define SEXT4(x) ((((x)&0xf)^(~7))+8)
  /src/external/gpl3/gdb/dist/sim/v850/
v850-sim.h 343 #define SEXT4(x) ((((x)&0xf)^(~0x7))+0x8)
  /src/external/gpl3/gdb.old/dist/sim/v850/
v850-sim.h 343 #define SEXT4(x) ((((x)&0xf)^(~0x7))+0x8)

Completed in 28 milliseconds