From 67bd7134c4583dc8cda7c7253303837b45286d15 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 13 Sep 2010 18:00:08 -0700 Subject: [xcc, sim] replaced ble/bleu with bge/bgeu This will simplify control logic (since every branch has a logical inverse) --- opcodes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'opcodes') diff --git a/opcodes b/opcodes index e04f866..b848061 100644 --- a/opcodes +++ b/opcodes @@ -15,10 +15,10 @@ lui 31..25=0x71 xa imm20 beq 31..25=0x73 14..12=0 xa xb imm bne 31..25=0x73 14..12=1 xa xb imm -blt 31..25=0x73 14..12=2 xa xb imm -bltu 31..25=0x73 14..12=3 xa xb imm -ble 31..25=0x73 14..12=4 xa xb imm -bleu 31..25=0x73 14..12=5 xa xb imm +blt 31..25=0x73 14..12=4 xa xb imm +bge 31..25=0x73 14..12=5 xa xb imm +bltu 31..25=0x73 14..12=6 xa xb imm +bgeu 31..25=0x73 14..12=7 xa xb imm addi 31..25=0x74 14..12=0 xa xb imm slti 31..25=0x74 14..12=2 xa xb imm -- cgit v1.2.3