| /src/sys/arch/hp300/stand/common/ |
| itevar.h | 45 #define getbyte(ip, offset) \ macro 49 ((getbyte(ip, offset) << 8) | getbyte(ip, (offset) + 2))
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| msp430-decode.c | 38 int (*getbyte)(void *); member in struct:__anon8584 46 #define GETBYTE() getbyte_swapped (ld) 47 #define B ((unsigned long) GETBYTE ()) 58 b = ld->getbyte (ld->ptr); 109 /* The chip is little-endian, but GETBYTE byte-swaps words because the 325 int (*getbyte)(void *), 336 lds.getbyte = getbyte; 353 GETBYTE (); 357 GETBYTE (); [all...] |
| rl78-decode.c | 38 int (* getbyte)(void *); member in struct:__anon8605 58 #define GETBYTE() (ld->rl78->n_bytes < (OP_BUF_LEN - 1) ? ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr): 0) 59 #define B ((unsigned long) GETBYTE()) 174 int (* getbyte)(void *), 184 lds.getbyte = getbyte; 198 GETBYTE (); 834 GETBYTE (); 1769 GETBYTE (); [all...] |
| rx-decode.c | 38 int (* getbyte)(void *); member in struct:__anon8607 167 #define GETBYTE() (ld->op [ld->rx->n_bytes++] = ld->getbyte (ld->ptr)) 184 #define B ((unsigned long) GETBYTE()) 256 disp = GETBYTE (); 261 disp = GETBYTE (); 263 disp = disp * 256 + GETBYTE (); 265 disp = disp + GETBYTE () * 256; 292 int (* getbyte)(void *), 299 lds.getbyte = getbyte [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| msp430-decode.c | 38 int (*getbyte)(void *); member in struct:__anon10031 46 #define GETBYTE() getbyte_swapped (ld) 47 #define B ((unsigned long) GETBYTE ()) 58 b = ld->getbyte (ld->ptr); 109 /* The chip is little-endian, but GETBYTE byte-swaps words because the 325 int (*getbyte)(void *), 336 lds.getbyte = getbyte; 353 GETBYTE (); 357 GETBYTE (); [all...] |
| rl78-decode.c | 38 int (* getbyte)(void *); member in struct:__anon10052 58 #define GETBYTE() (ld->rl78->n_bytes < (OP_BUF_LEN - 1) ? ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr): 0) 59 #define B ((unsigned long) GETBYTE()) 174 int (* getbyte)(void *), 184 lds.getbyte = getbyte; 198 GETBYTE (); 834 GETBYTE (); 1769 GETBYTE (); [all...] |
| rx-decode.c | 38 int (* getbyte)(void *); member in struct:__anon10054 167 #define GETBYTE() (ld->op [ld->rx->n_bytes++] = ld->getbyte (ld->ptr)) 184 #define B ((unsigned long) GETBYTE()) 256 disp = GETBYTE (); 261 disp = GETBYTE (); 263 disp = disp * 256 + GETBYTE (); 265 disp = disp + GETBYTE () * 256; 292 int (* getbyte)(void *), 299 lds.getbyte = getbyte [all...] |