/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
opcode.s | 277 punpcklbw 0x90909090(%eax),%mm2
|
intel.s | 280 punpcklbw mm2, 0x90909090[eax]
|
opcode-suffix.d | 285 *[0-9a-f]+: 0f 60 90 90 90 90 90[ ]+punpcklbw -0x6f6f6f70\(%eax\),%mm2
|
opcode.d | 284 3b9: 0f 60 90 90 90 90 90 [ ]*punpcklbw -0x6f6f6f70\(%eax\),%mm2
|
intel.d | 287 [ ]*[a-f0-9]+: 0f 60 90 90 90 90 90 [ ]*punpcklbw -0x6f6f6f70\(%eax\),%mm2 [all...] |
opcode-intel.d | 285 *[0-9a-f]+: 0f 60 90 90 90 90 90[ ]+punpcklbw[ ]+mm2,(DWORD PTR )?\[eax-0x6f6f6f70\] [all...] |
/external/libjpeg-turbo/simd/ |
jidctred-mmx.asm | 456 punpcklbw mm1,mm4 ; mm1=(00 01 10 11 20 21 30 31)
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 119 punpcklbw mm0,mm6 /*11 Unpack low*/ 133 punpcklbw mm2,mm5 /*23 Unpack low*/ [all...] |
db_feature_matching.cpp | [all...] |
/art/compiler/optimizing/ |
code_generator_vector_x86.cc | 60 __ punpcklbw(reg, reg);
|
code_generator_vector_x86_64.cc | 57 __ punpcklbw(reg, reg);
|
/art/compiler/utils/x86_64/ |
assembler_x86_64.h | 543 void punpcklbw(XmmRegister dst, XmmRegister src);
|
assembler_x86_64_test.cc | [all...] |
assembler_x86_64.cc | 1554 void X86_64Assembler::punpcklbw(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler [all...] |
/external/swiftshader/src/Reactor/ |
Nucleus.cpp | 7370 RValue<Short4> punpcklbw(RValue<Byte8> x, RValue<Byte8> y) function in namespace:sw::x86 7373 llvm::Function *punpcklbw = Intrinsic::getDeclaration(module, Intrinsic::x86_mmx_punpcklbw); local [all...] |
/external/libvpx/libvpx/third_party/x86inc/ |
x86inc.asm | [all...] |
/external/valgrind/perf/ |
tinycc.c | [all...] |
/art/compiler/utils/x86/ |
assembler_x86.cc | 1345 void X86Assembler::punpcklbw(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |