Searched refs:Movmskpd (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1324 __ 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/ |
D | macro-assembler-shared-ia32-x64.h | 262 AVX_OP(Movmskpd, movmskpd)
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 1940 __ 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/ |
D | liftoff-assembler-x64.h | 3466 Movmskpd(dst.gp(), src.fp()); in emit_i64x2_bitmask()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 3901 Movmskpd(dst.gp(), src.fp()); in emit_i64x2_bitmask()
|