Home
last modified time | relevance | path

Searched refs:Movaps (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h1197 Movaps(dst, src); in Move()
2976 Movaps(liftoff::kScratchDoubleReg, rhs.fp()); in emit_i8x16_gt_u()
2990 Movaps(liftoff::kScratchDoubleReg, rhs.fp()); in emit_i8x16_ge_s()
3002 Movaps(liftoff::kScratchDoubleReg, rhs.fp()); in emit_i8x16_ge_u()
3035 Movaps(liftoff::kScratchDoubleReg, rhs.fp()); in emit_i16x8_gt_u()
3049 Movaps(liftoff::kScratchDoubleReg, rhs.fp()); in emit_i16x8_ge_s()
3061 Movaps(liftoff::kScratchDoubleReg, rhs.fp()); in emit_i16x8_ge_u()
3094 Movaps(liftoff::kScratchDoubleReg, rhs.fp()); in emit_i32x4_gt_u()
3108 Movaps(liftoff::kScratchDoubleReg, rhs.fp()); in emit_i32x4_ge_s()
3120 Movaps(liftoff::kScratchDoubleReg, rhs.fp()); in emit_i32x4_ge_u()
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2576 Movaps(kScratchDoubleReg, rhs.fp()); in emit_i8x16_gt_u()
2590 Movaps(kScratchDoubleReg, rhs.fp()); in emit_i8x16_ge_s()
2602 Movaps(kScratchDoubleReg, rhs.fp()); in emit_i8x16_ge_u()
2635 Movaps(kScratchDoubleReg, rhs.fp()); in emit_i16x8_gt_u()
2649 Movaps(kScratchDoubleReg, rhs.fp()); in emit_i16x8_ge_s()
2661 Movaps(kScratchDoubleReg, rhs.fp()); in emit_i16x8_ge_u()
2694 Movaps(kScratchDoubleReg, rhs.fp()); in emit_i32x4_gt_u()
2708 Movaps(kScratchDoubleReg, rhs.fp()); in emit_i32x4_ge_s()
2720 Movaps(kScratchDoubleReg, rhs.fp()); in emit_i32x4_ge_u()
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h257 AVX_OP(Movaps, movaps)
776 Movaps(dst, src); in I32x4TruncF32x4U()
Dmacro-assembler-shared-ia32-x64.cc137 Movaps(dst, src); in F64x2ExtractLane()
340 Movaps(dst, src); in F32x4ExtractLane()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc4242 __ Movaps(g.ToDoubleRegister(destination), g.ToDoubleRegister(source)); in AssembleMove() local
4373 __ Movaps(kScratchDoubleReg, src); in AssembleSwap() local
4374 __ Movaps(src, dst); in AssembleSwap() local
4375 __ Movaps(dst, kScratchDoubleReg); in AssembleSwap() local
4398 __ Movaps(src, kScratchDoubleReg); in AssembleSwap() local
4402 __ Movaps(src, kScratchDoubleReg); in AssembleSwap() local
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2271 __ Movaps(i.OutputDoubleRegister(), i.OutputDoubleRegister()); in AssembleArchInstruction() local
3255 __ Movaps(tmp, dst); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/x64/
Dmacro-assembler-x64.cc1525 Movaps(dst, src); in CallRecordWriteStub()