Searched refs:roundss (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | x86.hpp | 36 RValue<Float> roundss(RValue<Float> val, unsigned char imm);
|
D | LLVMReactor.cpp | 3045 return x86::roundss(x, 0); in Round() 3062 return x86::roundss(x, 3); in Trunc() 3754 RValue<Float> roundss(RValue<Float> val, unsigned char imm) in roundss() function 3756 …llvm::Function *roundss = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::x86_… in roundss() local 3770 …return RValue<Float>(Nucleus::createExtractElement(V(jit->builder->CreateCall(roundss, { V(undef),… in roundss() 3775 return roundss(val, 1); in floorss() 3780 return roundss(val, 2); in ceilss()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 5531 // FP round - roundss, roundps, roundsd, roundpd
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7751 "orxq\007roundpd\007roundps\007roundsd\007roundss\003rsm\007rsqrtps\007r" 10142 …{ 6974 /* roundss */, X86::ROUNDSSr_Int, Convert__Reg1_2__Tie0_1_1__Reg1_1__ImmUnsignedi81_0, AMFB… 10143 …{ 6974 /* roundss */, X86::ROUNDSSm_Int, Convert__Reg1_2__Tie0_1_1__Mem325_1__ImmUnsignedi81_0, AM… 24702 …{ 6974 /* roundss */, X86::ROUNDSSr_Int, Convert__Reg1_0__Tie0_1_1__Reg1_1__ImmUnsignedi81_2, AMFB… 24703 …{ 6974 /* roundss */, X86::ROUNDSSm_Int, Convert__Reg1_0__Tie0_1_1__Mem325_1__ImmUnsignedi81_2, AM…
|