Searched refs:n_bytes (Results 1 – 10 of 10) sorted by relevance
51 if (ld->op_ptr == ld->msp430->n_bytes)56 ld->op [(ld->msp430->n_bytes++)^1] = b;58 while (ld->msp430->n_bytes & 1);432 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes);566 ID (MSO_call); SA (pc + raddr + msp430->n_bytes);589 return msp430->n_bytes;
52 if (ld->op_ptr == ld->msp430->n_bytes) in getbyte_swapped()57 ld->op [(ld->msp430->n_bytes++)^1] = b; in getbyte_swapped()59 while (ld->msp430->n_bytes & 1); in getbyte_swapped()1990 ID (MSO_call); SA (pc + raddr + msp430->n_bytes); in msp430_decode_opcode()2274 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes); in msp430_decode_opcode()4344 return msp430->n_bytes; in msp430_decode_opcode()
140 #define GETBYTE() (ld->op [ld->rx->n_bytes++] = ld->getbyte (ld->ptr))1006 return rx->n_bytes;
53 #define GETBYTE() (ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr))1290 return rl78->n_bytes;
54 #define GETBYTE() (ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr))5770 return rl78->n_bytes; in rl78_decode_opcode()
141 #define GETBYTE() (ld->op [ld->rx->n_bytes++] = ld->getbyte (ld->ptr))14877 return rx->n_bytes; in rx_decode_opcode()
122 int n_bytes; /* Opcode size in BYTES. */ member
158 int n_bytes; member
186 int n_bytes; member
3080 Alignment value in section header is n_bytes, not log2.