Home
last modified time | relevance | path

Searched refs:fabs_d (Results 1 - 8 of 8) sorted by relevance

/third_party/optimized-routines/math/test/
H A Dulp.c611 #define fabs_d fabs macro
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h598 void fabs_d(FPURegister fd, FPURegister fj);
H A Dassembler-loong64.cc1785 void Assembler::fabs_d(FPURegister fd, FPURegister fj) { in fabs_d() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1076 void fabs_d(FPURegister rd, FPURegister rs) { fsgnjx_d(rd, rs, rs); } in fabs_d() function
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1309 FP_UNOP(f64_abs, fabs_d)
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc1235 __ fabs_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc1307 __ fabs_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1424 FP_UNOP(f64_abs, fabs_d)

Completed in 33 milliseconds