| /src/external/gpl3/binutils/dist/opcodes/ |
| msp430-decode.c | 38 int (*getbyte)(void *); member in struct:__anon10927 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:__anon10948 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:__anon10950 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:__anon12374 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:__anon12395 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:__anon12397 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/gdb/dist/opcodes/ |
| msp430-decode.c | 38 int (*getbyte)(void *); member in struct:__anon19052 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:__anon19073 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:__anon19075 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/gdb.old/dist/opcodes/ |
| msp430-decode.c | 38 int (*getbyte)(void *); member in struct:__anon21791 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:__anon21812 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:__anon21814 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...] |