Intel MMX Technology
#1

Definition
The Intel MMX? technology comprises a set of instructions to the Intel architecture (IA) that are designed to greatly enhance the performance of advanced media and communications applications. These extensions (which include new registers, data types and instructions) are combined with the Single Instruction, Multiple Data (SIMD) Execution model to accelerate the performance of applications such as motion video, combined graphics with video, image processing, audio synthesis, speech synthesis and compression, 2D and 3D graphics, which typically use compute-intensive algorithms to accomplish the purpose. All existing soft wares that don't make use of this technology will also run on the processor without modification. Presented below is an elementary treatise on this technology in a programmer's point of view.

MMX? technology provides the following new extensions to the Intel Architecture (IA) programming environment.
1.Eight MMX? registers (MM0 to MM7).
2.Four MMX? data types
3.The MMX ? instruction set

The MMX? register set consists of eight 64-bit registers . The MMX? instructions access the MMX? registers directly using the register names MM0 through MM7. These registers can only be used to perform calculations on the MMX? data types; they can never be used to address memory. Addressing of MMX? instruction operands in memory are handled by using the standard IA addressing modes (immediate, register mode etc.) and the general purpose registers.

The MMX? technology defines the following new 64-bit data types

1. Packed Bytes Eight bytes packed into one 64-bit quantity
2. Packed Words Four 16-bit words packed into a 64-bit quantity
3. Packed Double Words Two double words packed into a 64-bit quantity
4. Quad Word One 64-bit quantity

The bytes in the Packed Bytes data type are numbered from 0 to 7 and the lower order bits of a 64-bit data are placed in the byte 0 whereas the higher order bits in the byte 7. Similarly Packed Word data type contains 4 words numbered from 0 to 4 and the lower order 16 bits are placed in the 0th word. Similar is the case with the other two data types. The MMX? instructions move the packed data types (packed bytes, packed words or packed double words) and the quad word data types to and from the memory or from the IA general purpose registers in 64-bit blocks. However when performing arithmetic or logical operations on the packed data types, The MMX? instructions operate in parallel on the individual bytes, as described by the Single Instruction Multiple Data Execution model.

The Single Instruction Multiple Data (SIMD)
The SIMD instruction model can access up to 8 bytes at a time for arithmetic or logical operations using a single instruction at a time. Thus theSIMD Technique speeds up the software performance by allowing the same operation to be carried out on multiple data items in parallel. The MMX? technology supports parallel operations on byte, word, and double word data elements when stored in MMX? registers.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: intel centrino mobile technology seminar, intel 8085, seminar report intel mmx technology pdf, intel atom e680, seminar intel centrino mobile technology, seminar topic on intel centrino mobile technology, basic technology of mmx,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  LAMP TECHNOLOGY (LINUX,APACHE,MYSQL,PHP) seminar class 1 3,471 04-04-2018, 04:11 PM
Last Post: Guest
  5 Pen PC Technology project topics 95 98,877 21-08-2015, 11:18 PM
Last Post: Guest
  Jini Technology computer science crazy 10 13,662 19-08-2015, 01:36 PM
Last Post: seminar report asees
  3D-OPTICAL DATA STORAGE TECHNOLOGY computer science crazy 3 8,502 12-09-2013, 08:28 PM
Last Post: Guest
Question 4g wireless technology (Download Full Report ) computer science crazy 35 33,870 15-03-2013, 04:10 PM
Last Post: computer topic
  FACE RECOGNITION TECHNOLOGY A SEMINAR REPORT Computer Science Clay 25 35,285 14-01-2013, 01:07 PM
Last Post: seminar details
  TWO WAY STUDENT INFORMATION SYSTEM USING CELLULAR TECHNOLOGY smart paper boy 3 3,471 24-12-2012, 11:24 AM
Last Post: seminar details
  TOUCH SCREEN TECHNOLOGY seminar projects crazy 1 3,276 06-12-2012, 12:12 PM
Last Post: seminar details
  Brain finger printing technology seminar projects crazy 43 48,041 05-12-2012, 02:41 PM
Last Post: seminar details
Photo Cybereconomy : Information Technology and Economy computer science crazy 1 2,757 23-11-2012, 01:00 PM
Last Post: seminar details

Forum Jump: