Searched refs:Abspd (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 542 void Abspd(XMMRegister dst, XMMRegister src, Register tmp) { in Abspd() function in v8::internal::SharedTurboAssemblerBase
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1550 __ Abspd(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 2309 __ Abspd(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4020 Abspd(dst.fp(), src.fp(), tmp);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3582 Abspd(dst.fp(), src.fp(), kScratchRegister); in emit_f64x2_abs()
|
Completed in 27 milliseconds