Searched refs:vcvttps2dq (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 1267 void vcvttps2dq(XMMRegister dst, XMMRegister src) { in vcvttps2dq() function in v8::internal::Assembler 1268 vcvttps2dq(dst, Operand(src)); in vcvttps2dq() 1270 void vcvttps2dq(XMMRegister dst, Operand src) { in vcvttps2dq() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 641 vcvttps2dq(dst, dst); in I32x4SConvertF32x4()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 2376 __ vcvttps2dq(tmp, tmp); in AssembleArchInstruction() 2381 __ vcvttps2dq(dst, dst); in AssembleArchInstruction()
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 2135 void Assembler::vcvttps2dq(Ymm dst, Operand x) { this->op(0xf3,0x0f,0x5b, dst,x); } 3956 if (in_reg(x)) { a->vcvttps2dq(dst(x), r(x)); } 3957 else { a->vcvttps2dq(dst(), any(x)); }
|
H A D | SkVM.h | 204 void vcvttps2dq(Ymm dst, Operand x);
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 1491 void vcvttps2dq(XMMRegister dst, XMMRegister src) { in vcvttps2dq() function in v8::internal::Assembler
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 1495 a.vcvttps2dq(A::ymm3, A::ymm2);
|
Completed in 30 milliseconds