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

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Darc-opc.c85 'L' LIMMFINISH finish inserting a limm value
98 'Q' FORCELIMM set `cond_p' to 1 to ensure a constant is a limm
131 /* register A or shimm/limm indicator. */
135 /* register B or shimm/limm indicator. */
139 /* register C or shimm/limm indicator. */
147 /* fake operand used to insert limm value into most instructions. */
199 /* set `cond_p' to 1 to ensure a constant is treated as a limm. */
331 /* Put opcode 1 ld insns first so shimm gets prefered over limm.
415 0xfffffeff-0x80000000 - customer limm allocation
416 0x7fffffff-0x00000100 - ARC limm allocatio
632 static long limm; variable
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/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...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-arc.c421 /* Used as a sanity check. If we need a limm reloc, make sure we ask
674 the assembler to output a limm. */
680 must be a limm. */
690 /* Tell insert_reg we need a limm. This is
735 long limm, limm_p;
748 /* Is there a limm value? */
749 limm_p = arc_opcode_limm_p (&limm);
781 /* Putting an insn with a limm value in a delay slot is supposed to
793 insn that sets the condition codes uses a limm. */
811 md_number_to_chars (f + 4, limm,
733 long limm, limm_p; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arc.c344 DATA_P is non-zero for data or limm values, zero for insn operands.
346 only for inserting operands into insns. They also can't be used for limm
347 values as the insertion routines don't handle limm values. When called for
349 called for data or limm values we use real reloc types. */
1329 !!! Note that we can't handle limm values here. Since we're using
1332 limm values. */
1493 /* Used as a sanity check. If we need a limm reloc, make sure we ask
1733 the assembler to output a limm. */
1739 must be a limm. */
1749 /* Tell insert_reg we need a limm
1787 long limm, limm_p; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/arc/
H A Dlib1funcs.asm232 sub.nz r0,0,r0 ; cannot go in delay slot, has limm value
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arc/
H A Dlib1funcs.asm228 sub.nz r0,0,r0 ; cannot go in delay slot, has limm value

Completed in 91 milliseconds