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

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-score7.c3106 int ldst_idx = 0;
3159 ldst_idx = s7_inst.instruction & OPC_PSEUDOLDST_MASK;
3161 s7_inst.instruction |= s7_score_ldst_insns[ldst_idx * 3 + LDST_POST].value;
3201 ldst_idx = s7_inst.instruction & OPC_PSEUDOLDST_MASK;
3203 s7_inst.instruction |= s7_score_ldst_insns[ldst_idx * 3 + pre_inc].value;
3215 ldst_idx = s7_inst.instruction & OPC_PSEUDOLDST_MASK;
3217 s7_inst.instruction |= s7_score_ldst_insns[ldst_idx * 3 + LDST_NOUPDATE].value;
3220 if (ldst_idx == INSN_LBU)
3224 else if (ldst_idx == INSN_LH)
3228 else if (ldst_idx
3101 int ldst_idx = 0; local
4788 int ldst_idx = 0; local
4800 int ldst_idx = 0; local
[all...]
H A Dtc-score.c2942 int ldst_idx = 0; local
2993 ldst_idx = s3_inst.instruction & OPC_PSEUDOLDST_MASK;
2995 s3_inst.instruction |= s3_score_ldst_insns[ldst_idx * 3 + LDST_POST].value;
3023 ldst_idx = s3_inst.instruction & OPC_PSEUDOLDST_MASK;
3025 s3_inst.instruction |= s3_score_ldst_insns[ldst_idx * 3 + pre_inc].value;
3037 ldst_idx = s3_inst.instruction & OPC_PSEUDOLDST_MASK;
3039 s3_inst.instruction |= s3_score_ldst_insns[ldst_idx * 3 + LDST_NOUPDATE].value;
3042 if (ldst_idx == INSN_LBU)
3046 else if (ldst_idx == INSN_LH)
3050 else if (ldst_idx
4993 int ldst_idx = 0; local
5005 int ldst_idx = 0; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-score7.c3106 int ldst_idx = 0;
3159 ldst_idx = s7_inst.instruction & OPC_PSEUDOLDST_MASK;
3161 s7_inst.instruction |= s7_score_ldst_insns[ldst_idx * 3 + LDST_POST].value;
3201 ldst_idx = s7_inst.instruction & OPC_PSEUDOLDST_MASK;
3203 s7_inst.instruction |= s7_score_ldst_insns[ldst_idx * 3 + pre_inc].value;
3215 ldst_idx = s7_inst.instruction & OPC_PSEUDOLDST_MASK;
3217 s7_inst.instruction |= s7_score_ldst_insns[ldst_idx * 3 + LDST_NOUPDATE].value;
3220 if (ldst_idx == INSN_LBU)
3224 else if (ldst_idx == INSN_LH)
3228 else if (ldst_idx
3101 int ldst_idx = 0; local
4788 int ldst_idx = 0; local
4800 int ldst_idx = 0; local
[all...]
H A Dtc-score.c2942 int ldst_idx = 0; local
2993 ldst_idx = s3_inst.instruction & OPC_PSEUDOLDST_MASK;
2995 s3_inst.instruction |= s3_score_ldst_insns[ldst_idx * 3 + LDST_POST].value;
3023 ldst_idx = s3_inst.instruction & OPC_PSEUDOLDST_MASK;
3025 s3_inst.instruction |= s3_score_ldst_insns[ldst_idx * 3 + pre_inc].value;
3037 ldst_idx = s3_inst.instruction & OPC_PSEUDOLDST_MASK;
3039 s3_inst.instruction |= s3_score_ldst_insns[ldst_idx * 3 + LDST_NOUPDATE].value;
3042 if (ldst_idx == INSN_LBU)
3046 else if (ldst_idx == INSN_LH)
3050 else if (ldst_idx
4993 int ldst_idx = 0; local
5005 int ldst_idx = 0; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-score7.c3106 int ldst_idx = 0;
3159 ldst_idx = s7_inst.instruction & OPC_PSEUDOLDST_MASK;
3161 s7_inst.instruction |= s7_score_ldst_insns[ldst_idx * 3 + LDST_POST].value;
3201 ldst_idx = s7_inst.instruction & OPC_PSEUDOLDST_MASK;
3203 s7_inst.instruction |= s7_score_ldst_insns[ldst_idx * 3 + pre_inc].value;
3215 ldst_idx = s7_inst.instruction & OPC_PSEUDOLDST_MASK;
3217 s7_inst.instruction |= s7_score_ldst_insns[ldst_idx * 3 + LDST_NOUPDATE].value;
3220 if (ldst_idx == INSN_LBU)
3224 else if (ldst_idx == INSN_LH)
3228 else if (ldst_idx
3101 int ldst_idx = 0; local
4788 int ldst_idx = 0; local
4800 int ldst_idx = 0; local
[all...]
H A Dtc-score.c2938 int ldst_idx = 0; local
2989 ldst_idx = s3_inst.instruction & OPC_PSEUDOLDST_MASK;
2991 s3_inst.instruction |= s3_score_ldst_insns[ldst_idx * 3 + LDST_POST].value;
3019 ldst_idx = s3_inst.instruction & OPC_PSEUDOLDST_MASK;
3021 s3_inst.instruction |= s3_score_ldst_insns[ldst_idx * 3 + pre_inc].value;
3033 ldst_idx = s3_inst.instruction & OPC_PSEUDOLDST_MASK;
3035 s3_inst.instruction |= s3_score_ldst_insns[ldst_idx * 3 + LDST_NOUPDATE].value;
3038 if (ldst_idx == INSN_LBU)
3042 else if (ldst_idx == INSN_LH)
3046 else if (ldst_idx
4989 int ldst_idx = 0; local
5001 int ldst_idx = 0; local
[all...]

Completed in 120 milliseconds