Home
last modified time | relevance | path

Searched refs:LWC1 (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc411 LWC1 = 4, enumerator
825 return Latency::LWC1; in Ulwc1Latency()
840 int latency = AdjustBaseAndOffsetLatency() + Latency::LWC1; in Ldc1Latency()
842 return latency + Latency::LWC1; in Ldc1Latency()
1596 return Latency::LWC1; in GetInstructionLatency()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.cpp54 (Opc == Mips::LD_P8) || (Opc == Mips::LWC1) || (Opc == Mips::LWC1_P8) || in isLoadFromStackSlot()
205 Opc = IsN64 ? Mips::LWC1_P8 : Mips::LWC1; in loadRegFromStackSlot()
DMipsInstrFPU.td201 def LWC1 : FPLoad<0x31, "lwc1", load, FGR32, mem>;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp217 case Mips::LWC1: in isBasePlusOffsetMemoryAccess()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp226 case Mips::LWC1: in isBasePlusOffsetMemoryAccess()
/external/v8/src/compiler/mips64/
Dinstruction-scheduler-mips64.cc444 LWC1 = 4, enumerator
794 int Lwc1Latency() { return AdjustBaseAndOffsetLatency() + Latency::LWC1; } in Lwc1Latency()
1615 latency = Latency::LWC1; in GetInstructionLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/MIR/Mips/
Dlive-debug-values-reg-copy.mir199 …renamable $f1 = LWC1 killed renamable $at_64, target-flags(mips-abs-lo) %const.2, debug-location !…
212 …renamable $f0 = LWC1 killed renamable $at_64, target-flags(mips-abs-lo) %const.1, debug-location !…
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp46 (Opc == Mips::LWC1) || (Opc == Mips::LDC1) || (Opc == Mips::LDC164)) { in isLoadFromStackSlot()
278 Opc = Mips::LWC1; in loadRegFromStack()
DMipsInstrFPU.td404 def LWC1 : MMRel, LW_FT<"lwc1", FGR32Opnd, mem_simm16, II_LWC1, load>,
647 def : LoadRegImmPat<LWC1, f32, load>;
DMipsFastISel.cpp743 Opc = Mips::LWC1; in emitLoad()
/external/v8/src/mips/
Dconstants-mips.h472 LWC1 = ((6U << 3) + 1) << kOpcodeShift, enumerator
1273 OpcodeToBitNumber(LWC1) | OpcodeToBitNumber(LDC1) |
Ddisasm-mips.cc1961 case LWC1: in DecodeTypeImmediate()
Dassembler-mips.cc2589 GenInstrImmediate(LWC1, tmp.rm(), fd, tmp.offset()); in lwc1()
/external/v8/src/mips64/
Dconstants-mips64.h450 LWC1 = ((6U << 3) + 1) << kOpcodeShift, enumerator
1309 OpcodeToBitNumber(LWC1) | OpcodeToBitNumber(LDC1) |
Ddisasm-mips64.cc2261 case LWC1: in DecodeTypeImmediate()
Dassembler-mips64.cc2970 GenInstrImmediate(LWC1, src.rm(), fd, src.offset_); in lwc1()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp51 (Opc == Mips::LWC1) || (Opc == Mips::LDC1) || (Opc == Mips::LDC164)) { in isLoadFromStackSlot()
351 Opc = Mips::LWC1; in loadRegFromStack()
DMipsInstrFPU.td533 def LWC1 : MMRel, LW_FT<"lwc1", FGR32Opnd, mem_simm16, II_LWC1, load>,
778 <"l.s $fd, $addr", (LWC1 FGR32Opnd:$fd, mem_simm16:$addr), 0>,
927 def : LoadRegImmPat<LWC1, f32, load>, ISA_MIPS1;
DMipsScheduleP5600.td566 def : InstRW<[P5600WriteLoadFPU], (instrs LDC1, LDXC1, LWC1, LWXC1, LUXC1)>;
DMipsFastISel.cpp778 Opc = Mips::LWC1; in emitLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dtarget-soft-float.s274 # FIXME: LWC1 is correctly rejected but the wrong error message is emitted.
/external/llvm/test/MC/Mips/
Dtarget-soft-float.s274 # FIXME: LWC1 is correctly rejected but the wrong error message is emitted.
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc958 {DBGFIELD("LWC1") 1, false, false, 26, 2, 2, 1, 0, 0}, // #683
1978 {DBGFIELD("LWC1") 2, false, false, 77, 4, 6, 1, 0, 0}, // #683
DMipsGenMCCodeEmitter.inc1698 UINT64_C(3288334336), // LWC1
5635 case Mips::LWC1:
9424 Feature_HasStdEnc | Feature_IsNotSoftFloat | Feature_NotInMicroMips | 0, // LWC1 = 1685
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc970 12599389U, // LWC1
2684 0U, // LWC1

12