Searched refs:shimm (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/binutils/opcodes/
H A Darc-opc.c66 /* Nonzero if we've inserted a shimm. */
69 /* The value of the shimm we inserted (each insn only gets one but it can
71 static int shimm; variable
127 'S' SHIMMFINISH finish inserting a shimm value
146 'Z' SIZE10 size field in ld a,[b,shimm]
147 'y' SIZE22 size field in st c,[b,shimm]
149 'X' SIGN9 sign extend field ld a,[b,shimm]
151 'W' ADDRESS12 write-back field in ld a,[b,shimm]
152 'v' ADDRESS24 write-back field in st c,[b,shimm]
154 'E' CACHEBYPASS14 cache bypass in ld a,[b,shimm]
[all...]
H A Darc-dis.c410 int shimm,
420 const char *name = post_address (state, limm_value + shimm);
1004 /* Field B is either a shimm (same as fieldC) or limm (different!)
1040 fieldA = FIELDD(state->words[0]); /* shimm */
1049 /* Field B is either a shimm (same as fieldA) or limm (different!)
409 write_comments_(struct arcDisState * state, int shimm, int is_limm, long limm_value) argument

Completed in 96 milliseconds