Home
last modified time | relevance | path

Searched refs:ldst_func (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-score7.c3141 unsigned int ldst_func = s7_inst.instruction & OPC_PSEUDOLDST_MASK; in s7_do_ldst_insn() local
3143 if ((ldst_func == INSN_LH) in s7_do_ldst_insn()
3144 || (ldst_func == INSN_LHU) in s7_do_ldst_insn()
3145 || (ldst_func == INSN_LW) in s7_do_ldst_insn()
3146 || (ldst_func == INSN_LB) in s7_do_ldst_insn()
3147 || (ldst_func == INSN_LBU)) in s7_do_ldst_insn()
3288 unsigned int ldst_func = s7_inst.instruction & OPC_PSEUDOLDST_MASK; in s7_do_ldst_insn() local
3290 if ((ldst_func == INSN_LH) in s7_do_ldst_insn()
3291 || (ldst_func == INSN_LHU) in s7_do_ldst_insn()
3292 || (ldst_func == INSN_LW) in s7_do_ldst_insn()
[all …]
Dtc-score.c2978 unsigned int ldst_func = s3_inst.instruction & OPC_PSEUDOLDST_MASK; in s3_do_ldst_insn() local
2980 if ((ldst_func == INSN_LH) in s3_do_ldst_insn()
2981 || (ldst_func == INSN_LHU) in s3_do_ldst_insn()
2982 || (ldst_func == INSN_LW) in s3_do_ldst_insn()
2983 || (ldst_func == INSN_LB) in s3_do_ldst_insn()
2984 || (ldst_func == INSN_LBU)) in s3_do_ldst_insn()
3115 unsigned int ldst_func = s3_inst.instruction & OPC_PSEUDOLDST_MASK; in s3_do_ldst_insn() local
3117 if ((ldst_func == INSN_LH) in s3_do_ldst_insn()
3118 || (ldst_func == INSN_LHU) in s3_do_ldst_insn()
3119 || (ldst_func == INSN_LW) in s3_do_ldst_insn()
[all …]