Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc472 CVT_S_L = 4, enumerator
1367 return 1 + Latency::MOVT_DREG + Latency::CVT_S_L; in GetInstructionLatency()
1369 return Latency::MOVT_DREG + Latency::CVT_S_L; in GetInstructionLatency()
1379 2 * Latency::CVT_S_L + Latency::ADD_S; in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc471 CVT_S_L = 4, enumerator
1563 return 1 + Latency::DMTC1 + Latency::CVT_S_L; in GetInstructionLatency()
1565 return Latency::DMTC1 + Latency::CVT_S_L; in GetInstructionLatency()
1575 2 * Latency::CVT_S_L + Latency::ADD_S; in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc442 CVT_S_L = 4, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp455 expandCvtFPInt(MBB, MI, Mips::CVT_S_L, Mips::DMTC1, true); in expandPostRAPseudo()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h722 CVT_S_L = ((4U << 3) + 0),
H A Dassembler-mips64.cc3055 GenInstrRegister(COP1, L, f0, fs, fd, CVT_S_L); in cvt_s_l()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h677 CVT_S_L = ((4U << 3) + 0),
H A Dassembler-mips.cc2849 GenInstrRegister(COP1, L, f0, fs, fd, CVT_S_L); in cvt_s_l()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc3534 case CVT_S_L: in DecodeTypeRegisterLRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3585 case CVT_S_L: in DecodeTypeRegisterLRsType()

Completed in 51 milliseconds