Searched refs:CVT_S_W (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrFPU.td | 139 def CVT_S_W : FFR1<0x20, 20, "cvt", "s.w", FGR32, FGR32>; 366 def : Pat<(f32 (sint_to_fp CPURegs:$src)), (CVT_S_W (MTC1 CPURegs:$src))>;
|
/external/v8/src/mips/ |
D | constants-mips.h | 575 CVT_S_W = ((4U << 3) + 0), enumerator
|
D | disasm-mips.cc | 1001 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegisterWRsType()
|
D | assembler-mips.cc | 2843 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
|
D | simulator-mips.cc | 2948 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegisterWRsType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 604 CVT_S_W = ((4U << 3) + 0), enumerator
|
D | disasm-mips64.cc | 1042 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegisterWRsType()
|
D | assembler-mips64.cc | 3093 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
|
D | simulator-mips64.cc | 3245 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegisterWRsType()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 369 expandCvtFPInt(MBB, MI, Mips::CVT_S_W, Mips::MTC1, false); in expandPostRAPseudo()
|
D | MipsInstrFPU.td | 308 def CVT_S_W : MMRel, ABSS_FT<"cvt.s.w", FGR32Opnd, FGR32Opnd, II_CVT>,
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 481 24365U, // CVT_S_W 2195 0U, // CVT_S_W
|
D | MipsGenDisassemblerTables.inc | 1125 /* 2991 */ MCD_OPC_Decode, 208, 3, 71, // Opcode: CVT_S_W
|