/external/llvm/test/CodeGen/X86/ |
vec_insert-7.ll | 8 ; CHECK: pinsrd 9 ; CHECK: pinsrd
|
vec_insert-9.ll | 2 ; RUN: grep pinsrd %t | count 1
|
buildvec-insertvec.ll | 9 ; CHECK-NEXT: pinsrd $3, %eax, %xmm0
|
vec_insert-mmx.ll | 49 ; X86-64-NEXT: pinsrd $0
|
widen_cast-4.ll | 60 ; CHECK-WIDE-NEXT: pinsrd
|
widen_load-2.ll | 23 ; CHECK-NEXT: pinsrd $2, 8(%{{.*}}), %[[R0]] 25 ; CHECK-NEXT: pinsrd $2, 8(%{{.*}}), %[[R1]]
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
386.s | 78 PINSRD $1, (AX), X0 79 PINSRD $2, foo+4(FP), X0
|
386.out | 46 78 00046 (testdata/386.s:78) PINSRD $1, (AX), X0 47 79 00047 (testdata/386.s:79) PINSRD $2, foo+4(FP), X0
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
386.s | 78 PINSRD $1, (AX), X0 79 PINSRD $2, foo+4(FP), X0
|
386.out | 46 78 00046 (testdata/386.s:78) PINSRD $1, (AX), X0 47 79 00047 (testdata/386.s:79) PINSRD $2, foo+4(FP), X0
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
sse4_1.s | 48 pinsrd $0,(%ecx),%xmm0 49 pinsrd $0,%ecx,%xmm0 143 pinsrd xmm0,DWORD PTR [ecx],0x0 144 pinsrd xmm0,ecx,0x0
|
x86-64-sse4_1.s | 54 pinsrd $0x0,(%rcx),%xmm0 55 pinsrd $0x0,%ecx,%xmm0 157 pinsrd xmm0,DWORD PTR [rcx],0x0 158 pinsrd xmm0,ecx,0x0
|
sse4_1-intel.d | 53 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd xmm0,DWORD PTR \[ecx\],0x0 54 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd xmm0,ecx,0x0 146 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd xmm0,DWORD PTR \[ecx\],0x0 147 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd xmm0,ecx,0x0
|
sse4_1.d | 52 [ ]*[0-9a-f]+: 66 0f 3a 22 01 00 pinsrd \$0x0,\(%ecx\),%xmm0 53 [ ]*[0-9a-f]+: 66 0f 3a 22 c1 00 pinsrd \$0x0,%ecx,%xmm0 145 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd \$0x0,\(%ecx\),%xmm0 146 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd \$0x0,%ecx,%xmm0
|
x86-64-sse4_1-intel.d | 59 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd xmm0,DWORD PTR \[rcx\],0x0 60 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd xmm0,ecx,0x0 160 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd xmm0,DWORD PTR \[rcx\],0x0 161 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd xmm0,ecx,0x0
|
x86-64-sse4_1.d | 58 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd \$0x0,\(%rcx\),%xmm0 59 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd \$0x0,%ecx,%xmm0 159 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd \$0x0,\(%rcx\),%xmm0 160 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd \$0x0,%ecx,%xmm0
|
/external/boringssl/src/crypto/perlasm/ |
x86asm.pl | 94 sub ::pinsrd 99 { &::generic("pinsrd",@_); }
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 587 "PINSRD",
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
anames.go | 584 "PINSRD",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 587 "PINSRD",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
anames.go | 584 "PINSRD",
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-sse4_1-intel.d | 59 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd xmm0,DWORD PTR \[rcx\],0x0 60 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd xmm0,ecx,0x0 160 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd xmm0,DWORD PTR \[rcx\],0x0 161 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd xmm0,ecx,0x0
|
x86-64-sse4_1.d | 59 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd \$0x0,\(%rcx\),%xmm0 60 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd \$0x0,%ecx,%xmm0 160 [ ]*[a-f0-9]+: 66 0f 3a 22 01 00 pinsrd \$0x0,\(%rcx\),%xmm0 161 [ ]*[a-f0-9]+: 66 0f 3a 22 c1 00 pinsrd \$0x0,%ecx,%xmm0
|
/external/llvm/docs/CommandGuide/ |
FileCheck.rst | 146 ; X32: pinsrd $1, 4(%esp), %xmm0 149 ; X64: pinsrd $1, %edi, %xmm0
|
/external/v8/test/cctest/ |
test-disasm-x64.cc | 490 __ pinsrd(xmm9, r9, 0); 491 __ pinsrd(xmm5, rax, 1);
|