Searched refs:CVT_S_W (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 414 CVT_S_W = ((4 << 3) + 0), enumerator
|
D | disasm-mips.cc | 582 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegister()
|
D | simulator-mips.cc | 2149 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegister()
|
D | assembler-mips.cc | 1828 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 243 def CVT_S_W : ABSS_FT<"cvt.s.w", FGR32, FGR32, IIFcvt>, ABSS_FM<0x20, 20>; 473 def : MipsPat<(f32 (sint_to_fp CPURegs:$src)), (CVT_S_W (MTC1 CPURegs:$src))>;
|