Searched refs:TRUNC_W_D (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/mips/ |
D | instruction-scheduler-mips.cc | 371 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/ |
D | instruction-scheduler-mips64.cc | 404 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/ |
D | constants-mips.h | 640 TRUNC_W_D = ((1U << 3) + 5), enumerator
|
D | disasm-mips.cc | 1096 case TRUNC_W_D: in DecodeTypeRegisterRsType()
|
D | assembler-mips.cc | 2910 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
|
D | simulator-mips.cc | 2882 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 670 TRUNC_W_D = ((1U << 3) + 5), enumerator
|
D | disasm-mips64.cc | 1169 case TRUNC_W_D: in DecodeTypeRegisterRsType()
|
D | assembler-mips64.cc | 3301 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
|
D | simulator-mips64.cc | 3201 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()
|