From 297e483bc8be032fab01542de85e63a54132fdef Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 14 Oct 2018 22:29:22 +0100 Subject: [PATCH] drop all lui from restriction on parallelism --- id_regs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/id_regs.py b/id_regs.py index 6aa96f2..3563f60 100644 --- a/id_regs.py +++ b/id_regs.py @@ -64,7 +64,7 @@ drlookup = { 'rd': 0, 'frd': 0, 'rs1': 1, 'rs2': 2, 'rs3': 3, def find_registers(fname, insn, twin_predication, immed_offset, is_branch): # HACK! macro-skipping of instructions too painful - for notparallel in ['csr', 'lui', 'c_j', 'wfi', 'auipc', 'jal', + for notparallel in ['csr', 'c_j', 'wfi', 'auipc', 'jal', 'dret', 'uret', 'mret', 'sret', 'lr_d', 'lr_w', 'sc_d', 'sc_w', 'c_addi4spn', 'c_addi16sp']: -- 2.30.2