Home
last modified time | relevance | path

Searched refs:Movmskps (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1298 __ 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/
Dmacro-assembler-shared-ia32-x64.h263 AVX_OP(Movmskps, movmskps)
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1885 __ 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/
Dliftoff-assembler-x64.h3211 Movmskps(dst.gp(), src.fp()); in emit_i32x4_bitmask()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h3637 Movmskps(dst.gp(), src.fp()); in emit_i32x4_bitmask()