Searched refs:Psubd (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 | 313 AVX_OP(Psubd, psubd)
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2129 __ Psubd(dst, src, kScratchDoubleReg); // get hi 16 bits in AssembleArchInstruction() local 2260 __ Psubd(dst, src); in AssembleArchInstruction() local 2278 __ Psubd(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 2887 __ Psubd(dst, kScratchDoubleReg); // get hi 16 bits in AssembleArchInstruction() local 3185 __ Psubd(dst, src); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 3200 Psubd(dst.fp(), src.fp()); in emit_i32x4_neg()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 3626 Psubd(dst.fp(), src.fp()); in emit_i32x4_neg()
|