Главная » Просмотр файлов » Volume 5 64-Bit Media and x87 Floating-Point Instructions

Volume 5 64-Bit Media and x87 Floating-Point Instructions (794099), страница 24

Файл №794099 Volume 5 64-Bit Media and x87 Floating-Point Instructions (Intel and AMD manuals) 24 страницаVolume 5 64-Bit Media and x87 Floating-Point Instructions (794099) страница 242019-04-28СтудИзба
Просмтор этого файла доступен только зарегистрированным пользователям. Но у нас супер быстрая регистрация: достаточно только электронной почты!

Текст из файла (страница 24)

(See “CPUID” in Volume 3.)MnemonicOpcodePMINSW mmx1, mmx2/mem640F EA /rDescriptionCompares packed signed 16-bit integer values in anMMX register and another MMX register or 64-bitmemory location and writes the minimum value of eachcompare in the destination MMX register.mmx1.mmx2/mem64.63 48 47 32 31 16 15.063 48 47 32 31 16 15..0.minimumminimumpminsw-64.epsRelated InstructionsPMAXSW, PMAXUB, PMINUBrFLAGS AffectedNoneInstruction ReferencePMINSW145AMD64 Technology26569—Rev.

3.08—July 2007ExceptionsExceptionRealXVirtual8086 ProtectedXCause of ExceptionXThe emulate bit (EM) of CR0 was set to 1.XXXThe SSE instructions are not supported, as indicatedby EDX bit 25 in CPUID function 0000_0001h; andthe AMD extensions to MMX are not supported, asindicated by EDX bit 22 of CPUID function8000_0001h.Device not available,#NMXXXThe task-switch bit (TS) of CR0 was set to 1.Stack, #SSXXXA memory address exceeded the stack segment limitor was non-canonical.XXXA memory address exceeded a data segment limit orwas non-canonical.XA null data segment was used to reference memory.XXA page fault resulted from the execution of theinstruction.XXAn unmasked x87 floating-point exception waspending.XXAn unaligned memory reference was performed whilealignment checking was enabled.Invalid opcode, #UDGeneral protection, #GPPage fault, #PFx87 floating-pointexception pending, #MFAlignment check, #AC146XPMINSWInstruction Reference26569—Rev.

3.08—July 2007AMD64 TechnologyPMINUBPacked Minimum Unsigned BytesCompares each of the packed 8-bit unsigned integer values in the first source operand with thecorresponding packed 8-bit unsigned integer value in the second source operand and writes theminimum of the two values for each comparison in the corresponding byte of the destination (firstsource). The first source/destination operand is an MMX register and the second source operand isanother MMX register or 64-bit memory location.The PMINUB instruction is an AMD extension to MMX™ instruction set and is an SSE instruction.The presence of this instruction set is indicated by CPUID feature bits. (See “CPUID” in Volume 3.)MnemonicOpcodePMINUB mmx1, mmx2/mem640F DA /rDescriptionCompares packed unsigned 8-bit integer values in anMMX register and another MMX register or 64-bitmemory location and writes the minimum value of eachcomparison in the destination MMX register.mmx1....mmx2/mem64..630.....63.0......minimumminimumpminub-64.epsRelated InstructionsPMAXSW, PMAXUB, PMINSWrFLAGS AffectedNoneInstruction ReferencePMINUB147AMD64 Technology26569—Rev.

3.08—July 2007ExceptionsExceptionRealXVirtual8086 ProtectedXCause of ExceptionXThe emulate bit (EM) of CR0 was set to 1.XXXThe SSE instructions are not supported, as indicatedby EDX bit 25 in CPUID function 0000_0001h; andthe AMD extensions to MMX are not supported, asindicated by EDX bit 22 of CPUID function8000_0001h.Device not available,#NMXXXThe task-switch bit (TS) of CR0 was set to 1.Stack, #SSXXXA memory address exceeded the stack segment limitor was non-canonical.XXXA memory address exceeded a data segment limit orwas non-canonical.XA null data segment was used to reference memory.XXA page fault resulted from the execution of theinstruction.XXAn unmasked x87 floating-point exception waspending.XXAn unaligned memory reference was performed whilealignment checking was enabled.Invalid opcode, #UDGeneral protection, #GPPage fault, #PFx87 floating-pointexception pending, #MFAlignment check, #AC148XPMINUBInstruction Reference26569—Rev.

3.08—July 2007AMD64 TechnologyPMOVMSKBPacked Move Mask ByteMoves the most-significant bit of each byte in the source operand in bitwise order to the low order byteof the destination operand. The upper 24 bits of the destination operand are cleared to zeros. Thedestination operand is a 32-bit general-purpose register and the source operand is an MMX register.The PMOVMSKB instruction is an AMD extension to MMX™ instruction set and is an SSEinstruction. The presence of this instruction set is indicated by CPUID feature bits.

(See “CPUID” inVolume 3.)MnemonicOpcodePMOVMSKB reg32, mmxDescriptionMoves most-significant bit of each byte in an MMX registerto the low-order byte of a 32-bit general-purpose register.0F D7 /rreg32mmx......73163 55 47 39 31 23 15 7 000. .. ...copycopypmovmskb-64.epsRelated InstructionsMOVMSKPD, MOVMSKPSrFLAGS AffectedNoneInstruction ReferencePMOVMSKB149AMD64 Technology26569—Rev. 3.08—July 2007ExceptionsExceptionRealXVirtual8086 ProtectedXCause of ExceptionXThe emulate bit (EM) of CR0 was set to 1.XXXThe SSE instructions are not supported, as indicated byEDX bit 25 in CPUID function 0000_0001h; and theAMD extensions to MMX are not supported, asindicated by EDX bit 22 of CPUID function8000_0001h.Device not available,#NMXXXThe task-switch bit (TS) of CR0 was set to 1.x87 floating-pointexception pending,#MFXXXAn unmasked x87 floating-point exception was pending.Invalid opcode, #UD150PMOVMSKBInstruction Reference26569—Rev.

3.08—July 2007AMD64 TechnologyPMULHRWPacked Multiply High Rounded WordMultiplies each of the four packed 16-bit signed integer values in the first source operand by thecorresponding packed 16-bit integer value in the second source operand, adds 8000h to the lower 16bits of the intermediate 32-bit result of each multiplication, and writes the high-order 16 bits of eachresult in the corresponding word of the destination (first source).

The addition of 8000h results in therounding of the result, providing a numerically more accurate result than the PMULHW instruction,which truncates the result. The first source/destination operand is an MMX register. The second sourceoperand is another MMX register or 64-bit memory location.The PMULHRW instruction is an AMD 3DNow!™ instruction. The presence of this instruction set isindicated by CPUID feature bits.

(See “CPUID” in Volume 3.)MnemonicOpcode0F 0F /rB7PMULHRW mmx1, mmx2/mem64DescriptionMultiply 16-bit signed integer values in an MMX registerand another MMX register or 64-bit memory location andwrite rounded result in the destination MMX register.mmx1.63mmx2/mem64.48 47 32 31 16 15.063.48 47 32 31 16 15.0.multiplyroundmultiplyroundpmulhrw.epsRelated InstructionsNonerFLAGS AffectedNoneInstruction ReferencePMULHRW151AMD64 Technology26569—Rev. 3.08—July 2007ExceptionsExceptionRealVirtual8086 ProtectedCause of ExceptionXXXThe emulate bit (EM) of CR0 was set to 1.XXXThe AMD 3DNow!™ instructions are not supported,as indicated by EDX bit 31 in CPUID function8000_0001h.Device not available,#NMXXXThe task-switch bit (TS) of CR0 was set to 1.Stack, #SSXXXA memory address exceeded the stack segment limitor was non-canonical.XXXA memory address exceeded a data segment limit orwas non-canonical.XA null data segment was used to reference memory.XXA page fault resulted from the execution of theinstruction.XXAn unmasked x87 floating-point exception waspending.XXAn unaligned memory reference was performed whilealignment checking was enabled.Invalid opcode, #UDGeneral protection, #GPPage fault, #PFx87 floating-pointexception pending, #MFAlignment check, #AC152XPMULHRWInstruction Reference26569—Rev.

3.08—July 2007AMD64 TechnologyPMULHUWPacked Multiply High Unsigned WordMultiplies each packed unsigned 16-bit values in the first source operand by the corresponding packedunsigned word in the second source operand and writes the high-order 16 bits of each intermediate 32bit result in the corresponding word of the destination (first source). The first source/destinationoperand is an MMX register and the second source operand is another MMX register or 64-bit memorylocation.The PMULHUW instruction is an AMD extension to MMX™ instruction set and is an SSEinstruction. The presence of this instruction set is indicated by CPUID feature bits. (See “CPUID” inVolume 3.)MnemonicOpcodePMULHUW mmx1, mmx2/mem64DescriptionMultiplies packed 16-bit values in an MMX registerby the packed 16-bit values in another MMX registeror 64-bit memory location and writes the high-order16 bits of each result in the destination MMXregister.0F E4 /rmmx1.mmx2/mem64.63 48 47 32 31 16 15.063 48 47 32 31 16 15..0.multiplymultiplypmulhuw-64.epsRelated InstructionsPMADDWD, PMULHW, PMULLW, PMULUDQrFLAGS AffectedNoneInstruction ReferencePMULHUW153AMD64 Technology26569—Rev.

3.08—July 2007ExceptionsExceptionRealXVirtual8086 ProtectedXCause of ExceptionXThe emulate bit (EM) of CR0 was set to 1.XXXThe SSE instructions are not supported, as indicatedby EDX bit 25 in CPUID function 0000_0001h; andthe AMD extensions to MMX are not supported, asindicated by EDX bit 22 of CPUID function8000_0001h.Device not available,#NMXXXThe task-switch bit (TS) of CR0 was set to 1.Stack, #SSXXXA memory address exceeded the stack segment limitor was non-canonical.XXXA memory address exceeded a data segment limit orwas non-canonical.XA null data segment was used to reference memory.XXA page fault resulted from the execution of theinstruction.XXAn unmasked x87 floating-point exception waspending.XXAn unaligned memory reference was performed whilealignment checking was enabled.Invalid opcode, #UDGeneral protection, #GPPage fault, #PFx87 floating-pointexception pending, #MFAlignment check, #AC154XPMULHUWInstruction Reference26569—Rev.

Характеристики

Тип файла
PDF-файл
Размер
1,38 Mb
Материал
Тип материала
Высшее учебное заведение

Список файлов книги

Свежие статьи
Популярно сейчас
Как Вы думаете, сколько людей до Вас делали точно такое же задание? 99% студентов выполняют точно такие же задания, как и их предшественники год назад. Найдите нужный учебный материал на СтудИзбе!
Ответы на популярные вопросы
Да! Наши авторы собирают и выкладывают те работы, которые сдаются в Вашем учебном заведении ежегодно и уже проверены преподавателями.
Да! У нас любой человек может выложить любую учебную работу и зарабатывать на её продажах! Но каждый учебный материал публикуется только после тщательной проверки администрацией.
Вернём деньги! А если быть более точными, то автору даётся немного времени на исправление, а если не исправит или выйдет время, то вернём деньги в полном объёме!
Да! На равне с готовыми студенческими работами у нас продаются услуги. Цены на услуги видны сразу, то есть Вам нужно только указать параметры и сразу можно оплачивать.
Отзывы студентов
Ставлю 10/10
Все нравится, очень удобный сайт, помогает в учебе. Кроме этого, можно заработать самому, выставляя готовые учебные материалы на продажу здесь. Рейтинги и отзывы на преподавателей очень помогают сориентироваться в начале нового семестра. Спасибо за такую функцию. Ставлю максимальную оценку.
Лучшая платформа для успешной сдачи сессии
Познакомился со СтудИзбой благодаря своему другу, очень нравится интерфейс, количество доступных файлов, цена, в общем, все прекрасно. Даже сам продаю какие-то свои работы.
Студизба ван лав ❤
Очень офигенный сайт для студентов. Много полезных учебных материалов. Пользуюсь студизбой с октября 2021 года. Серьёзных нареканий нет. Хотелось бы, что бы ввели подписочную модель и сделали материалы дешевле 300 рублей в рамках подписки бесплатными.
Отличный сайт
Лично меня всё устраивает - и покупка, и продажа; и цены, и возможность предпросмотра куска файла, и обилие бесплатных файлов (в подборках по авторам, читай, ВУЗам и факультетам). Есть определённые баги, но всё решаемо, да и администраторы реагируют в течение суток.
Маленький отзыв о большом помощнике!
Студизба спасает в те моменты, когда сроки горят, а работ накопилось достаточно. Довольно удобный сайт с простой навигацией и огромным количеством материалов.
Студ. Изба как крупнейший сборник работ для студентов
Тут дофига бывает всего полезного. Печально, что бывают предметы по которым даже одного бесплатного решения нет, но это скорее вопрос к студентам. В остальном всё здорово.
Спасательный островок
Если уже не успеваешь разобраться или застрял на каком-то задание поможет тебе быстро и недорого решить твою проблему.
Всё и так отлично
Всё очень удобно. Особенно круто, что есть система бонусов и можно выводить остатки денег. Очень много качественных бесплатных файлов.
Отзыв о системе "Студизба"
Отличная платформа для распространения работ, востребованных студентами. Хорошо налаженная и качественная работа сайта, огромная база заданий и аудитория.
Отличный помощник
Отличный сайт с кучей полезных файлов, позволяющий найти много методичек / учебников / отзывов о вузах и преподователях.
Отлично помогает студентам в любой момент для решения трудных и незамедлительных задач
Хотелось бы больше конкретной информации о преподавателях. А так в принципе хороший сайт, всегда им пользуюсь и ни разу не было желания прекратить. Хороший сайт для помощи студентам, удобный и приятный интерфейс. Из недостатков можно выделить только отсутствия небольшого количества файлов.
Спасибо за шикарный сайт
Великолепный сайт на котором студент за не большие деньги может найти помощь с дз, проектами курсовыми, лабораторными, а также узнать отзывы на преподавателей и бесплатно скачать пособия.
Популярные преподаватели
Добавляйте материалы
и зарабатывайте!
Продажи идут автоматически
6392
Авторов
на СтудИзбе
307
Средний доход
с одного платного файла
Обучение Подробнее