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

/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-opc.c75 static int limm_p; variable
377 else if (!limm_p || limm == value)
380 limm_p = 1;
578 limm_p = 1;
592 if (limm_p && value != limm)
597 limm_p = 1;
642 if ((cond_p && !limm_p) || (value < minval || value > maxval))
644 if (limm_p && value != limm)
649 limm_p = 1;
671 if (limm_p
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c1792 long limm, limm_p;
1806 limm_p = arc_opcode_limm_p (&limm);
1841 if (in_delay_slot_p && limm_p)
1844 && limm_p && arc_insn_not_jl (insn)) /* except for jl addr */
1846 in_delay_slot_p = (delay_slot_type != ARC_DELAY_NONE) && !limm_p;
1857 cc_set_p && !limm_p;
1864 if (limm_p)
1785 long limm, limm_p; local

Completed in 105 milliseconds