Home
last modified time | relevance | path

Searched refs:SQRT_D (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc534 SQRT_D = 32, enumerator
1333 return Latency::SQRT_D; in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc533 SQRT_D = 32, enumerator
1529 return Latency::SQRT_D; in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc504 SQRT_D = 32, enumerator
1798 return Latency::SQRT_D; in GetInstructionLatency()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h686 SQRT_D = ((0U << 3) + 4),
H A Dassembler-mips64.cc2908 GenInstrRegister(COP1, S, f0, fs, fd, SQRT_D); in sqrt_s()
2912 GenInstrRegister(COP1, D, f0, fs, fd, SQRT_D); in sqrt_d()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h641 SQRT_D = ((0U << 3) + 4),
H A Dassembler-mips.cc2637 GenInstrRegister(COP1, D, f0, fs, fd, SQRT_D); in sqrt_d()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc3212 case SQRT_D: in DecodeTypeRegisterDRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2831 case SQRT_D: in DecodeTypeRegisterDRsType()

Completed in 43 milliseconds