summary refs log tree commit diff stats
path: root/hw/avr/arduino.c
diff options
context:
space:
mode:
authorTaylor Simpson <tsimpson@quicinc.com>2021-04-08 20:07:41 -0500
committerRichard Henderson <richard.henderson@linaro.org>2021-05-01 08:31:43 -0700
commit9fe33c0e7048b979d39ee579962d94871ea42e0a (patch)
tree07fdf5111dc4fa2a8c35e7115b7598d8edc6fa64 /hw/avr/arduino.c
parentb3f37abdd3f4919c81ea42f9f729875544623df2 (diff)
downloadfocaccia-qemu-9fe33c0e7048b979d39ee579962d94871ea42e0a.tar.gz
focaccia-qemu-9fe33c0e7048b979d39ee579962d94871ea42e0a.zip
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 'hw/avr/arduino.c')
0 files changed, 0 insertions, 0 deletions