Searched refs:ldst_func (Results 1 – 2 of 2) sorted by relevance
3141 unsigned int ldst_func = s7_inst.instruction & OPC_PSEUDOLDST_MASK; in s7_do_ldst_insn() local3143 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() local3290 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 …]
2978 unsigned int ldst_func = s3_inst.instruction & OPC_PSEUDOLDST_MASK; in s3_do_ldst_insn() local2980 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() local3117 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 …]