Searched refs:vroundps (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_lut3d.asm | 148 vroundps %1, %2, 0x01
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 1188 a.vroundps(A::ymm1, A::ymm2, A::NEAREST); 1189 a.vroundps(A::ymm1, A::ymm2, A::FLOOR); 1190 a.vroundps(A::ymm1, A::ymm2, A::CEIL); 1191 a.vroundps(A::ymm1, A::ymm2, A::TRUNC);
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 2123 void Assembler::vroundps(Ymm dst, Operand x, Rounding imm) { 3941 if (in_reg(x)) { a->vroundps(dst(x), r(x), Assembler::CEIL); } 3942 else { a->vroundps(dst(), any(x), Assembler::CEIL); } 3946 if (in_reg(x)) { a->vroundps(dst(x), r(x), Assembler::FLOOR); } 3947 else { a->vroundps(dst(), any(x), Assembler::FLOOR); }
|
H A D | SkVM.h | 195 void vroundps(Ymm dst, Operand x, Rounding);
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 1578 void vroundps(XMMRegister dst, XMMRegister src, RoundingMode mode) { in vroundps() function in v8::internal::Assembler 1582 void vroundps(YMMRegister dst, YMMRegister src, RoundingMode mode) { in vroundps() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 1258 void vroundps(XMMRegister dst, XMMRegister src, RoundingMode mode);
|
H A D | assembler-ia32.cc | 3069 void Assembler::vroundps(XMMRegister dst, XMMRegister src, RoundingMode mode) { in vroundps() function in v8::internal::Assembler
|
Completed in 31 milliseconds