Home
last modified time | relevance | path

Searched refs:CVT_S_W (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc471 CVT_S_W = 4, enumerator
979 Latency::MOVF_FREG + Latency::BRANCH + Latency::CVT_S_W + 2 + in Float32RoundLatency()
1365 return Latency::MOVT_FREG + Latency::CVT_S_W; in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc470 CVT_S_W = 4, enumerator
1127 Latency::MFC1 + Latency::BRANCH + Latency::CVT_S_W + 2 + in Float32RoundLatency()
1561 return Latency::MTC1 + Latency::CVT_S_W; in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc441 CVT_S_W = 4, enumerator
771 Latency::MFC1 + Latency::BRANCH + Latency::CVT_S_W; in Float32RoundLatency()
1790 return Latency::CVT_S_W; in GetInstructionLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp448 expandCvtFPInt(MBB, MI, Mips::CVT_S_W, Mips::MTC1, false); in expandPostRAPseudo()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h720 CVT_S_W = ((4U << 3) + 0),
H A Dassembler-mips64.cc3050 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h675 CVT_S_W = ((4U << 3) + 0),
H A Dassembler-mips.cc2843 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc3439 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegisterWRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3082 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegisterWRsType()

Completed in 41 milliseconds