Home
last modified time | relevance | path

Searched refs:vroundps (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
H A Dvf_lut3d.asm148 vroundps %1, %2, 0x01
/third_party/skia/tests/
H A DSkVMTest.cpp1188 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 DSkVM.cpp2123 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 DSkVM.h195 void vroundps(Ymm dst, Operand x, Rounding);
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h1578 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 Dassembler-ia32.h1258 void vroundps(XMMRegister dst, XMMRegister src, RoundingMode mode);
H A Dassembler-ia32.cc3069 void Assembler::vroundps(XMMRegister dst, XMMRegister src, RoundingMode mode) { in vroundps() function in v8::internal::Assembler

Completed in 34 milliseconds