Home
last modified time | relevance | path

Searched refs:LDC1 (Results 1 – 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dmno-ldc1-sdc1.ll3 ; RUN: FileCheck %s -check-prefixes=ALL,32R1-LDC1
7 ; RUN: FileCheck %s -check-prefixes=ALL,32R6-LDC1
117 ; 32R1-LDC1: ldc1 $f0, 0(${{[0-9]+}})
121 ; 32R6-LDC1: ldc1 $f0, 0(${{[0-9]+}})
202 ; 32R1-LDC1: sdc1 $f{{[0-9]+}}, 0(${{[0-9]+}})
206 ; 32R6-LDC1: sdc1 $f{{[0-9]+}}, 0(${{[0-9]+}})
257 ; 32R1-LDC1: ldc1 $f0, 0(${{[0-9]+}})
262 ; 32R6-LDC1: ldc1 $f0, 0(${{[0-9]+}})
305 ; 32R1-LDC1: sdc1 $f{{[0-9]+}}, 0(${{[0-9]+}})
310 ; 32R6-LDC1: sdc1 $f{{[0-9]+}}, 0(${{[0-9]+}})
/external/llvm/test/CodeGen/Mips/
Dmno-ldc1-sdc1.ll3 ; RUN: FileCheck %s -check-prefixes=ALL,32R1-LDC1
7 ; RUN: FileCheck %s -check-prefixes=ALL,32R6-LDC1
117 ; 32R1-LDC1: ldc1 $f0, 0(${{[0-9]+}})
121 ; 32R6-LDC1: ldc1 $f0, 0(${{[0-9]+}})
202 ; 32R1-LDC1: sdc1 $f{{[0-9]+}}, 0(${{[0-9]+}})
206 ; 32R6-LDC1: sdc1 $f{{[0-9]+}}, 0(${{[0-9]+}})
257 ; 32R1-LDC1: ldc1 $f0, 0(${{[0-9]+}})
262 ; 32R6-LDC1: ldc1 $f0, 0(${{[0-9]+}})
305 ; 32R1-LDC1: sdc1 $f{{[0-9]+}}, 0(${{[0-9]+}})
310 ; 32R6-LDC1: sdc1 $f{{[0-9]+}}, 0(${{[0-9]+}})
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.cpp55 (Opc == Mips::LDC1) || (Opc == Mips::LDC164) || in isLoadFromStackSlot()
207 Opc = Mips::LDC1; in loadRegFromStackSlot()
DMipsInstrFPU.td208 def LDC1 : FPLoad<0x35, "ldc1", load, AFGR64, mem>;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp218 case Mips::LDC1: in isBasePlusOffsetMemoryAccess()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp227 case Mips::LDC1: in isBasePlusOffsetMemoryAccess()
/external/v8/src/compiler/mips64/
Dinstruction-scheduler-mips64.cc445 LDC1 = 4, enumerator
800 int Ldc1Latency() { return AdjustBaseAndOffsetLatency() + Latency::LDC1; } in Ldc1Latency()
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp46 (Opc == Mips::LWC1) || (Opc == Mips::LDC1) || (Opc == Mips::LDC164)) { in isLoadFromStackSlot()
280 Opc = Mips::LDC1; in loadRegFromStack()
DMipsInstrFPU.td420 def LDC1 : MMRel, StdMMR6Rel, LW_FT<"ldc1", AFGR64Opnd, mem_simm16, II_LDC1,
653 def : LoadRegImmPat<LDC1, f64, load>, FGR_32;
DMipsFastISel.cpp750 Opc = Mips::LDC1; in emitLoad()
/external/v8/src/mips/
Dconstants-mips.h474 LDC1 = ((6U << 3) + 5) << kOpcodeShift, enumerator
1273 OpcodeToBitNumber(LWC1) | OpcodeToBitNumber(LDC1) |
Ddisasm-mips.cc1964 case LDC1: in DecodeTypeImmediate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp51 (Opc == Mips::LWC1) || (Opc == Mips::LDC1) || (Opc == Mips::LDC164)) { in isLoadFromStackSlot()
353 Opc = Mips::LDC1; in loadRegFromStack()
DMipsInstrFPU.td549 def LDC1 : MMRel, StdMMR6Rel, LW_FT<"ldc1", AFGR64Opnd, mem_simm16, II_LDC1,
781 <"l.d $fd, $addr", (LDC1 AFGR64Opnd:$fd, mem_simm16:$addr), 0>,
933 def : LoadRegImmPat<LDC1, f64, load>, ISA_MIPS1, FGR_32;
DMipsScheduleP5600.td566 def : InstRW<[P5600WriteLoadFPU], (instrs LDC1, LDXC1, LWC1, LWXC1, LUXC1)>;
DMipsFastISel.cpp784 Opc = Mips::LDC1; in emitLoad()
/external/v8/src/mips64/
Dconstants-mips64.h453 LDC1 = ((6U << 3) + 5) << kOpcodeShift, enumerator
1309 OpcodeToBitNumber(LWC1) | OpcodeToBitNumber(LDC1) |
Ddisasm-mips64.cc2264 case LDC1: in DecodeTypeImmediate()
/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc412 LDC1 = 4, enumerator
/external/llvm/test/MC/Mips/
Dmips-expansions.s16 # LW/SW and LDC1/SDC1 of symbol address, done by MipsAsmParser::expandMemInst():
Dtarget-soft-float.s271 # FIXME: LDC1 is correctly rejected but the wrong error message is emitted.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dtarget-soft-float.s271 # FIXME: LDC1 is correctly rejected but the wrong error message is emitted.
Dmips-expansions.s52 # LW/SW and LDC1/SDC1 of symbol address, done by MipsAsmParser::expandMemInst():
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc956 {DBGFIELD("LDC1") 1, false, false, 26, 2, 2, 1, 0, 0}, // #681
1976 {DBGFIELD("LDC1") 2, false, false, 77, 4, 6, 1, 0, 0}, // #681
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc919 12599337U, // LDC1
2633 0U, // LDC1
4685 // LB, LB64, LB_MM, LBu, LBu64, LBu_MM, LD, LDC1, LDC164, LDC1_MM, LDC2, ...

12