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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-score.c2691 int ldst_idx = 0; local
2743 ldst_idx = inst.instruction & OPC_PSEUDOLDST_MASK;
2745 inst.instruction |= score_ldst_insns[ldst_idx * 3 + LDST_POST].value;
2785 ldst_idx = inst.instruction & OPC_PSEUDOLDST_MASK;
2787 inst.instruction |= score_ldst_insns[ldst_idx * 3 + pre_inc].value;
2799 ldst_idx = inst.instruction & OPC_PSEUDOLDST_MASK;
2801 inst.instruction |= score_ldst_insns[ldst_idx * 3 + LDST_NOUPDATE].value;
2804 if (ldst_idx == INSN_LBU)
2808 else if (ldst_idx == INSN_LH)
2812 else if (ldst_idx
4322 int ldst_idx = 0; local
4333 int ldst_idx = 0; local
[all...]

Completed in 152 milliseconds