Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc483 CEIL_W_S = 4, enumerator
1391 return Latency::CEIL_W_S + Latency::MOVF_FREG; in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc482 CEIL_W_S = 4, enumerator
1587 return Latency::CEIL_W_S + Latency::MFC1; in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc453 CEIL_W_S = 4, enumerator
1784 return Latency::CEIL_W_S; in GetInstructionLatency()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h670 CEIL_W_S = ((1U << 3) + 6),
H A Dassembler-mips64.cc2965 GenInstrRegister(COP1, S, f0, fs, fd, CEIL_W_S); in ceil_w_s()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h624 CEIL_W_S = ((1U << 3) + 6),
H A Dassembler-mips.cc2695 GenInstrRegister(COP1, S, f0, fs, fd, CEIL_W_S); in ceil_w_s()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2978 case CEIL_W_S: // Round double to word towards positive infinity. in DecodeTypeRegisterSRsType()
3058 // CEIL_W_S CEIL_L_S CVT_PS_S are unimplemented. in DecodeTypeRegisterSRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3499 case CEIL_W_S: // Round double to word towards positive infinity. in DecodeTypeRegisterSRsType()
3564 // CEIL_W_S CEIL_L_S CVT_PS_S are unimplemented. in DecodeTypeRegisterSRsType()

Completed in 46 milliseconds