From e091d4f4a892af59e47532078f82a0628c55709e Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Sun, 15 May 2011 22:53:52 -0700 Subject: [opcodes,pk,sim,xcc] resolve a conflict --- inst.v | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'inst.v') diff --git a/inst.v b/inst.v index bc5bce0..9a644b3 100644 --- a/inst.v +++ b/inst.v @@ -92,10 +92,10 @@ `define FENCE_G_CV 32'b?????_?????_????????????_111_0101111 `define STOP 32'b00000_00000_00000_0000000010_1110111 `define UTIDX 32'b?????_00000_00000_0000000011_1110111 -`define MOVZ 32'b?????_?????_?????_0000000100_1110111 -`define MOVN 32'b?????_?????_?????_0000000101_1110111 -`define FMOVZ 32'b?????_?????_?????_0000000110_1110111 -`define FMOVN 32'b?????_?????_?????_0000000111_1110111 +`define MOVZ 32'b?????_?????_?????_0000000101_1110111 +`define MOVN 32'b?????_?????_?????_0000001101_1110111 +`define FMOVZ 32'b?????_?????_?????_0000010101_1110111 +`define FMOVN 32'b?????_?????_?????_0000011101_1110111 `define EI 32'b?????_00000_00000_0000000000_1111011 `define DI 32'b?????_00000_00000_0000000001_1111011 `define MFPCR 32'b?????_00000_?????_0000000010_1111011 -- cgit v1.2.3