Главная » Просмотр файлов » Volume 4 128-Bit Media Instructions

Volume 4 128-Bit Media Instructions (794098), страница 46

Файл №794098 Volume 4 128-Bit Media Instructions (Intel and AMD manuals) 46 страницаVolume 4 128-Bit Media Instructions (794098) страница 462019-04-28СтудИзба
Просмтор этого файла доступен только зарегистрированным пользователям. Но у нас супер быстрая регистрация: достаточно только электронной почты!

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

3.09—July 2007AMD64 TechnologyPUNPCKLBWUnpack and Interleave Low BytesUnpacks the low-order bytes from the first and second source operands and packs them intointerleaved bytes in the destination (first source). The high-order bytes of the source operands areignored. The first source/destination operand is an XMM register and the second source operand isanother XMM register or 128-bit memory location.If the second source operand is all 0s, the destination contains the bytes from the first source operandzero-extended to 16 bits. This operation is useful for expanding unsigned 8-bit values to unsigned 16bit operands for subsequent processing that requires higher precision.The PUNPCKLBW instruction is an SSE2 instruction.

The presence of this instruction set is indicatedby a CPUID feature bit. (See “CPUID” in Volume 3.)MnemonicOpcodePUNPCKLBW xmm1,xmm2/mem128DescriptionUnpacks the eight low-order bytes in an XMMregister and another XMM register or 128-bitmemory location and packs them into interleavedbytes in the destination XMM register.66 0F 60 /rxmm1127xmm2/mem12864 630.

....64 63.copy....0. .copy127127.. .copy..64 63......copy.0punpcklbw-128.epsRelated InstructionsP U N P C K H B W, P U N P C K H D Q , P U N P C K H Q D Q , P U N P C K H W D , P U N P C K L D Q ,PUNPCKLQDQ, PUNPCKLWDrFLAGS AffectedNoneInstruction ReferencePUNPCKLBW353AMD64 Technology26568—Rev. 3.09—July 2007MXCSR Flags AffectedNoneExceptionsExceptionRealVirtual8086 ProtectedCause of ExceptionXXXThe SSE2 instructions are not supported, asindicated by EDX bit 26 of CPUID function0000_0001h.XXXThe emulate bit (EM) of CR0 was set to 1.XXXThe operating-system FXSAVE/FXRSTOR supportbit (OSFXSR) of CR4 is cleared to 0.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.XXThe memory operand was not aligned on a 16-byteboundary while MXCSR.MM was cleared to 0.Page fault, #PFXXA page fault resulted from the execution of theinstruction.Alignment check, #ACXXAn unaligned memory reference was performed whilealignment checking was enabled withMXCSR.MM set to 1.Invalid opcode, #UDGeneral protection, #GPX354PUNPCKLBWInstruction Reference26568—Rev.

3.09—July 2007PUNPCKLDQAMD64 TechnologyUnpack and Interleave Low DoublewordsUnpacks the low-order doublewords from the first and second source operands and packs them intointerleaved doublewords in the destination (first source). The high-order doublewords of the sourceoperands are ignored. The first source/destination operand is an XMM register and the second sourceoperand is another XMM register or 128-bit memory location.If the second source operand is all 0s, the destination contains the doubleword(s) from the first sourceoperand zero-extended to 64 bits. This operation is useful for expanding unsigned 32-bit values tounsigned 64-bit operands for subsequent processing that requires higher precision.The PUNPCKLDQ instruction is an SSE2 instruction. The presence of this instruction set is indicatedby a CPUID feature bit.

(See “CPUID” in Volume 3.)MnemonicOpcodePUNPCKLDQ xmm1,xmm2/mem128DescriptionUnpacks two low-order doublewords in an XMMregister and another XMM register or 128-bit memorylocation and packs them into interleaved doublewordsin the destination XMM register.66 0F 62 /rxmm1127xmm2/mem12864 6332 31copy1270127copy96 9564 6332 31064 6332 31copycopy0punpckldq-128.epsRelated InstructionsP U N P C K H B W, P U N P C K H D Q , P U N P C K H Q D Q , P U N P C K H W D , P U N P C K L B W,PUNPCKLQDQ, PUNPCKLWDrFLAGS AffectedNoneInstruction ReferencePUNPCKLDQ355AMD64 Technology26568—Rev. 3.09—July 2007MXCSR Flags AffectedNoneExceptionsExceptionRealVirtual8086 ProtectedCause of ExceptionXXXThe SSE2 instructions are not supported, asindicated by EDX bit 26 of CPUID function0000_0001h.XXXThe emulate bit (EM) of CR0 was set to 1.XXXThe operating-system FXSAVE/FXRSTOR supportbit (OSFXSR) of CR4 is cleared to 0.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.XXThe memory operand was not aligned on a 16-byteboundary while MXCSR.MM was cleared to 0.Page fault, #PFXXA page fault resulted from the execution of theinstruction.Alignment check, #ACXXAn unaligned memory reference was performed whilealignment checking was enabled withMXCSR.MM set to 1.Invalid opcode, #UDGeneral protection, #GPX356PUNPCKLDQInstruction Reference26568—Rev.

3.09—July 2007PUNPCKLQDQAMD64 TechnologyUnpack and Interleave Low QuadwordsUnpacks the low-order quadwords from the first and second source operands and packs them intointerleaved quadwords in the destination (first source). The first source/destination is an XMMregister, and the second source operand is another XMM register or 128-bit memory location. Thehigh-order quadwords of the source operands are ignored.If the second source operand is all 0s, the destination contains the quadword from the first sourceoperand zero-extended to 128 bits.

This operation is useful for expanding unsigned 64-bit values tounsigned 128-bit operands for subsequent processing that requires higher precision.The PUNPCKLQDQ instruction is an SSE2 instruction. The presence of this instruction set isindicated by a CPUID feature bit. (See “CPUID” in Volume 3.)MnemonicOpcodePUNPCKLQDQ xmm1, xmm2/mem128DescriptionUnpacks low-order quadwords in an XMMregister and another XMM register or 128-bitmemory location and packs them intointerleaved quadwords in the destination XMMregister.66 0F 6C /rxmm1127xmm2/mem12864 63012764 63copy1270copy64 630punpcklqdq.epsRelated InstructionsPUNPCKHBW, PUNPCKHDQ, PUNPCKHQDQ, PUNPCKHWD, PUNPCKLBW, PUNPCKLDQ,PUNPCKLWDrFLAGS AffectedNoneInstruction ReferencePUNPCKLQDQ357AMD64 Technology26568—Rev.

3.09—July 2007MXCSR Flags AffectedNoneExceptionsExceptionRealVirtual8086 ProtectedCause of ExceptionXXXThe SSE2 instructions are not supported, asindicated by EDX bit 26 of CPUID function0000_0001h.XXXThe emulate bit (EM) of CR0 was set to 1.XXXThe operating-system FXSAVE/FXRSTOR supportbit (OSFXSR) of CR4 is cleared to 0.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.XXThe memory operand was not aligned on a 16-byteboundary while MXCSR.MM was cleared to 0.Page fault, #PFXXA page fault resulted from the execution of theinstruction.Alignment check, #ACXXAn unaligned memory reference was performed whilealignment checking was enabled withMXCSR.MM set to 1.Invalid opcode, #UDGeneral protection, #GPX358PUNPCKLQDQInstruction Reference26568—Rev.

3.09—July 2007AMD64 TechnologyPUNPCKLWDUnpack and Interleave Low WordsUnpacks the low-order words from the first and second source operands and packs them intointerleaved words in the destination (first source). The high-order words of the source operands areignored. The first source/destination operand is an XMM register and the second source operand isanother XMM register or 128-bit memory location.If the second source operand is all 0s, the destination contains the words from the first source operandzero-extended to 32 bits.

This operation is useful for expanding unsigned 16-bit values to unsigned 32bit operands for subsequent processing that requires higher precision.The PUNPCKLWD instruction is an SSE2 instruction. The presence of this instruction set is indicatedby a CPUID feature bit. (See “CPUID” in Volume 3.)MnemonicOpcodePUNPCKLWD xmm1,xmm2/mem128DescriptionUnpacks the four low-order words in an XMMregister and another XMM register or 128-bitmemory location and packs them into interleavedwords in the destination XMM register.66 0F 61 /rxmm1127xmm2/mem12864 63 48 47 32 31 16 15.012764 63 48 47 32 31 16 15..copycopy..copy.0.copy.. 111.

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

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

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

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