Searched refs:rvc_enabled (Results 1 – 2 of 2) sorted by relevance
16 static inline bool rvc_enabled(void) in rvc_enabled() function131 BUILD_BUG_ON(!rvc_enabled()); in emitc()972 if (rvc_enabled() && rd == RV_REG_RA && rs && !imm) in emit_jalr()974 else if (rvc_enabled() && !rd && rs && !imm) in emit_jalr()982 if (rvc_enabled() && rd && rs) in emit_mv()990 if (rvc_enabled() && rd && rd == rs1 && rs2) in emit_add()1011 if (rvc_enabled() && rd && is_6b_int(imm)) in emit_li()1059 if (rvc_enabled() && is_creg(rd) && rd == rs1 && is_creg(rs2)) in emit_sub()1067 if (rvc_enabled() && is_creg(rd) && rd == rs1 && is_creg(rs2)) in emit_or()1075 if (rvc_enabled() && is_creg(rd) && rd == rs1 && is_creg(rs2)) in emit_and()[all …]
600 if (WARN_ON_ONCE(!rvc_enabled() && insn_len == 1)) in add_exception_handler()