/third_party/musl/src/math/x32/ |
H A D | sqrtl.s | 4 fsqrt
|
H A D | asinl.s | 10 fsqrt
|
H A D | acosl.s | 12 fsqrt
|
/third_party/musl/src/math/x86_64/ |
H A D | sqrtl.s | 4 fsqrt
|
H A D | asinl.s | 10 fsqrt
|
H A D | acosl.s | 12 fsqrt
|
/third_party/musl/src/math/i386/ |
H A D | asinl.s | 10 fsqrt
|
H A D | acosf.s | 10 fsqrt
|
H A D | acosl.s | 10 fsqrt
|
H A D | asinf.s | 14 fsqrt
|
H A D | asin.s | 14 fsqrt
|
H A D | acos.s | 12 fsqrt
|
H A D | hypot.s | 30 fsqrt
|
H A D | hypotf.s | 29 fsqrt
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-fp-aarch64.cc | 80 COMPARE(fsqrt(s8, s9), "fsqrt s8, s9"); in TEST() 81 COMPARE(fsqrt(s31, s30), "fsqrt s31, s30"); in TEST() 82 COMPARE(fsqrt(d10, d11), "fsqrt d10, d11"); in TEST() 83 COMPARE(fsqrt(d31, d30), "fsqrt d31, d30"); in TEST()
|
H A D | test-cpu-features-aarch64.cc | 649 TEST_FP(fsqrt_0, fsqrt(d0, d1)) 650 TEST_FP(fsqrt_1, fsqrt(s0, s1)) 3363 TEST_FP_NEON(fsqrt_0, fsqrt(v0.V2S(), v1.V2S())) 3364 TEST_FP_NEON(fsqrt_1, fsqrt(v0.V4S(), v1.V4S())) 3365 TEST_FP_NEON(fsqrt_2, fsqrt(v0.V2D(), v1.V2D())) 3506 TEST_FP_FPHALF(fsqrt_0, fsqrt(h0, h1)) 3728 TEST_FP_NEON_NEONHALF(fsqrt_0, fsqrt(v0.V4H(), v1.V4H())) 3729 TEST_FP_NEON_NEONHALF(fsqrt_1, fsqrt(v0.V8H(), v1.V8H()))
|
H A D | test-trace-aarch64.cc | 588 __ fsqrt(d14, d17); in GenerateTestSequenceFP() 589 __ fsqrt(s4, s14); in GenerateTestSequenceFP() 2732 __ fsqrt(v6.V2D(), v18.V2D()); in GenerateTestSequenceNEONFP() 2733 __ fsqrt(v6.V2S(), v18.V2S()); in GenerateTestSequenceNEONFP() 2734 __ fsqrt(v0.V4S(), v31.V4S()); in GenerateTestSequenceNEONFP()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 70 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 1429 Format(instr, "fsqrt.s 'fd, 'fj"); in DecodeTypekOp22() 1432 Format(instr, "fsqrt.d 'fd, 'fj"); in DecodeTypekOp22()
|
/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 1336 Format(instr, "fsqrt'. 'Dt, 'Db"); in DecodeExt4()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 767 #define FSQRT CHOICE(fsqrt, fsqrt, fsqrt) 1480 #define FSQRT fsqrt
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 2890 Format(instr, "fsqrt.'t 'wd, 'ws"); in DecodeTypeMsa2RF()
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 1095 V(f32_sqrt, fsqrt, DoubleRegister, DoubleRegister, , , ROUND_F64_TO_F32, , \ 1105 V(f64_sqrt, fsqrt, DoubleRegister, DoubleRegister, , , USE, , void) \
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 831 ALU_CASE(fsqrt, fsqrt); in emit_alu()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1106 void fsqrt(const DoubleRegister frt, const DoubleRegister frb,
|