Searched refs:TRUNC_W_D (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 550 TRUNC_W_D = ((1U << 3) + 5), enumerator
|
D | disasm-mips.cc | 854 case TRUNC_W_D: in DecodeTypeRegisterRsType()
|
D | assembler-mips.cc | 2641 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
|
D | simulator-mips.cc | 2760 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 579 TRUNC_W_D = ((1U << 3) + 5), enumerator
|
D | disasm-mips64.cc | 895 case TRUNC_W_D: in DecodeTypeRegisterRsType()
|
D | assembler-mips64.cc | 2964 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
|
D | simulator-mips64.cc | 3083 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()
|