HomeSort by relevance Sort by last modified time
    Searched defs:XMM0 (Results 1 - 6 of 6) sorted by null

  /art/runtime/arch/x86/
quick_method_frame_info_x86.h 29 XMM0 = 0,
44 (1 << art::x86::XMM0) | (1 << art::x86::XMM1) |
  /art/runtime/arch/x86_64/
registers_x86_64.h 53 XMM0 = 0,
  /art/compiler/utils/x86/
constants_x86.h 44 XMM0 = 0,
  /art/compiler/optimizing/
intrinsics_x86.cc 725 locations->SetOut(Location::FpuRegisterLocation(XMM0));
851 locations->SetOut(Location::FpuRegisterLocation(XMM0));
865 __ movsd(Address(ESP, 0), XMM0);
877 __ movsd(XMM0, Address(ESP, 0));
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 224 #define XMM0 %xmm0
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-dis.c 392 #define XMM0 { XMM_Fixup, 0 }
    [all...]

Completed in 289 milliseconds