Searched refs:cvtss2si (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/src/math/x32/ |
H A D | lrintf.s | 4 cvtss2si %xmm0,%rax
|
H A D | llrintf.s | 4 cvtss2si %xmm0,%rax
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | x86.hpp | 23 RValue<Int> cvtss2si(RValue<Float> val);
|
H A D | LLVMReactor.cpp | 2409 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 D | IceAssemblerX8632.h | 649 void cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, XmmRegister src); 650 void cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy,
|
H A D | IceAssemblerX8664.h | 668 void cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, XmmRegister src); 669 void cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy,
|
H A D | IceInstX8632.cpp | 1582 &Assembler::cvtss2si, &Assembler::cvtss2si};
|
H A D | IceInstX8664.cpp | 1584 &Assembler::cvtss2si, &Assembler::cvtss2si};
|
H A D | IceAssemblerX8632.cpp | 1705 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 D | IceAssemblerX8664.cpp | 1842 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 D | x86inc.asm | 1362 AVX_INSTR cvtss2si, sse
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 1658 #define CVTSS2SI(a, b) cvtss2si P_ARG2(a, b)
|
Completed in 50 milliseconds