Searched refs:CVT_D_W (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 576 CVT_D_W = ((4U << 3) + 1), enumerator
|
D | disasm-mips.cc | 1004 case CVT_D_W: // Convert word to double. in DecodeTypeRegisterWRsType()
|
D | assembler-mips.cc | 2860 GenInstrRegister(COP1, W, f0, fs, fd, CVT_D_W); in cvt_d_w()
|
D | simulator-mips.cc | 2952 case CVT_D_W: // Convert word to double. in DecodeTypeRegisterWRsType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 605 CVT_D_W = ((4U << 3) + 1), enumerator
|
D | disasm-mips64.cc | 1045 case CVT_D_W: // Convert word to double. in DecodeTypeRegisterWRsType()
|
D | assembler-mips64.cc | 3109 GenInstrRegister(COP1, W, f0, fs, fd, CVT_D_W); in cvt_d_w()
|
D | simulator-mips64.cc | 3249 case CVT_D_W: // Convert word to double. in DecodeTypeRegisterWRsType()
|