HomeSort by relevance Sort by last modified time
    Searched refs:XMM6 (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/mesa/x86/
sse_xform4.S 72 MOVAPS( MAT(8), XMM6 ) /* m11 | m10 | m9 | m8 */
88 MULPS( XMM6, XMM2 ) /* oz*m11 | oz*m10 | oz*m9 | oz*m8 */
158 MOVSS( SRC(2), XMM6 ) /* oz */
159 SHUFPS( CONST(0x0), XMM6, XMM6 ) /* oz | oz | oz | oz */
160 MULPS( XMM2, XMM6 ) /* oz*m11 | oz*m10 | oz*m9 | oz*m8 */
167 ADDPS( XMM6, XMM4 ) /* ox*m3+oy*m7+oz*m11 | ... */
sse_xform3.S 89 MOVSS ( REGOFF(8, ESI), XMM6 ) /* | | | oz */
90 SHUFPS ( CONST(0x0), XMM6, XMM6 ) /* oz | oz | oz | oz */
94 MULPS ( XMM2, XMM6 ) /* m11*oz | m10*oz | m9*oz | m8*oz */
97 ADDPS ( XMM6, XMM4 )
275 XORPS ( XMM6, XMM6 ) /* 0 */
293 MOVSS ( XMM6, XMM5 ) /* 0 */
485 MOVSS( S(2), XMM6 )
486 SHUFPS( CONST(0x0), XMM6, XMM6 ) /* oz | oz | oz *
    [all...]
sse_normal.S 155 MOVSS ( M(8), XMM6 ) /* m8 */
156 MULSS ( ARG_SCALE, XMM6 ) /* m8*scale */
182 MULSS ( XMM6, XMM5 ) /* ux*m8*scale */
assyntax.h 230 #define XMM6 %xmm6
    [all...]
  /art/runtime/arch/x86_64/
registers_x86_64.h 59 XMM6 = 6,
quick_method_frame_info_x86_64.h 37 (1 << art::x86_64::XMM6) | (1 << art::x86_64::XMM7);
context_x86_64.cc 80 fprs_[XMM6] = nullptr;
  /art/compiler/utils/x86/
constants_x86.h 50 XMM6 = 6,
assembler_x86_test.cc 79 new x86::XmmRegister(x86::XMM6),
  /art/runtime/arch/x86/
quick_method_frame_info_x86.h 35 XMM6 = 6,
  /art/compiler/optimizing/
code_generator_x86_64.h 39 { XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7 };
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 223 ENTRY(XMM6) \
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 320 ; Win64 ABI requires that XMM6:XMM15 are callee saved
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 320 ; Win64 ABI requires that XMM6:XMM15 are callee saved
  /external/valgrind/memcheck/
mc_machine.c     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 219 fp_registers_.push_back(new x86_64::XmmRegister(x86_64::XMM6));
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 516 ; Use the shadow space to store XMM6 and XMM7, the rest needs stack space allocated.
518 movaps [rstk + stack_offset + 8], xmm6
565 movaps xmm6, [%1 + stack_offset - %%pad_size + 8]
    [all...]

Completed in 580 milliseconds