Searched refs:Pinsrd (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 582 void Pinsrd(XMMRegister dst, XMMRegister src1, Op src2, uint8_t imm8, 597 void Pinsrd(XMMRegister dst, Op src, uint8_t imm8, 599 Pinsrd(dst, dst, src, imm8, load_pc_offset);
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1485 __ Pinsrd(i.OutputDoubleRegister(), i.InputOperand(1), 0); in AssembleArchInstruction() local 1488 __ Pinsrd(i.OutputDoubleRegister(), i.InputOperand(1), 1); in AssembleArchInstruction() local 1969 __ Pinsrd(dst, i.InputRegister(0), 0); in AssembleArchInstruction() local 1970 __ Pinsrd(dst, i.InputOperand(1), 1); in AssembleArchInstruction() local 1976 __ Pinsrd(i.OutputSimd128Register(), i.InputOperand(2), lane * 2); in AssembleArchInstruction() local 1977 __ Pinsrd(i.OutputSimd128Register(), i.InputOperand(3), lane * 2 + 1); in AssembleArchInstruction() local 2981 __ Pinsrd(dst, tmp, 2); in AssembleArchInstruction() local 2983 __ Pinsrd(dst, tmp, 3); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 2230 __ Pinsrd(i.OutputDoubleRegister(), i.InputRegister(1), 0); in AssembleArchInstruction() local 2232 __ Pinsrd(i.OutputDoubleRegister(), i.InputOperand(1), 0); in AssembleArchInstruction() local 2237 __ Pinsrd(i.OutputDoubleRegister(), i.InputRegister(1), 1); in AssembleArchInstruction() local 2239 __ Pinsrd(i.OutputDoubleRegister(), i.InputOperand(1), 1); in AssembleArchInstruction() local 3603 ASSEMBLE_PINSR(Pinsrd); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2147 Pinsrd(dst, scratch, 1); // insert {scratch} into UH of {dst}. in emit_f64_copysign() 2821 Pinsrd(dst.fp(), src.fp(), src_op, laneidx); in LoadLane() 2936 Pinsrd(dst.fp(), src.low_gp(), 0); in emit_i64x2_splat() 2937 Pinsrd(dst.fp(), src.high_gp(), 1); in emit_i64x2_splat()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2442 Pinsrd(dst.fp(), src.fp(), src_op, laneidx, protected_load_pc); in LoadLane()
|