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

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 304 #define SEXTCHAR(x) ((char) (x))
307 #ifndef SEXTCHAR
308 #define SEXTCHAR(x) ((x & 0x80) ? (x | ~0xff) : x & 0xff)
595 cst[opnum] = SEXTCHAR (data[len / 2]);
3777 ea = SEXTCHAR (ea);
3778 res = ea * SEXTCHAR (rd);
3975 ea = SEXTCHAR (ea);
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 304 #define SEXTCHAR(x) ((char) (x))
307 #ifndef SEXTCHAR
308 #define SEXTCHAR(x) ((x & 0x80) ? (x | ~0xff) : x & 0xff)
595 cst[opnum] = SEXTCHAR (data[len / 2]);
3777 ea = SEXTCHAR (ea);
3778 res = ea * SEXTCHAR (rd);
3975 ea = SEXTCHAR (ea);

Completed in 20 milliseconds