Searched refs:Movmskps (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1298 __ Movmskps(i.TempRegister(0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 1350 __ Movmskps(i.TempRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1353 __ Movmskps(i.TempRegister(0), kScratchDoubleReg); in AssembleArchInstruction() local 2453 __ Movmskps(i.OutputRegister(), i.InputSimd128Register(0)); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 263 AVX_OP(Movmskps, movmskps)
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 1885 __ Movmskps(kScratchRegister, i.InputDoubleRegister(0)); in AssembleArchInstruction() local 1911 __ Movmskps(kScratchRegister, i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1914 __ Movmskps(kScratchRegister, kScratchDoubleReg); in AssembleArchInstruction() local 3311 __ Movmskps(i.OutputRegister(), i.InputSimd128Register(0)); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 3211 Movmskps(dst.gp(), src.fp()); in emit_i32x4_bitmask()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 3637 Movmskps(dst.gp(), src.fp()); in emit_i32x4_bitmask()
|