Home
last modified time | relevance | path

Searched refs:TRUNC_W_D (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc371 TRUNC_W_D = 4, enumerator
721 return Mfhc1Latency() + Latency::TRUNC_W_D + Mthc1Latency(); in Trunc_w_dLatency()
723 return Latency::TRUNC_W_D; in Trunc_w_dLatency()
737 Latency::TRUNC_W_D + Latency::MFC1 + OrLatency(false) + in Trunc_uw_dLatency()
738 Latency::BRANCH + Latency::TRUNC_W_D + Latency::MFC1; in Trunc_uw_dLatency()
1280 return 2 + Latency::TRUNC_W_D + Latency::MFC1 + 2 + AndLatency(false) + in TryInlineTruncateDoubleToILatency()
/external/v8/src/compiler/mips64/
Dinstruction-scheduler-mips64.cc404 TRUNC_W_D = 4, enumerator
903 return 2 + Latency::TRUNC_W_D + Latency::MFC1 + 2 + AndLatency(false) + in TryInlineTruncateDoubleToILatency()
1512 return Latency::TRUNC_W_D + Latency::MFC1; in GetInstructionLatency()
1528 2 * Latency::TRUNC_W_D + Latency::SUB_D + OrLatency() + in GetInstructionLatency()
/external/v8/src/mips/
Dconstants-mips.h640 TRUNC_W_D = ((1U << 3) + 5), enumerator
Ddisasm-mips.cc1096 case TRUNC_W_D: in DecodeTypeRegisterRsType()
Dassembler-mips.cc2910 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
Dsimulator-mips.cc2882 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()
/external/v8/src/mips64/
Dconstants-mips64.h670 TRUNC_W_D = ((1U << 3) + 5), enumerator
Ddisasm-mips64.cc1169 case TRUNC_W_D: in DecodeTypeRegisterRsType()
Dassembler-mips64.cc3301 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
Dsimulator-mips64.cc3201 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()