Searched refs:TRUNC_W_D (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/mips64/ |
D | constants-mips64.h | 498 TRUNC_W_D = ((1 << 3) + 5), enumerator
|
D | disasm-mips64.cc | 538 case TRUNC_W_D: in DecodeTypeRegister()
|
D | simulator-mips64.cc | 2431 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegister()
|
D | assembler-mips64.cc | 2341 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
|
/external/v8/src/mips/ |
D | constants-mips.h | 485 TRUNC_W_D = ((1 << 3) + 5), enumerator
|
D | disasm-mips.cc | 510 case TRUNC_W_D: in DecodeTypeRegister()
|
D | simulator-mips.cc | 2292 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegister()
|
D | assembler-mips.cc | 2115 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
|