Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Лаб2012 / 319433-011.pdf
Скачиваний:
27
Добавлен:
02.02.2015
Размер:
2.31 Mб
Скачать

INSTRUCTION SET REFERENCE

PMULLW/PMULLD - Multiply Packed Integers and Store Low Result

Opcode/

Op/

64/32

CPUID

Description

Instruction

En

-bit

Feature

 

 

 

Mode

Flag

 

66 0F D5 /r

A

V/V

SSE2

Multiply the packed signed word

PMULLW xmm1, xmm2/m128

 

 

 

integers in xmm1 and

 

 

 

 

xmm2/m128, and store the low

 

 

 

 

16 bits of the results in xmm1

66 0F 38 40 /r

A

V/V

SSE4_1

Multiply the packed dword

PMULLD xmm1, xmm2/m128

 

 

 

signed integers in xmm1 and

 

 

 

 

xmm2/m128 and store the low

 

 

 

 

32 bits of each product in

 

 

 

 

xmm1

VEX.NDS.128.66.0F.WIG D5 /r

B

V/V

AVX

Multiply the packed signed word

VPMULLW xmm1, xmm2,

 

 

 

integers in xmm2 and

xmm3/m128

 

 

 

xmm3/m128, and store the low

 

 

 

 

16 bits of the results in xmm1

VEX.NDS.128.66.0F38.WIG 40 /r

B

V/V

AVX

Multiply the packed dword

VPMULLD xmm1, xmm2,

 

 

 

signed integers in xmm2 and

xmm3/m128

 

 

 

xmm3/m128 and store the low

 

 

 

 

32 bits of each product in

 

 

 

 

xmm1

VEX.NDS.256.66.0F.WIG D5 /r

B

V/V

AVX2

Multiply the packed signed word

VPMULLW ymm1, ymm2,

 

 

 

integers in ymm2 and

ymm3/m256

 

 

 

ymm3/m256, and store the low

 

 

 

 

16 bits of the results in ymm1

VEX.NDS.256.66.0F38.WIG 40 /r

B

V/V

AVX2

Multiply the packed dword

VPMULLD ymm1, ymm2,

 

 

 

signed integers in ymm2 and

ymm3/m256

 

 

 

ymm3/m256 and store the low

 

 

 

 

32 bits of each product in

 

 

 

 

ymm1

 

 

 

 

 

5-138

Ref. # 319433-011

INSTRUCTION SET REFERENCE

Instruction Operand Encoding

Op/En

Operand 1

Operand 2

Operand 3

Operand 4

A

ModRM:reg (r, w)

ModRM:r/m (r)

NA

NA

B

ModRM:reg (w)

VEX.vvvv

ModRM:r/m (r)

NA

 

 

 

 

 

Description

Performs a SIMD signed multiply of the packed signed word (dword) integers in the first source operand and the second source operand and stores the low 16(32) bits of each intermediate 32-bit(64-bit) result in the destination operand.

128-bit Legacy SSE version: The first source and destination operands are XMM registers. The second source operand is an XMM register or a 128-bit memory location. Bits (255:128) of the corresponding YMM destination register remain unchanged.

VEX.128 encoded version: The first source and destination operands are XMM registers. The second source operand is an XMM register or a 128-bit memory location. Bits (255:128) of the corresponding YMM register are zeroed.

VEX.256 encoded version: The second source operand can be an YMM register or a 256-bit memory location. The first source and destination operands are YMM registers.

Operation

VPMULLD (VEX.256 encoded version)

Temp0[63:0] SRC1[31:0] * SRC2[31:0]

Temp1[63:0] SRC1[63:32] * SRC2[63:32]

Temp2[63:0] SRC1[95:64] * SRC2[95:64]

Temp3[63:0] SRC1[127:96] * SRC2[127:96]

Temp4[63:0] SRC1[159:128] * SRC2[159:128]

Temp5[63:0] SRC1[191:160] * SRC2[191:160]

Temp6[63:0] SRC1[223:192] * SRC2[223:192]

Temp7[63:0] SRC1[255:224] * SRC2[255:224]

DEST[31:0] Temp0[31:0]

DEST[63:32] Temp1[31:0]

DEST[95:64] Temp2[31:0]

DEST[127:96] Temp3[31:0]

DEST[159:128] Temp4[31:0]

DEST[191:160] Temp5[31:0]

DEST[223:192] Temp6[31:0]

DEST[255:224] Temp7[31:0]

VPMULLD (VEX.128 encoded version)

Ref. # 319433-011

5-139

INSTRUCTION SET REFERENCE

Temp0[63:0] SRC1[31:0] * SRC2[31:0]

Temp1[63:0] SRC1[63:32] * SRC2[63:32]

Temp2[63:0] SRC1[95:64] * SRC2[95:64]

Temp3[63:0] SRC1[127:96] * SRC2[127:96]

DEST[31:0] Temp0[31:0]

DEST[63:32] Temp1[31:0]

DEST[95:64] Temp2[31:0]

DEST[127:96] Temp3[31:0]

DEST[VLMAX:128] 0

PMULLD (128-bit Legacy SSE version)

Temp0[63:0] DEST[31:0] * SRC[31:0] Temp1[63:0] DEST[63:32] * SRC[63:32] Temp2[63:0] DEST[95:64] * SRC[95:64] Temp3[63:0] DEST[127:96] * SRC[127:96] DEST[31:0] Temp0[31:0]

DEST[63:32] Temp1[31:0]

DEST[95:64] Temp2[31:0]

DEST[127:96] Temp3[31:0]

DEST[VLMAX:128] (Unmodified)

VPMULLW (VEX.256 encoded version)

Temp0[31:0] SRC1[15:0] * SRC2[15:0] Temp1[31:0] SRC1[31:16] * SRC2[31:16] Temp2[31:0] SRC1[47:32] * SRC2[47:32] Temp3[31:0] SRC1[63:48] * SRC2[63:48] Temp4[31:0] SRC1[79:64] * SRC2[79:64] Temp5[31:0] SRC1[95:80] * SRC2[95:80] Temp6[31:0] SRC1[111:96] * SRC2[111:96] Temp7[31:0] SRC1[127:112] * SRC2[127:112] Temp8[31:0] SRC1[143:128] * SRC2[143:128] Temp9[31:0] SRC1[159:144] * SRC2[159:144] Temp10[31:0] SRC1[175:160] * SRC2[175:160] Temp11[31:0] SRC1[191:176] * SRC2[191:176] Temp12[31:0] SRC1[207:192] * SRC2[207:192] Temp13[31:0] SRC1[223:208] * SRC2[223:208] Temp14[31:0] SRC1[239:224] * SRC2[239:224] Temp15[31:0] SRC1[255:240] * SRC2[255:240] DEST[15:0] Temp0[15:0]

DEST[31:16] Temp1[15:0]

DEST[47:32] Temp2[15:0]

DEST[63:48] Temp3[15:0]

DEST[79:64] Temp4[15:0]

5-140

Ref. # 319433-011

INSTRUCTION SET REFERENCE

DEST[95:80] Temp5[15:0]

DEST[111:96] Temp6[15:0]

DEST[127:112] Temp7[15:0]

DEST[143:128] Temp8[15:0]

DEST[159:144] Temp9[15:0]

DEST[175:160] Temp10[15:0]

DEST[191:176] Temp11[15:0]

DEST[207:192] TEMP12[15:0]

DEST[223:208] Temp13[15:0]

DEST[239:224] Temp14[15:0]

DEST[255:240] Temp15[15:0]

VPMULLW (VEX.128 encoded version)

Temp0[31:0] SRC1[15:0] * SRC2[15:0]

Temp1[31:0] SRC1[31:16] * SRC2[31:16]

Temp2[31:0] SRC1[47:32] * SRC2[47:32]

Temp3[31:0] SRC1[63:48] * SRC2[63:48]

Temp4[31:0] SRC1[79:64] * SRC2[79:64]

Temp5[31:0] SRC1[95:80] * SRC2[95:80]

Temp6[31:0] SRC1[111:96] * SRC2[111:96]

Temp7[31:0] SRC1[127:112] * SRC2[127:112]

DEST[15:0] Temp0[15:0]

DEST[31:16] Temp1[15:0]

DEST[47:32] Temp2[15:0]

DEST[63:48] Temp3[15:0]

DEST[79:64] Temp4[15:0]

DEST[95:80] Temp5[15:0]

DEST[111:96] Temp6[15:0]

DEST[127:112] Temp7[15:0]

DEST[VLMAX:128] 0

PMULLW (128-bit Legacy SSE version)

Temp0[31:0] DEST[15:0] * SRC[15:0]

Temp1[31:0] DEST[31:16] * SRC[31:16]

Temp2[31:0] DEST[47:32] * SRC[47:32]

Temp3[31:0] DEST[63:48] * SRC[63:48]

Temp4[31:0] DEST[79:64] * SRC[79:64]

Temp5[31:0] DEST[95:80] * SRC[95:80]

Temp6[31:0] DEST[111:96] * SRC[111:96]

Temp7[31:0] DEST[127:112] * SRC[127:112]

DEST[15:0] Temp0[15:0]

DEST[31:16] Temp1[15:0]

DEST[47:32] Temp2[15:0]

Ref. # 319433-011

5-141

INSTRUCTION SET REFERENCE

DEST[63:48] Temp3[15:0]

DEST[79:64] Temp4[15:0]

DEST[95:80] Temp5[15:0]

DEST[111:96] Temp6[15:0]

DEST[127:112] Temp7[15:0]

DEST[127:96] Temp3[31:0];

DEST[VLMAX:128] (Unmodified)

Intel C/C++ Compiler Intrinsic Equivalent

(V)PMULLW __m128i _mm_mullo_epi16 ( __m128i a, __m128i b); (V)PMULLD __m128i _mm_mullo_epi32(__m128i a, __m128i b); VPMULLW __m256i _mm256_mullo_epi16 ( __m256i a, __m256i b); VPMULLD __m256i _mm256_mullo_epi32(__m256i a, __m256i b);

SIMD Floating-Point Exceptions

None

Other Exceptions

See Exceptions Type 4

5-142

Ref. # 319433-011

Соседние файлы в папке Лаб2012