two_byte_opcodes.isa (6533:2977e2e2dc27) two_byte_opcodes.isa (6535:b595412884f9)
1// Copyright (c) 2008 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

466 0x0: decode OPCODE_OP_BOTTOM3 {
467 0x0: movmskps_Gd_VRo();
468 0x1: sqrtps_Vo_Wo();
469 0x2: rqsrtps_Vo_Wo();
470 0x3: rcpps_Vo_Wo();
471 0x4: andps_Vo_Wo();
472 0x5: andnps_Vo_Wo();
473 0x6: orps_Vo_Wo();
1// Copyright (c) 2008 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

466 0x0: decode OPCODE_OP_BOTTOM3 {
467 0x0: movmskps_Gd_VRo();
468 0x1: sqrtps_Vo_Wo();
469 0x2: rqsrtps_Vo_Wo();
470 0x3: rcpps_Vo_Wo();
471 0x4: andps_Vo_Wo();
472 0x5: andnps_Vo_Wo();
473 0x6: orps_Vo_Wo();
474 0x7: xorps_Vo_Wo();
474 0x7: Inst::XORPS(Vo,Wo);
475 }
476 // repe (0xF3)
477 0x4: decode OPCODE_OP_BOTTOM3 {
478 0x1: sqrtss_Vd_Wd();
479 0x2: rsqrtss_Vd_Wd();
480 0x3: rcpss_Vd_Wd();
481 default: Inst::UD2();
482 }

--- 646 unchanged lines hidden ---
475 }
476 // repe (0xF3)
477 0x4: decode OPCODE_OP_BOTTOM3 {
478 0x1: sqrtss_Vd_Wd();
479 0x2: rsqrtss_Vd_Wd();
480 0x3: rcpss_Vd_Wd();
481 default: Inst::UD2();
482 }

--- 646 unchanged lines hidden ---