Searched refs:CVT_D_S (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 468 CVT_D_S = 4, enumerator 1361 return Latency::CVT_D_S; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 467 CVT_D_S = 4, enumerator 1557 return Latency::CVT_D_S; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 438 CVT_D_S = 4, enumerator 1778 return Latency::CVT_D_S; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 677 CVT_D_S = ((4U << 3) + 1),
|
H A D | assembler-mips64.cc | 3072 GenInstrRegister(COP1, S, f0, fs, fd, CVT_D_S); in cvt_d_s()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 631 CVT_D_S = ((4U << 3) + 1),
|
H A D | assembler-mips.cc | 2867 GenInstrRegister(COP1, S, f0, fs, fd, CVT_D_S); in cvt_d_s()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 2827 case CVT_D_S: in DecodeTypeRegisterSRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 3307 case CVT_D_S: in DecodeTypeRegisterSRsType()
|
Completed in 40 milliseconds