HomeSort by relevance Sort by last modified time
    Searched full:pcmpistri (Results 1 - 25 of 36) sorted by null

1 2

  /external/valgrind/main/memcheck/tests/amd64/
insn-pcmpistri.vgtest 1 prereq: test -e ./insn-pcmpistri
2 prog: insn-pcmpistri
insn-pcmpistri.stderr.exp 2 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
3 by 0x........: test_strlen (insn-pcmpistri.c:62)
4 by 0x........: doit (insn-pcmpistri.c:74)
5 by 0x........: main (insn-pcmpistri.c:79)
8 at 0x........: doit (insn-pcmpistri.c:73)
9 by 0x........: main (insn-pcmpistri.c:79)
13 at 0x........: aligned_strlen (insn-pcmpistri.c:21)
14 by 0x........: test_strlen (insn-pcmpistri.c:62)
15 by 0x........: doit (insn-pcmpistri.c:74)
16 by 0x........: main (insn-pcmpistri.c:80
    [all...]
Makefile.am 18 insn-pcmpistri.vgtest insn-pcmpistri.stdout.exp insn-pcmpistri.stderr.exp \
52 check_PROGRAMS += insn-pcmpistri
insn-pcmpistri.c 12 /* Exercise pcmpistri instruction in a realistic way. */
Makefile.in 69 @HAVE_ASM_CONSTRAINT_P_TRUE@am__append_7 = insn-pcmpistri
80 @HAVE_ASM_CONSTRAINT_P_TRUE@am__EXEEXT_2 = insn-pcmpistri$(EXEEXT)
96 insn_pcmpistri_SOURCES = insn-pcmpistri.c
97 insn_pcmpistri_OBJECTS = insn-pcmpistri.$(OBJEXT)
129 insn-bsfl.c insn-pcmpistri.c insn-pmovmskb.c more_x87_fp.c \
132 insn-bsfl.c insn-pcmpistri.c insn-pmovmskb.c more_x87_fp.c \
438 insn-pcmpistri.vgtest insn-pcmpistri.stdout.exp insn-pcmpistri.stderr.exp \
514 insn-pcmpistri$(EXEEXT): $(insn_pcmpistri_OBJECTS) $(insn_pcmpistri_DEPENDENCIES) $(EXTRA_insn_pcmpistri_DEPENDEN (…)
    [all...]
  /external/llvm/test/CodeGen/X86/
sse42-intrinsics-x86.ll 104 ; CHECK: pcmpistri $7
113 ; CHECK: pcmpistri $7, (
123 ; CHECK: pcmpistri
132 ; CHECK: pcmpistri
141 ; CHECK: pcmpistri
150 ; CHECK: pcmpistri
159 ; CHECK: pcmpistri
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
sse4.asm 85 pcmpistri xmm1, xmm2, 5 label
86 pcmpistri xmm1, [0], 5 label
avx.asm 1330 pcmpistri xmm1, xmm2, 5 label
1331 pcmpistri xmm1, [rax], byte 5 label
1332 pcmpistri xmm1, dqword [rax], 5 label
    [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 3 pcmpistri to drive it. Does not check the e-vs-i or i-vs-m
437 "pcmpistri $0x4A, %%xmm2, %%xmm11" "\n\t"
528 "pcmpistri $0x3A, %%xmm2, %%xmm11" "\n\t"
621 "pcmpistri $0x0C, %%xmm2, %%xmm11" "\n\t"
709 "pcmpistri $0x08, %%xmm2, %%xmm11" "\n\t"
802 "pcmpistri $0x1A, %%xmm2, %%xmm11" "\n\t"
895 "pcmpistri $0x02, %%xmm2, %%xmm11" "\n\t"
    [all...]
pcmpstr64w.c 3 pcmpistri to drive it. Does not check the e-vs-i or i-vs-m
396 "pcmpistri $0x4B, %%xmm2, %%xmm11" "\n\t"
487 "pcmpistri $0x3B, %%xmm2, %%xmm11" "\n\t"
580 "pcmpistri $0x0D, %%xmm2, %%xmm11" "\n\t"
666 "pcmpistri $0x09, %%xmm2, %%xmm11" "\n\t"
759 "pcmpistri $0x1B, %%xmm2, %%xmm11" "\n\t"
852 "pcmpistri $0x03, %%xmm2, %%xmm11" "\n\t"
934 "pcmpistri $0x13, %%xmm2, %%xmm11" "\n\t"
    [all...]
pcmpxstrx64.c 81 "pcmpistri $0x4A, %%xmm2, %%xmm13" "\n\t"
110 "pcmpistri $0x0A, %%xmm2, %%xmm13" "\n\t"
pcmpxstrx64w.c 82 "pcmpistri $0x4B, %%xmm2, %%xmm13" "\n\t"
111 "pcmpistri $0x0B, %%xmm2, %%xmm13" "\n\t"
  /external/qemu/target-i386/
ops_sse_header.h 333 DEF_HELPER_4(glue(pcmpistri, SUFFIX), void, env, Reg, Reg, i32)
  /external/elfutils/0.153/libcpu/
ChangeLog 47 pblendvb, pblendw, pcmpeqq, pcmpestri, pcmpestrm, pcmpistri, pcmpistrm,
  /external/llvm/lib/Target/X86/
X86InstrFragmentsSIMD.td 265 def X86pcmpistri : SDNode<"X86ISD::PCMPISTRI", SDT_PCMPISTRI>;
X86ISelLowering.h 402 PCMPISTRI,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
x86inc.asm 1009 AVX_INSTR pcmpistri, 0, 0, 0
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
x86inc.asm 1102 AVX_INSTR pcmpistri, 0, 0, 0
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 1009 AVX_INSTR pcmpistri, 0, 0, 0
  /external/chromium_org/third_party/x86inc/
x86inc.asm 867 AVX_INSTR pcmpistri, 0, 0
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 1081 AVX_INSTR pcmpistri, 0, 0, 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 1081 AVX_INSTR pcmpistri, 0, 0, 0
  /external/elfutils/0.153/libcpu/defs/
i386     [all...]
  /external/valgrind/main/
NEWS 83 326469 amd64->IR: 0x66 0xF 0x3A 0x63 0xC1 0xE (pcmpistri 0x0E)
388 309921 PCMPISTRI validity bit propagation is imprecise
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 494 pcmpistri, sse4pcmpstr_insn, 1, SUF_Z, 0x63, 0, 0, 0, CPU_SSE42, 0, 0
    [all...]

Completed in 7134 milliseconds

1 2