Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1324 __ Movmskpd(i.TempRegister(0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1380 __ Movmskpd(i.TempRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1383 __ Movmskpd(i.TempRegister(0), kScratchDoubleReg); in AssembleArchInstruction() local
2026 __ Movmskpd(i.OutputRegister(), i.InputSimd128Register(0)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h262 AVX_OP(Movmskpd, movmskpd)
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1940 __ Movmskpd(kScratchRegister, i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1966 __ Movmskpd(kScratchRegister, i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1969 __ Movmskpd(kScratchRegister, kScratchDoubleReg); in AssembleArchInstruction() local
3042 __ Movmskpd(i.OutputRegister(), i.InputSimd128Register(0)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h3466 Movmskpd(dst.gp(), src.fp()); in emit_i64x2_bitmask()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h3901 Movmskpd(dst.gp(), src.fp()); in emit_i64x2_bitmask()