Lines Matching defs:limm
43 /* The LIMM if this is being tracked separately. This field is only
44 valid if we find the LIMM operand in the operand list. */
45 unsigned limm;
60 /* Instruction length w/o limm field. */
63 /* TRUE if we have limm. */
66 /* LIMM value, if exists. */
67 unsigned limm;
110 "r56", "r57", "r58", "r59", "lp_count", "reserved", "LIMM", "pcl"
287 /* Check for LIMM indicator. If it is there, then make sure
379 length in INSN_LEN will be updated if the instruction requires a LIMM
384 the found opcode requires a LIMM then the LIMM value will be loaded into a
397 4 if the instruction requires a LIMM, and the LIMM value will have been
414 unsigned limm = 0;
459 limm = ARRANGE_ENDIAN (info, buffer);
467 iter->limm = limm;
476 arc_infop->limm = limm;
678 unsigned limm)
682 /* Read the limm operand, if required. */
686 value = limm;
732 *value = extract_operand_value (*operand, iter->insn, iter->limm);
1397 /* It is not important to have exactly the LIMM indicator
1649 insn->limm_value = arc_infop->limm;