HomeSort by relevance Sort by last modified time
    Searched defs:limm (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-arc.c 341 DATA_P is non-zero for data or limm values, zero for insn operands.
343 only for inserting operands into insns. They also can't be used for limm
344 values as the insertion routines don't handle limm values. When called for
346 called for data or limm values we use real reloc types. */
1749 long limm, limm_p; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
arc-opc.c 74 /* Nonzero if we've inserted a limm (during assembly) or seen a limm
78 /* The value of the limm we inserted. Each insn only gets one but it can
80 static long limm; variable
129 'L' LIMMFINISH finish inserting a limm value
142 'Q' FORCELIMM set `cond_p' to 1 to ensure a constant is a limm
175 /* Register A or shimm/limm indicator. */
179 /* Register B or shimm/limm indicator. */
183 /* Register C or shimm/limm indicator. */
191 /* Fake operand used to insert limm value into most instructions. *
    [all...]

Completed in 136 milliseconds