/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaLLRP.cpp | 77 BuildMI(MBB, MI, dl, TII->get(Alpha::BISr), Alpha::R31) in runOnMachineFunction() 78 .addReg(Alpha::R31) in runOnMachineFunction() 79 .addReg(Alpha::R31); in runOnMachineFunction() 89 BuildMI(MBB, MI, dl, TII->get(Alpha::BISr), Alpha::R31) in runOnMachineFunction() 90 .addReg(Alpha::R31) in runOnMachineFunction() 91 .addReg(Alpha::R31); in runOnMachineFunction() 92 BuildMI(MBB, MI, dl, TII->get(Alpha::BISr), Alpha::R31) in runOnMachineFunction() 93 .addReg(Alpha::R31) in runOnMachineFunction() 94 .addReg(Alpha::R31); in runOnMachineFunction() 103 BuildMI(MBB, MI, dl, TII->get(Alpha::BISr), Alpha::R31) in runOnMachineFunction() [all …]
|
D | AlphaInstrInfo.cpp | 322 BuildMI(MBB, MI, DL, get(Alpha::BISr), Alpha::R31) in insertNoop() 323 .addReg(Alpha::R31) in insertNoop() 324 .addReg(Alpha::R31); in insertNoop()
|
D | AlphaRegisterInfo.td | 69 def R31 : GPR<31, "$31">, DwarfRegNum<[31]>; 124 R15, R30, R31)>; //zero
|
D | AlphaISelDAGToDAG.cpp | 260 Alpha::R31, MVT::i64); in Select() 351 CurDAG->getRegister(Alpha::R31, MVT::i64), in Select()
|
D | AlphaRegisterInfo.cpp | 76 Reserved.set(Alpha::R31); in getReservedRegs()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonIsetDx.td | 32 let Defs = [PC], Uses = [P0, R31], isCodeGenOnly = 1, isPredicated = 1, isPredicatedFalse = 1, isBr… 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… 122 let Defs = [PC], Uses = [P0, R31], isCodeGenOnly = 1, isPredicated = 1, isPredicatedNew = 1, isBran… 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… 277 let Defs = [PC], Uses = [R31], isCodeGenOnly = 1, isBranch = 1, isIndirectBranch = 1, hasSideEffect… 536 let Defs = [PC], Uses = [P0, R31], isCodeGenOnly = 1, isPredicated = 1, isPredicatedFalse = 1, isPr… 560 let Defs = [PC, R31, R29, R30], Uses = [R30], isCodeGenOnly = 1, mayLoad = 1, accessSize = DoubleWo… 599 let Defs = [PC], Uses = [P0, R31], isCodeGenOnly = 1, isPredicated = 1, isBranch = 1, isIndirectBra… [all …]
|
D | HexagonRegisterInfo.cpp | 42 : HexagonGenRegisterInfo(Hexagon::R31) {} in HexagonRegisterInfo() 141 Reserved.set(Hexagon::R31); in getReservedRegs() 214 return Hexagon::R31; in getRARegister()
|
D | HexagonRegisterInfo.td | 95 def R31 : Ri<31, "r31", ["lr"]>, DwarfRegNum<[31]>; 114 def D15 : Rd<30, "r31:30", [R30, R31], ["lr:fp"]>, DwarfRegNum<[62]>; 215 R10, R11, R29, R30, R31)> { 270 R28, R31,
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCFrameLowering.h | 121 static const SpillSlot darwinOffsets = {PPC::R31, -4}; in getCalleeSavedSpillSlots() 154 {PPC::R31, -4}, in getCalleeSavedSpillSlots() 233 {PPC::R31, -4}, in getCalleeSavedSpillSlots()
|
D | PPCFrameLowering.cpp | 332 .addReg(PPC::R31) in emitPrologue() 437 MachineLocation SP(isPPC64 ? PPC::X31 : PPC::R31); in emitPrologue() 443 MachineLocation FPSrc(isPPC64 ? PPC::X31 : PPC::R31); in emitPrologue() 459 BuildMI(MBB, MBBI, dl, TII.get(PPC::OR), PPC::R31) in emitPrologue() 474 MachineLocation FPDst(HasFP ? (isPPC64 ? PPC::X31 : PPC::R31) : in emitPrologue() 586 .addReg(PPC::R31).addImm(FrameSize); in emitEpilogue() 595 .addReg(PPC::R31) in emitEpilogue() 649 BuildMI(MBB, MBBI, dl, TII.get(PPC::LWZ), PPC::R31) in emitEpilogue() 663 unsigned FPReg = isPPC64 ? PPC::X31 : PPC::R31; in emitEpilogue() 798 unsigned MinGPR = PPC::R31; in processFunctionBeforeFrameFinalized()
|
D | PPCRegisterInfo.cpp | 110 PPC::R28, PPC::R29, PPC::R30, PPC::R31, in getCalleeSavedRegs() 136 PPC::R28, PPC::R29, PPC::R30, PPC::R31, in getCalleeSavedRegs() 248 Reserved.set(PPC::R31); in getReservedRegs() 271 Reserved.set(PPC::R31); in getReservedRegs() 383 .addReg(PPC::R31) in lowerDynamicAlloc() 547 PPC::R31 : PPC::R1, in eliminateFrameIndex() 634 return TFI->hasFP(MF) ? PPC::R31 : PPC::R1; in getFrameRegister()
|
D | PPCRegisterInfo.td | 99 def R31 : GPR<31, "r31">, DwarfRegNum<[-2, 31]>; 133 def X31 : GP8<R31, "r31">, DwarfRegNum<[31, -2]>; 281 R31, R0, R1, LR)>;
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/ |
D | MBlazeBaseInfo.h | 136 case MBlaze::R31 : return 31; in getMBlazeRegisterNumbering() 201 case 31 : return MBlaze::R31; in getMBlazeRegisterFromNumbering()
|
/external/llvm/lib/Target/AVR/ |
D | AVRRegisterInfo.td | 76 def R31 : AVRReg<31, "r31">, DwarfRegNum<[31]>; 90 def R31R30 : AVRReg<30, "r31:r30", [R30, R31], ["Z"]>, DwarfRegNum<[30]>; 121 R30, R31, R26, R27, 139 R30, R31, R26, R27,
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUCallingConv.td | 28 R30, R31, R32, R33, R34, R35, R36, R37, R38, 45 R30, R31, R32, R33, R34, R35, R36, R37, R38,
|
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/asm/ |
D | ppc_asm.h | 18 #define R31 r31 macro
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiBaseInfo.h | 112 case Lanai::R31: in getLanaiRegisterNumbering()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCBaseInfo.h | 62 case R31: case X31: case F31: case V31: case CR7UN: return 31; in getPPCRegisterNumbering()
|
/external/autotest/site_utils/autoupdate/ |
D | release_config.ini | 15 R23, R24, R25, R26, R27, R28, R29, R30, R31
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCDuplexInfo.cpp | 269 if (Hexagon::R31 == DstReg) { in getDuplexCandidateGroup() 288 (Hexagon::R31 == DstReg)) { in getDuplexCandidateGroup() 627 (MIb.getOperand(1).getReg() == Hexagon::R31)) in isOrderedDuplexPair() 630 (MIb.getOperand(0).getReg() == Hexagon::R31)) in isOrderedDuplexPair()
|
D | HexagonMCTargetDesc.cpp | 100 InitHexagonMCRegisterInfo(X, Hexagon::R31); in createHexagonMCRegisterInfo()
|
/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 | 73 def R31 : MBlazeGPRReg< 31, "r31">, DwarfRegNum<[31]>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 100 static const SpillSlot darwinOffsets = {PPC::R31, -4}; in getCalleeSavedSpillSlots() 136 {PPC::R31, -4}, in getCalleeSavedSpillSlots() 520 unsigned FPReg = is31 ? PPC::R31 : PPC::R1; in replaceFPWithRealFP() 749 unsigned FPReg = isPPC64 ? PPC::X31 : PPC::R31; in emitPrologue() 1131 unsigned FPReg = isPPC64 ? PPC::X31 : PPC::R31; in emitEpilogue() 1471 unsigned MinGPR = PPC::R31; in processFunctionBeforeFrameFinalized()
|
/external/llvm/lib/Target/Lanai/Disassembler/ |
D | LanaiDisassembler.cpp | 161 Lanai::R30, Lanai::R31};
|