Avoid use of __int128_t
authorAndrew Waterman <waterman@cs.berkeley.edu>
Sat, 27 Sep 2014 18:01:22 +0000 (11:01 -0700)
committerAndrew Waterman <waterman@cs.berkeley.edu>
Sat, 27 Sep 2014 18:10:49 +0000 (11:10 -0700)
commitbaa8d8be1f1a3d83caf248533fda9abaa3b0ee70
tree6fb99977824fefff067f34d7915fcefbc72e6043
parenteb27fce99c6f711a890c8647edaf077ec8d137d3
Avoid use of __int128_t

It is nonstandard, and GCC doesn't support it on 32-bit platforms. The
resulting code for MULH[[S]U] is crappier, but that doesn't really matter,
as these instructions are dynamically infrequent.
hwacha/insn_template_hwacha_ut.h
riscv/cachesim.h
riscv/decode.h
riscv/dummy-rocc-test.c
riscv/insn_template.h
riscv/insns/mulh.h
riscv/insns/mulhsu.h
riscv/insns/mulhu.h
riscv/memtracer.h
riscv/mulhi.h [new file with mode: 0644]
riscv/riscv.mk.in