Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.h550 TRUNC_W_D = ((1U << 3) + 5), enumerator
Ddisasm-mips.cc854 case TRUNC_W_D: in DecodeTypeRegisterRsType()
Dassembler-mips.cc2641 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
Dsimulator-mips.cc2760 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()
/external/v8/src/mips64/
Dconstants-mips64.h579 TRUNC_W_D = ((1U << 3) + 5), enumerator
Ddisasm-mips64.cc895 case TRUNC_W_D: in DecodeTypeRegisterRsType()
Dassembler-mips64.cc2964 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
Dsimulator-mips64.cc3083 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()