Searched refs:CVT_S_W (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/mips64/ |
D | constants-mips64.h | 517 CVT_S_W = ((4 << 3) + 0), enumerator
|
D | simulator-mips64.cc | 2515 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegister()
|
D | assembler-mips64.cc | 2462 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
|
/external/v8/src/mips/ |
D | constants-mips.h | 504 CVT_S_W = ((4 << 3) + 0), enumerator
|
D | disasm-mips.cc | 562 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegister()
|
D | simulator-mips.cc | 2386 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegister()
|
D | assembler-mips.cc | 2236 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 298 expandCvtFPInt(MBB, MI, Mips::CVT_S_W, Mips::MTC1, false); in expandPostRAPseudo()
|
D | MipsInstrFPU.td | 307 def CVT_S_W : MMRel, ABSS_FT<"cvt.s.w", FGR32Opnd, FGR32Opnd, II_CVT>,
|