Searched refs:getbyte (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | itevar.h | 45 #define getbyte(ip, offset) \ macro 49 ((getbyte(ip, offset) << 8) | getbyte(ip, (offset) + 2))
|
H A D | ite_subr.c | 57 ip->ftheight = getbyte(ip, fontaddr + FONTHEIGHT); in ite_fontinfo() 58 ip->ftwidth = getbyte(ip, fontaddr + FONTWIDTH); in ite_fontinfo() 126 *dp++ = getbyte(ip, romp); in ite_fontinit8bpp()
|
H A D | ite_dumb.c | 112 *dp++ = getbyte(ip, romp); in dumb_fontinit()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | msp430-decode.opc | 36 int (*getbyte)(void *); 56 b = ld->getbyte (ld->ptr); 323 int (*getbyte)(void *), 334 lds.getbyte = getbyte;
|
H A D | msp430-decode.c | 38 int (*getbyte)(void *); member 58 b = ld->getbyte (ld->ptr); in getbyte_swapped() 325 int (*getbyte)(void *), in msp430_decode_opcode() 336 lds.getbyte = getbyte; in msp430_decode_opcode()
|
H A D | rl78-decode.opc | 36 int (* getbyte)(void *); 56 …() (ld->rl78->n_bytes < (OP_BUF_LEN - 1) ? ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr): 0) 172 int (* getbyte)(void *), 182 lds.getbyte = getbyte;
|
H A D | rx-decode.opc | 36 int (* getbyte)(void *); 165 #define GETBYTE() (ld->op [ld->rx->n_bytes++] = ld->getbyte (ld->ptr)) 290 int (* getbyte)(void *), 297 lds.getbyte = getbyte;
|
H A D | rl78-decode.c | 38 int (* getbyte)(void *); member 58 …() (ld->rl78->n_bytes < (OP_BUF_LEN - 1) ? ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr): 0) 174 int (* getbyte)(void *), in rl78_decode_opcode() 184 lds.getbyte = getbyte; in rl78_decode_opcode()
|
H A D | rx-decode.c | 38 int (* getbyte)(void *); member 167 #define GETBYTE() (ld->op [ld->rx->n_bytes++] = ld->getbyte (ld->ptr)) 292 int (* getbyte)(void *), in rx_decode_opcode() 299 lds.getbyte = getbyte; in rx_decode_opcode()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | msp430-decode.opc | 36 int (*getbyte)(void *); 56 b = ld->getbyte (ld->ptr); 323 int (*getbyte)(void *), 334 lds.getbyte = getbyte;
|
H A D | msp430-decode.c | 38 int (*getbyte)(void *); member 58 b = ld->getbyte (ld->ptr); in getbyte_swapped() 325 int (*getbyte)(void *), in msp430_decode_opcode() 336 lds.getbyte = getbyte; in msp430_decode_opcode()
|
H A D | rl78-decode.opc | 36 int (* getbyte)(void *); 56 …() (ld->rl78->n_bytes < (OP_BUF_LEN - 1) ? ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr): 0) 172 int (* getbyte)(void *), 182 lds.getbyte = getbyte;
|
H A D | rx-decode.opc | 36 int (* getbyte)(void *); 165 #define GETBYTE() (ld->op [ld->rx->n_bytes++] = ld->getbyte (ld->ptr)) 290 int (* getbyte)(void *), 297 lds.getbyte = getbyte;
|
H A D | rl78-decode.c | 38 int (* getbyte)(void *); member 58 …() (ld->rl78->n_bytes < (OP_BUF_LEN - 1) ? ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr): 0) 174 int (* getbyte)(void *), in rl78_decode_opcode() 184 lds.getbyte = getbyte; in rl78_decode_opcode()
|
H A D | rx-decode.c | 38 int (* getbyte)(void *); member 167 #define GETBYTE() (ld->op [ld->rx->n_bytes++] = ld->getbyte (ld->ptr)) 292 int (* getbyte)(void *), in rx_decode_opcode() 299 lds.getbyte = getbyte; in rx_decode_opcode()
|
/netbsd-src/external/gpl3/gdb/dist/sim/m32c/ |
H A D | ChangeLog-2021 | 365 * m32c.opc (getbyte, decode_m32c): Convert old style prototypes. 373 * r8c.opc (getbyte, IMM, decode_r8c): Convert old style prototypes.
|