diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-09-06 16:09:28 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-09-06 16:09:28 -0700 |
commit | 4478487c372ac79fb98b85f3710ab3c101c82a00 (patch) | |
tree | dc25c45cb6c86aa99f1286c59468c125585a3ec4 /src/arch/x86/isa/decoder | |
parent | 57da0594157058f9d741dd19a4f08830652789f3 (diff) | |
download | gem5-4478487c372ac79fb98b85f3710ab3c101c82a00.tar.xz |
X86: Add SSE comparison instructions and microops and move some FP microops to be with the other ones.
--HG--
extra : convert_revision : ee0b5acde08d12c51a5282efb58d1ac72e0779af
Diffstat (limited to 'src/arch/x86/isa/decoder')
-rw-r--r-- | src/arch/x86/isa/decoder/two_byte_opcodes.isa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/isa/decoder/two_byte_opcodes.isa b/src/arch/x86/isa/decoder/two_byte_opcodes.isa index fc5729540..ae2318899 100644 --- a/src/arch/x86/isa/decoder/two_byte_opcodes.isa +++ b/src/arch/x86/isa/decoder/two_byte_opcodes.isa @@ -196,7 +196,7 @@ 0x3: movntpd_Mo_Vo(); 0x4: cvttpd2pi_Pq_Wo(); 0x5: cvtpd2pi_Pq_Wo(); - 0x6: ucomisd_Vq_Wq(); + 0x6: Inst::UCOMISD(Vq,Wq); 0x7: comisd_Vq_Wq(); } // repne (0xF2) |