/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
sse-noavx.s | 20 movntq %mm2,(%eax)
|
x86-64-sse-noavx.s | 21 movntq %mm2,(%rax)
|
sse-noavx.d | 25 [ ]*[a-f0-9]+: 0f e7 10 movntq %mm2,\(%eax\)
|
x86-64-sse-noavx.d | 26 [ ]*[a-f0-9]+: 0f e7 10 movntq %mm2,\(%rax\)
|
katmai.s | 154 movntq %mm2,(%eax)
|
katmai.d | 158 231: 0f e7 10 [ ]*movntq %mm2,\(%eax\)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-sse-noavx.d | 27 [ ]*[a-f0-9]+: 0f e7 10 movntq %mm2,\(%rax\)
|
/art/compiler/utils/x86_64/ |
assembler_x86_64_test.cc | 815 TEST_F(AssemblerX86_64Test, Movntq) { 816 GetAssembler()->movntq(x86_64::Address( 818 GetAssembler()->movntq(x86_64::Address( 820 GetAssembler()->movntq(x86_64::Address( 822 GetAssembler()->movntq(x86_64::Address(x86_64::CpuRegister(x86_64::R13), 0), x86_64::CpuRegister(x86_64::RAX)); 823 GetAssembler()->movntq(x86_64::Address( 832 DriverStr(expected, "movntq"); [all...] |
assembler_x86_64.h | 360 void movntq(const Address& dst, CpuRegister src); [all...] |
assembler_x86_64.cc | 205 void X86_64Assembler::movntq(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
x86inc.asm | 643 %define movnta movntq
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
x86inc.asm | 724 %define movnta movntq
|
/external/libvpx/libvpx/third_party/x86inc/ |
x86inc.asm | 949 %define movnta movntq [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |