9fe33c0e70
Change (cond ? (res = x) : (res = y)) to res = (cond ? x : y) This makes the semnatics easier to for idef-parser to deal with The following instructions are impacted C2_any8 C2_all8 C2_mux C2_muxii C2_muxir C2_muxri Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <1617930474-31979-14-git-send-email-tsimpson@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
||
---|---|---|
.. | ||
allidefs.def | ||
alu.idef | ||
branch.idef | ||
compare.idef | ||
encode_pp.def | ||
encode_subinsn.def | ||
encode.def | ||
float.idef | ||
iclass.def | ||
ldst.idef | ||
macros.def | ||
mpy.idef | ||
shift.idef | ||
subinsns.idef | ||
system.idef |