/external/chromium_org/v8/test/cctest/ |
D | test-disasm-x64.cc | 359 __ andps(xmm0, xmm1); in TEST() local 360 __ andps(xmm0, Operand(rbx, rcx, times_4, 10000)); in TEST() local
|
D | test-disasm-ia32.cc | 372 __ andps(xmm0, xmm1); in TEST() local 373 __ andps(xmm0, Operand(ebx, ecx, times_4, 10000)); in TEST() local
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | ssewidth.asm | 29 andps xmm1, xmm2 label 30 andps xmm1, dqword [rbx] label
|
D | avx.asm | 130 andps xmm1, xmm2 label 131 andps xmm1, [rax] label 132 andps xmm1, dqword [rax] label
|
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.h | 903 void andps(XMMRegister dst, XMMRegister src) { andps(dst, Operand(src)); } in andps() function
|
D | assembler-ia32.cc | 2000 void Assembler::andps(XMMRegister dst, const Operand& src) { in andps() function in v8::internal::Assembler
|
D | lithium-codegen-ia32.cc | 3573 __ andps(input_reg, scratch); in DoMathAbs() local
|
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.cc | 2207 void Assembler::andps(XMMRegister dst, XMMRegister src) { in andps() function in v8::internal::Assembler 2216 void Assembler::andps(XMMRegister dst, const Operand& src) { in andps() function in v8::internal::Assembler
|
D | lithium-codegen-x64.cc | 3670 __ andps(input_reg, scratch); in DoMathAbs() local
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | x86insn_nasm.gperf | 38 andps, xmm_xmm128_insn, 2, SUF_Z, 0x00, 0x54, 0, 0, CPU_SSE, 0, 0 keyword
|
D | x86insn_gas.gperf | 51 andps, xmm_xmm128_insn, 2, SUF_Z, 0x00, 0x54, 0, 0, CPU_SSE, 0, 0 keyword
|