From: Andrew Waterman Date: Thu, 29 Jul 2010 05:36:04 +0000 (-0700) Subject: [gcc] generate code for complex branches X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=864c3ef8ac39c27dec64adae6a1611755dfbada7;p=riscv-isa-sim.git [gcc] generate code for complex branches --- diff --git a/riscv/insns/jalr.h b/riscv/insns/jalr.h deleted file mode 100644 index 18341e0..0000000 --- a/riscv/insns/jalr.h +++ /dev/null @@ -1,3 +0,0 @@ -uint32_t temp = npc; -npc = RS; -RD = temp;