HomeSort by relevance Sort by last modified time
    Searched refs:FPReg (Results 1 - 20 of 20) sorted by null

  /art/compiler/utils/
assembler_test.h 53 typename FPReg,
438 std::string RepeatFRIb(void (Ass::*f)(FPReg, Reg, ImmType),
442 return RepeatTemplatedRegistersImmBits<FPReg, Reg, ImmType>(f,
452 std::string RepeatFF(void (Ass::*f)(FPReg, FPReg), const std::string& fmt) {
453 return RepeatTemplatedRegisters<FPReg, FPReg>(f,
461 std::string RepeatFFF(void (Ass::*f)(FPReg, FPReg, FPReg), const std::string& fmt)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp 102 unsigned FPReg = getFPReg(STI);
134 adjustReg(MBB, MBBI, DL, FPReg, SPReg,
145 unsigned FPReg = getFPReg(STI);
161 adjustReg(MBB, LastFrameDestroy, DL, SPReg, FPReg,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 426 unsigned FPReg = MRI.getLLVMRegNum(FPPush.getRegister(), true);
429 FPReg = getXRegFromWReg(FPReg);
431 assert(LRReg == AArch64::LR && FPReg == AArch64::FP &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 533 unsigned FPReg = is31 ? PPC::R31 : PPC::R1;
538 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg;
552 MO.setReg(FPReg);
759 unsigned FPReg = isPPC64 ? PPC::X31 : PPC::R31;
893 .addReg(FPReg)
    [all...]
PPCFastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 483 unsigned FPReg = MRI.getLLVMRegNum(FPPush.getRegister(), true);
486 FPReg = getXRegFromWReg(FPReg);
488 assert(LRReg == AArch64::LR && FPReg == AArch64::FP &&
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 70 void emitSetFP(unsigned FpReg, unsigned SpReg, int64_t Offset = 0) override;
114 void ARMTargetAsmStreamer::emitSetFP(unsigned FpReg, unsigned SpReg,
117 InstPrinter.printRegName(OS, FpReg);
366 void emitSetFP(unsigned FpReg, unsigned SpReg, int64_t Offset = 0) override;
612 unsigned FPReg; // Frame pointer register
639 void ARMTargetELFStreamer::emitSetFP(unsigned FpReg, unsigned SpReg,
641 getStreamer().emitSetFP(FpReg, SpReg, Offset);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 83 void emitSetFP(unsigned FpReg, unsigned SpReg, int64_t Offset = 0) override;
132 void ARMTargetAsmStreamer::emitSetFP(unsigned FpReg, unsigned SpReg,
135 InstPrinter.printRegName(OS, FpReg);
395 void emitSetFP(unsigned FpReg, unsigned SpReg, int64_t Offset = 0) override;
698 unsigned FPReg; // Frame pointer register
730 void ARMTargetELFStreamer::emitSetFP(unsigned FpReg, unsigned SpReg,
732 getStreamer().emitSetFP(FpReg, SpReg, Offset);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 520 unsigned FPReg = is31 ? PPC::R31 : PPC::R1;
526 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg;
527 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg;
540 MO.setReg(FPReg);
749 unsigned FPReg = isPPC64 ? PPC::X31 : PPC::R31;
883 .addReg(FPReg)
    [all...]
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86FrameLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86FrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86FrameLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCFrameLowering.cpp 663 unsigned FPReg = isPPC64 ? PPC::X31 : PPC::R31;
681 .addReg(FPReg)
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 69 int FPReg;
72 UnwindContext(MCAsmParser &P) : Parser(P), FPReg(ARM::SP) {}
87 void saveFPReg(int Reg) { FPReg = Reg; }
88 int getFPReg() const { return FPReg; }
127 FPReg = ARM::SP;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 101 int FPReg;
104 UnwindContext(MCAsmParser &P) : Parser(P), FPReg(ARM::SP) {}
120 void saveFPReg(int Reg) { FPReg = Reg; }
121 int getFPReg() const { return FPReg; }
163 FPReg = ARM::SP;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 495 milliseconds