Searched refs:subsd (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | sse-instr.h | 80 V(subsd, F2, 0F, 5C) \
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | sse-instr.h | 148 V(subsd, F2, 0F, 5C) \
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 336 AVX_OP(Subsd, subsd)
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 1564 AVX_INSTR subsd, sse2, 1, 0, 0
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 2091 subsd(dst, liftoff::kScratchDoubleReg); in emit_f64_sub() 2094 subsd(dst, rhs); in emit_f64_sub()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1688 subsd(dst, kScratchDoubleReg); in emit_f64_sub() 1691 subsd(dst, rhs); in emit_f64_sub()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 1822 ASSEMBLE_SSE_BINOP(subsd); in AssembleArchInstruction()
|
Completed in 26 milliseconds