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

/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-opc.c73 /* Nonzero if we've inserted a limm (during assembly) or seen a limm
77 /* The value of the limm we inserted. Each insn only gets one but it can
79 static long limm; variable
128 'L' LIMMFINISH finish inserting a limm value
141 'Q' FORCELIMM set `cond_p' to 1 to ensure a constant is a limm
174 /* Register A or shimm/limm indicator. */
178 /* Register B or shimm/limm indicator. */
182 /* Register C or shimm/limm indicator. */
190 /* Fake operand used to insert limm valu
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c342 DATA_P is non-zero for data or limm values, zero for insn operands.
344 only for inserting operands into insns. They also can't be used for limm
345 values as the insertion routines don't handle limm values. When called for
347 called for data or limm values we use real reloc types. */
1327 !!! Note that we can't handle limm values here. Since we're using
1330 limm values. */
1491 /* Used as a sanity check. If we need a limm reloc, make sure we ask
1731 the assembler to output a limm. */
1737 must be a limm. */
1747 /* Tell insert_reg we need a limm
1785 long limm, limm_p; local
[all...]

Completed in 137 milliseconds