Searched refs:CVT_D_W (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 558 CVT_D_W = ((4U << 3) + 1), enumerator
|
D | disasm-mips.cc | 988 case CVT_D_W: // Convert word to double. in DecodeTypeRegisterWRsType()
|
D | assembler-mips.cc | 2680 GenInstrRegister(COP1, W, f0, fs, fd, CVT_D_W); in cvt_d_w()
|
D | simulator-mips.cc | 2758 case CVT_D_W: // Convert word to double. in DecodeTypeRegisterWRsType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 600 CVT_D_W = ((4U << 3) + 1), enumerator
|
D | disasm-mips64.cc | 1032 case CVT_D_W: // Convert word to double. in DecodeTypeRegisterWRsType()
|
D | assembler-mips64.cc | 2958 GenInstrRegister(COP1, W, f0, fs, fd, CVT_D_W); in cvt_d_w()
|
D | simulator-mips64.cc | 3125 case CVT_D_W: // Convert word to double. in DecodeTypeRegisterWRsType()
|