Home
last modified time | relevance | path

Searched refs:CVT_S_W (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/compiler/mips64/
Dinstruction-scheduler-mips64.cc376 CVT_S_W = 4, enumerator
1045 Latency::MFC1 + Latency::BRANCH + Latency::CVT_S_W + 2 + in Float32RoundLatency()
1490 return Latency::MTC1 + Latency::CVT_S_W; in GetInstructionLatency()
/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc343 CVT_S_W = 4, enumerator
673 Latency::MFC1 + Latency::BRANCH + Latency::CVT_S_W; in Float32RoundLatency()
1715 return Latency::CVT_S_W; in GetInstructionLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/MIR/Mips/
Dlive-debug-values-reg-copy.mir191 $f0 = CVT_S_W killed $f0, debug-location !19
227 $f0 = CVT_S_W killed $f0, debug-location !19
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrFPU.td139 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips3/
Dvalid.s67 # CHECK: # <MCInst #{{[0-9]+}} CVT_S_W
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp369 expandCvtFPInt(MBB, MI, Mips::CVT_S_W, Mips::MTC1, false); in expandPostRAPseudo()
DMipsInstrFPU.td308 def CVT_S_W : MMRel, ABSS_FT<"cvt.s.w", FGR32Opnd, FGR32Opnd, II_CVT>,
/external/v8/src/mips/
Dconstants-mips.h665 CVT_S_W = ((4U << 3) + 0), enumerator
Ddisasm-mips.cc1243 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegisterWRsType()
Dassembler-mips.cc3112 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
Dsimulator-mips.cc3070 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegisterWRsType()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r3/
Dvalid.s101 # CHECK: # <MCInst #{{[0-9]+}} CVT_S_W
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64/
Dvalid.s101 # CHECK: # <MCInst #{{[0-9]+}} CVT_S_W
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r5/
Dvalid.s101 # CHECK: # <MCInst #{{[0-9]+}} CVT_S_W
/external/v8/src/mips64/
Dconstants-mips64.h695 CVT_S_W = ((4U << 3) + 0), enumerator
Ddisasm-mips64.cc1316 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegisterWRsType()
Dassembler-mips64.cc3430 GenInstrRegister(COP1, W, f0, fs, fd, CVT_S_W); in cvt_s_w()
Dsimulator-mips64.cc3363 case CVT_S_W: // Convert word to float (single). in DecodeTypeRegisterWRsType()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips4/
Dvalid.s99 # CHECK: # <MCInst #{{[0-9]+}} CVT_S_W
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp447 expandCvtFPInt(MBB, MI, Mips::CVT_S_W, Mips::MTC1, false); in expandPostRAPseudo()
DMipsInstrFPU.td419 def CVT_S_W : MMRel, ABSS_FT<"cvt.s.w", FGR32Opnd, FGR32Opnd, II_CVT>,
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips5/
Dvalid.s99 # CHECK: # <MCInst #{{[0-9]+}} CVT_S_W
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r2/
Dvalid.s101 # CHECK: # <MCInst #{{[0-9]+}} CVT_S_W
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc481 24365U, // CVT_S_W
2195 0U, // CVT_S_W
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenMCCodeEmitter.inc1064 UINT64_C(1182793760), // CVT_S_W
3158 case Mips::CVT_S_W:
8790 Feature_HasStdEnc | Feature_IsNotSoftFloat | Feature_NotInMicroMips | 0, // CVT_S_W = 1051

12