diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2021-04-08 20:07:41 -0500 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-05-01 08:31:43 -0700 |
commit | 9fe33c0e7048b979d39ee579962d94871ea42e0a (patch) | |
tree | 07fdf5111dc4fa2a8c35e7115b7598d8edc6fa64 /qemu-edid.c | |
parent | b3f37abdd3f4919c81ea42f9f729875544623df2 (diff) |
Hexagon (target/hexagon) cleanup ternary operators in semantics
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>
Diffstat (limited to 'qemu-edid.c')
0 files changed, 0 insertions, 0 deletions