HomeSort by relevance Sort by last modified time
    Searched full:cvtsd2si (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/llvm/test/CodeGen/X86/
sse2-intrinsics-x86.ll 137 ; CHECK: cvtsd2si
138 %res = call i32 @llvm.x86.sse2.cvtsd2si(<2 x double> %a0) ; <i32> [#uses=1]
141 declare i32 @llvm.x86.sse2.cvtsd2si(<2 x double>) nounwind readnone
stack-folding-fp-sse42.ll 299 ;CHECK: cvtsd2si {{-?[0-9]*}}(%rsp), %eax {{.*#+}} 16-byte Folded Reload
301 %2 = call i32 @llvm.x86.sse2.cvtsd2si(<2 x double> %a0)
304 declare i32 @llvm.x86.sse2.cvtsd2si(<2 x double>) nounwind readnone
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc     [all...]
assembler_x86_64.h 439 void cvtsd2si(CpuRegister dst, XmmRegister src); // Note: this is the r32 version.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
gnu.go 125 case CVTSD2SI, CVTSS2SI, CVTTSD2SI, CVTTSS2SI,
523 case CVTSI2SS, CVTSI2SD, CVTSS2SI, CVTSD2SI, CVTTSD2SI, CVTTSS2SI:
tables.go 1242 /*2053*/ uint16(xSetOp), uint16(CVTSD2SI),
1247 /*2059*/ uint16(xSetOp), uint16(CVTSD2SI),
1269 /*2095*/ uint16(xSetOp), uint16(CVTSD2SI),
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
gnu.go 125 case CVTSD2SI, CVTSS2SI, CVTTSD2SI, CVTTSS2SI,
523 case CVTSI2SS, CVTSI2SD, CVTSS2SI, CVTSD2SI, CVTTSD2SI, CVTTSS2SI:
tables.go 1242 /*2053*/ uint16(xSetOp), uint16(CVTSD2SI),
1247 /*2059*/ uint16(xSetOp), uint16(CVTSD2SI),
1269 /*2095*/ uint16(xSetOp), uint16(CVTSD2SI),
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-simd-suffix.d 63 [ ]*[a-f0-9]+: f2 0f 2d 00 cvtsd2si \(%rax\),%eax
182 [ ]*[a-f0-9]+: f2 0f 2d 00 cvtsd2si \(%rax\),%eax
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-simd-suffix.d 63 [ ]*[a-f0-9]+: f2 0f 2d 00 cvtsd2si \(%rax\),%eax
182 [ ]*[a-f0-9]+: f2 0f 2d 00 cvtsd2si \(%rax\),%eax
  /art/compiler/utils/x86/
assembler_x86.h 417 void cvtsd2si(Register dst, XmmRegister src);
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 511 asm("cvtsd2si %1,%0" : "=r" (n) : "x" (x));
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 503 asm("cvtsd2si %1,%0" : "=r" (n) : "x" (x));
  /ndk/sources/android/support/src/msun/
math_private.h 499 asm("cvtsd2si %1,%0" : "=r" (n) : "x" (x));
  /external/v8/src/x64/
disasm-x64.cc     [all...]
macro-assembler-x64.cc 911 void MacroAssembler::Cvtsd2si(Register dst, XMMRegister src) {
916 cvtsd2si(dst, src);
    [all...]
  /external/valgrind/none/tests/amd64/
insn_sse2.def 63 cvtsd2si xmm.pd[12.34,56.78] r32.sd[99] => 1.sd[12]
64 cvtsd2si m128.pd[56.78,12.34] r32.sd[99] => 1.sd[57]
    [all...]
  /external/valgrind/none/tests/x86/
insn_sse2.def 63 cvtsd2si xmm.pd[12.34,56.78] r32.sd[99] => 1.sd[12]
64 cvtsd2si m128.pd[56.78,12.34] r32.sd[99] => 1.sd[57]
    [all...]
  /bionic/libm/x86/
e_cosh.S 120 cvtsd2si %xmm3, %eax
e_sinh.S 127 cvtsd2si %xmm3, %eax
s_tanh.S 127 cvtsd2si %xmm3, %eax
  /bionic/libm/x86_64/
e_cosh.S 102 cvtsd2si %xmm3, %eax
s_tanh.S 108 cvtsd2si %xmm3, %eax
  /external/elfutils/tests/
testfile44.expect.bz2 
  /art/disassembler/
disassembler_x86.cc 500 opcode1 = "cvtsd2si";
    [all...]

Completed in 840 milliseconds

12 3 4