Home
last modified time | relevance | path

Searched refs:ASSEMBLE_SIMD_PUNPCK_SHUFFLE (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc458 #define ASSEMBLE_SIMD_PUNPCK_SHUFFLE(opcode) \ macro
3368 ASSEMBLE_SIMD_PUNPCK_SHUFFLE(punpckhqdq); in AssembleArchInstruction()
3371 ASSEMBLE_SIMD_PUNPCK_SHUFFLE(punpckhdq); in AssembleArchInstruction()
3374 ASSEMBLE_SIMD_PUNPCK_SHUFFLE(punpckhwd); in AssembleArchInstruction()
3377 ASSEMBLE_SIMD_PUNPCK_SHUFFLE(punpckhbw); in AssembleArchInstruction()
3380 ASSEMBLE_SIMD_PUNPCK_SHUFFLE(punpcklqdq); in AssembleArchInstruction()
3383 ASSEMBLE_SIMD_PUNPCK_SHUFFLE(punpckldq); in AssembleArchInstruction()
3386 ASSEMBLE_SIMD_PUNPCK_SHUFFLE(punpcklwd); in AssembleArchInstruction()
3389 ASSEMBLE_SIMD_PUNPCK_SHUFFLE(punpcklbw); in AssembleArchInstruction()
4612 #undef ASSEMBLE_SIMD_PUNPCK_SHUFFLE