Home
last modified time | relevance | path

Searched refs:BYTE_IN_LONG (Results 1 – 4 of 4) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.h96 #define BYTE_IN_LONG(x,b) ((x>>(8*_ENDIAN(b)))&0xff) macro
H A Dglue.c841 pic16_emitDB (BYTE_IN_LONG (ival, i), ptype, p); in pic16_printIvalBitFields()
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dglue.c79 #define BYTE_IN_LONG(x,b) ((x>>(8*_ENDIAN(b)))&0xff) macro
/dports/lang/sdcc/sdcc-4.0.0/
H A DChangeLog32428 * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
32738 * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to