HomeSort by relevance Sort by last modified time
    Searched refs:pandn (Results 51 - 64 of 64) sorted by null

1 23

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
XmmArith.cpp 197 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", pandn, " #Type \
207 __ pandn(IceType_i##Size, XmmRegister::Encoded_Reg_##Dst, \
223 "(" #Dst ", " #Value0 ", Addr, " #Value1 ", pandn, " #Type ", " #Size \
232 __ pandn(IceType_i##Size, XmmRegister::Encoded_Reg_##Dst, \
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
XmmArith.cpp 196 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", pandn, " #Type \
206 __ pandn(IceType_i##Size, Encoded_Xmm_##Dst(), Encoded_Xmm_##Src()); \
221 "(" #Dst ", " #Value0 ", Addr, " #Value1 ", pandn, " #Type ", " #Size \
230 __ pandn(IceType_i##Size, Encoded_Xmm_##Dst(), dwordAddress(T1)); \
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
opcode-suffix.d 386 *[0-9a-f]+: 0f df 90 90 90 90 90[ ]+pandn[ ]+-0x6f6f6f70\(%eax\),%mm2
opcode.d 385 615: 0f df 90 90 90 90 90 [ ]*pandn -0x6f6f6f70\(%eax\),%mm2
intel.d 388 [ ]*[a-f0-9]+: 0f df 90 90 90 90 90 [ ]*pandn -0x6f6f6f70\(%eax\),%mm2
    [all...]
opcode-intel.d 386 *[0-9a-f]+: 0f df 90 90 90 90 90[ ]+pandn[ ]+mm2,(QWORD PTR )?\[eax-0x6f6f6f70\]
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 1395 void X86_64Assembler::pandn(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm     [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86BaseImpl.h 854 void AssemblerX86Base<TraitsType>::pandn(Type /* Ty */, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
865 void AssemblerX86Base<TraitsType>::pandn(Type /* Ty */, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
    [all...]
IceInstX86Base.h 140 Pandn,
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 1189 void X86Assembler::pandn(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]

Completed in 386 milliseconds

1 23