Home
last modified time | relevance | path

Searched refs:cvtss2si (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/math/x32/
H A Dlrintf.s4 cvtss2si %xmm0,%rax
H A Dllrintf.s4 cvtss2si %xmm0,%rax
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A Dx86.hpp23 RValue<Int> cvtss2si(RValue<Float> val);
H A DLLVMReactor.cpp2409 return x86::cvtss2si(cast); in RoundInt()
2475 // return x86::cvtss2si(val); // FIXME: Unsigned
3677 RValue<Int> cvtss2si(RValue<Float> val) in cvtss2si() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h649 void cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, XmmRegister src);
650 void cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy,
H A DIceAssemblerX8664.h668 void cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, XmmRegister src);
669 void cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy,
H A DIceInstX8632.cpp1582 &Assembler::cvtss2si, &Assembler::cvtss2si};
H A DIceInstX8664.cpp1584 &Assembler::cvtss2si, &Assembler::cvtss2si};
H A DIceAssemblerX8632.cpp1705 void AssemblerX8632::cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvtss2si() function in Ice::X8632::AssemblerX8632
1714 void AssemblerX8632::cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvtss2si() function in Ice::X8632::AssemblerX8632
H A DIceAssemblerX8664.cpp1842 void AssemblerX8664::cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvtss2si() function in Ice::X8664::AssemblerX8664
1852 void AssemblerX8664::cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvtss2si() function in Ice::X8664::AssemblerX8664
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1362 AVX_INSTR cvtss2si, sse
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h1658 #define CVTSS2SI(a, b) cvtss2si P_ARG2(a, b)

Completed in 50 milliseconds