/external/llvm/lib/Target/Hexagon/ |
D | HexagonIsetDx.td | 42 let Defs = [R31, R29, R30], Uses = [R30], isCodeGenOnly = 1, mayLoad = 1, accessSize = DoubleWordAc… 53 let Defs = [PC, R31, R29, R30], Uses = [R30, P0], isCodeGenOnly = 1, isPredicated = 1, isPredicated… 211 let Defs = [PC, R31, R29, R30], Uses = [R30, P0], isCodeGenOnly = 1, isPredicated = 1, mayLoad = 1,… 221 let Defs = [R29, R30], Uses = [R30, R31, R29], isCodeGenOnly = 1, mayStore = 1, accessSize = Double… 452 let Uses = [R29], isCodeGenOnly = 1, mayLoad = 1, accessSize = DoubleWordAccess in 508 let Uses = [R29], isCodeGenOnly = 1, mayStore = 1, accessSize = DoubleWordAccess in 522 let Uses = [R29], isCodeGenOnly = 1, mayStore = 1, accessSize = WordAccess in 560 let Defs = [PC, R31, R29, R30], Uses = [R30], isCodeGenOnly = 1, mayLoad = 1, accessSize = DoubleWo… 652 let Uses = [R29], isCodeGenOnly = 1, hasSideEffects = 0, hasNewValue = 1, opNewValue = 0 in 666 let Uses = [R29], isCodeGenOnly = 1, mayLoad = 1, accessSize = WordAccess, hasNewValue = 1, opNewVa… [all …]
|
D | HexagonRegisterInfo.cpp | 139 Reserved.set(Hexagon::R29); in getReservedRegs() 233 return Hexagon::R29; in getStackRegister()
|
D | HexagonRegisterInfo.td | 93 def R29 : Ri<29, "r29", ["sp"]>, DwarfRegNum<[29]>; 113 def D14 : Rd<28, "r29:28", [R28, R29]>, DwarfRegNum<[60]>; 215 R10, R11, R29, R30, R31)> {
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaFrameLowering.cpp | 56 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAHg), Alpha::R29) in emitPrologue() 58 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAg), Alpha::R29) in emitPrologue() 59 .addGlobalAddress(MF.getFunction()).addReg(Alpha::R29).addImm(curgpdist); in emitPrologue()
|
D | AlphaRegisterInfo.td | 67 def R29 : GPR<29, "$29">, DwarfRegNum<[29]>; 120 R29, //global offset table address
|
D | AlphaInstrInfo.cpp | 352 GlobalBaseReg).addReg(Alpha::R29); in getGlobalBaseReg() 353 RegInfo.addLiveIn(Alpha::R29); in getGlobalBaseReg()
|
D | AlphaRegisterInfo.cpp | 74 Reserved.set(Alpha::R29); in getReservedRegs()
|
/external/autotest/server/site_tests/platform_RebootAfterUpdate/ |
D | control | 30 gs://chromeos-image-archive/x86-alex/R29-4165.0.0 33 x86-alex/R29-4165.0.0/autotest/packages"
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCDuplexInfo.cpp | 195 Hexagon::R29 == SrcReg && inRange<5, 2>(MCI, 2)) { in getDuplexCandidateGroup() 251 HexagonMCInstrInfo::isIntReg(SrcReg) && Hexagon::R29 == SrcReg && in getDuplexCandidateGroup() 321 Hexagon::R29 == Src1Reg && inRange<5, 2>(MCI, 1)) { in getDuplexCandidateGroup() 365 HexagonMCInstrInfo::isIntReg(Src1Reg) && Hexagon::R29 == Src1Reg && in getDuplexCandidateGroup() 413 if (HexagonMCInstrInfo::isIntReg(SrcReg) && Hexagon::R29 == SrcReg && in getDuplexCandidateGroup() 713 else if (Inst.getOperand(1).getReg() == Hexagon::R29) { in deriveSubInst() 865 if (Inst.getOperand(1).getReg() == Hexagon::R29) { in deriveSubInst() 921 } else if (Inst.getOperand(0).getReg() == Hexagon::R29) { in deriveSubInst() 928 if (Inst.getOperand(0).getReg() == Hexagon::R29) { in deriveSubInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/ |
D | MBlazeBaseInfo.h | 134 case MBlaze::R29 : return 29; in getMBlazeRegisterNumbering() 199 case 29 : return MBlaze::R29; in getMBlazeRegisterFromNumbering()
|
/external/llvm/lib/Target/AVR/ |
D | AVRRegisterInfo.td | 74 def R29 : AVRReg<29, "r29">, DwarfRegNum<[29]>; 91 def R29R28 : AVRReg<28, "r29:r28", [R28, R29], ["Y"]>, DwarfRegNum<[28]>; 123 R28, R29, R17, R16, R15, R14, R13, R12, R11, R10, 141 R28, R29, R17, R16
|
D | AVRCallingConv.td | 64 def CSR_Normal : CalleeSavedRegs<(add R29, R28, (sequence "R%u", 17, 2))>;
|
D | AVRRegisterInfo.cpp | 71 Reserved.set(AVR::R29); in getReservedRegs()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUCallingConv.td | 27 R21, R22, R23, R24, R25, R26, R27, R28, R29, 44 R21, R22, R23, R24, R25, R26, R27, R28, R29,
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCFrameLowering.h | 156 {PPC::R29, -12}, in getCalleeSavedSpillSlots() 235 {PPC::R29, -20}, in getCalleeSavedSpillSlots()
|
D | PPCRegisterInfo.td | 97 def R29 : GPR<29, "r29">, DwarfRegNum<[-2, 29]>; 131 def X29 : GP8<R29, "r29">, DwarfRegNum<[29, -2]>;
|
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/asm/ |
D | ppc_asm.h | 16 #define R29 r29 macro
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiBaseInfo.h | 108 case Lanai::R29: in getLanaiRegisterNumbering()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCBaseInfo.h | 60 case R29: case X29: case F29: case V29: case CR7GT: return 29; in getPPCRegisterNumbering()
|
/external/autotest/site_utils/autoupdate/ |
D | release_config.ini | 15 R23, R24, R25, R26, R27, R28, R29, R30, R31
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeRegisterInfo.cpp | 63 MBlaze::R28, MBlaze::R29, MBlaze::R30, MBlaze::R31, in getCalleeSavedRegs()
|
D | MBlazeRegisterInfo.td | 71 def R29 : MBlazeGPRReg< 29, "r29">, DwarfRegNum<[29]>;
|
/external/llvm/lib/Target/Lanai/Disassembler/ |
D | LanaiDisassembler.cpp | 160 Lanai::R24, Lanai::R25, Lanai::R26, Lanai::R27, Lanai::R28, Lanai::R29,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 224 R29, R30, R31, F14, F15, F16, F17, F18, 233 R29, R30, R31, F14, F15, F16, F17, F18,
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 171 PPC::R28, PPC::R29, PPC::R30, PPC::R31 182 PPC::R28, PPC::R29, PPC::R30, PPC::R31
|