two_byte_opcodes.isa (5052:791ae1b04d72) two_byte_opcodes.isa (5058:be23162b7370)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

--- 182 unchanged lines hidden (view full) ---

191 0x1: movapd_Wo_Vo();
192 0x2: decode MODRM_MOD {
193 0x3: cvtpi2pd_Vo_Pq();
194 default: cvtpi2pd_Vo_Mq();
195 }
196 0x3: movntpd_Mo_Vo();
197 0x4: cvttpd2pi_Pq_Wo();
198 0x5: cvtpd2pi_Pq_Wo();
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

--- 182 unchanged lines hidden (view full) ---

191 0x1: movapd_Wo_Vo();
192 0x2: decode MODRM_MOD {
193 0x3: cvtpi2pd_Vo_Pq();
194 default: cvtpi2pd_Vo_Mq();
195 }
196 0x3: movntpd_Mo_Vo();
197 0x4: cvttpd2pi_Pq_Wo();
198 0x5: cvtpd2pi_Pq_Wo();
199 0x6: ucomisd_Vq_Wq();
199 0x6: Inst::UCOMISD(Vq,Wq);
200 0x7: comisd_Vq_Wq();
201 }
202 // repne (0xF2)
203 0x8: decode OPCODE_OP_BOTTOM3 {
204 // The size of the V operand should be q, not dp
205 0x2: Inst::CVTSI2SD(Vdp,Edp);
206 // The size of the W operand should be q, not dp
207 0x4: Inst::CVTTSD2SI(Gdp,Wdp);

--- 559 unchanged lines hidden ---
200 0x7: comisd_Vq_Wq();
201 }
202 // repne (0xF2)
203 0x8: decode OPCODE_OP_BOTTOM3 {
204 // The size of the V operand should be q, not dp
205 0x2: Inst::CVTSI2SD(Vdp,Edp);
206 // The size of the W operand should be q, not dp
207 0x4: Inst::CVTTSD2SI(Gdp,Wdp);

--- 559 unchanged lines hidden ---