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

  /bionic/libm/x86_64/
ceilf.S 34 roundss $0x2,%xmm0,%xmm0 label
floorf.S 34 roundss $0x1,%xmm0,%xmm0 label
truncf.S 34 roundss $0x3,%xmm0,%xmm0 label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
arch-1.s 8 roundss $0,%xmm1,%xmm0 label
arch-2.s 8 roundss $0,%xmm1,%xmm0 label
arch-3.s 8 roundss $0,%xmm1,%xmm0 label
x86-64-arch-1.s 8 roundss $0,%xmm1,%xmm0 label
simd.s 62 roundss $0,(%eax),%xmm0
162 roundss xmm0,DWORD PTR [eax],0x0 label
x86-64-simd.s 82 roundss $0,(%rax),%xmm0
210 roundss xmm0,DWORD PTR [rax],0x0 label
  /external/llvm/test/MC/X86/
x86-64.s 527 // rdar://8456376 - llvm-mc rejects 'roundss'
528 roundss $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0a,0xc0,0x0e] label
  /art/compiler/utils/x86/
assembler_x86.cc 784 void X86Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 941 void X86_64Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 2301 void Assembler::roundss(XMMRegister dst, XMMRegister src, RoundingMode mode) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 3687 void Assembler::roundss(XMMRegister dst, XMMRegister src, RoundingMode mode) { function in class:v8::internal::Assembler
    [all...]

Completed in 291 milliseconds