Home
last modified time | relevance | path

Searched refs:R30 (Results 1 – 25 of 76) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaFrameLowering.cpp82 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDA), Alpha::R30).addImm(NumBytes) in emitPrologue()
83 .addReg(Alpha::R30); in emitPrologue()
85 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAH), Alpha::R30) in emitPrologue()
86 .addImm(getUpper16(NumBytes)).addReg(Alpha::R30); in emitPrologue()
87 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDA), Alpha::R30) in emitPrologue()
88 .addImm(getLower16(NumBytes)).addReg(Alpha::R30); in emitPrologue()
96 .addReg(Alpha::R15).addImm(0).addReg(Alpha::R30); in emitPrologue()
99 .addReg(Alpha::R30).addReg(Alpha::R30); in emitPrologue()
123 BuildMI(MBB, MBBI, dl, TII.get(Alpha::BISr), Alpha::R30).addReg(Alpha::R15) in emitEpilogue()
132 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDA), Alpha::R30).addImm(NumBytes) in emitEpilogue()
[all …]
DAlphaRegisterInfo.cpp75 Reserved.set(Alpha::R30); in getReservedRegs()
104 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30) in eliminateCallFramePseudoInstr()
105 .addImm(-Amount).addReg(Alpha::R30); in eliminateCallFramePseudoInstr()
108 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30) in eliminateCallFramePseudoInstr()
109 .addImm(Amount).addReg(Alpha::R30); in eliminateCallFramePseudoInstr()
149 MI.getOperand(i + 1).ChangeToRegister(FP ? Alpha::R15 : Alpha::R30, false); in eliminateFrameIndex()
172 .addImm(getUpper16(Offset)).addReg(FP ? Alpha::R15 : Alpha::R30); in eliminateFrameIndex()
182 return TFI->hasFP(MF) ? Alpha::R15 : Alpha::R30; in getFrameRegister()
DAlphaRegisterInfo.td68 def R30 : GPR<30, "$30">, DwarfRegNum<[30]>;
124 R15, R30, R31)>; //zero
/external/llvm/lib/Target/Hexagon/
DHexagonIsetDx.td42 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…
560 let Defs = [PC, R31, R29, R30], Uses = [R30], isCodeGenOnly = 1, mayLoad = 1, accessSize = DoubleWo…
696 let Defs = [PC, R31, R29, R30], Uses = [R30, P0], isCodeGenOnly = 1, isPredicated = 1, isPredicated…
706 let Defs = [PC, R31, R29, R30], Uses = [R30, P0], isCodeGenOnly = 1, isPredicated = 1, isPredicated…
DHexagonRegisterInfo.cpp140 Reserved.set(Hexagon::R30); in getReservedRegs()
228 return Hexagon::R30; in getFrameRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp264 MI.getOperand(1).getReg() == Hexagon::R30) { in remapInstruction()
272 MI.getOperand(1).getReg() == Hexagon::R30) { in remapInstruction()
280 MI.getOperand(2).getReg() == Hexagon::R30) { in remapInstruction()
288 MI.getOperand(2).getReg() == Hexagon::R30) { in remapInstruction()
296 MI.getOperand(2).getReg() == Hexagon::R30) { in remapInstruction()
304 MI.getOperand(2).getReg() == Hexagon::R30) { in remapInstruction()
312 MI.getOperand(2).getReg() == Hexagon::R30) { in remapInstruction()
320 MI.getOperand(2).getReg() == Hexagon::R30) { in remapInstruction()
600 Hexagon::R30, Hexagon::R31}; in DecodeIntRegsRegisterClass()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dcfi-offset.ll3 ; They are all based on R30+8 which points to the pair FP/LR stored by an
6 ; R30+8.
Dbit-cmp0.mir66 # CHECK: %[[R30:[0-9]+]]:intregs = A2_tfrsi 1
67 # CHECK: $r0 = COPY %[[R30]]
/external/llvm/test/CodeGen/Hexagon/
Dcfi-offset.ll3 ; They are all based on R30+8 which points to the pair FP/LR stored by an
6 ; R30+8.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRRegisterInfo.td75 def R30 : AVRReg<30, "r30">, DwarfRegNum<[30]>;
90 def R31R30 : AVRReg<30, "r31:r30", [R30, R31], ["Z"]>, DwarfRegNum<[30]>;
119 R30, R31, R26, R27,
137 R30, R31, R26, R27,
/external/llvm/lib/Target/AVR/
DAVRRegisterInfo.td75 def R30 : AVRReg<30, "r30">, DwarfRegNum<[30]>;
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/MBlaze/MCTargetDesc/
DMBlazeBaseInfo.h135 case MBlaze::R30 : return 30; in getMBlazeRegisterNumbering()
200 case 30 : return MBlaze::R30; in getMBlazeRegisterFromNumbering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonPseudo.td82 let Defs = [R29, R30], Uses = [R31, R30, R29], isPseudo = 1 in
86 let Defs = [R29, R30, R31], Uses = [R29], isPseudo = 1 in
248 let isCodeGenOnly = 1, isPseudo = 1, Uses = [R30], hasSideEffects = 0 in
353 Defs = [R29, R30, R31, PC], isPredicable = 0, isAsmParserOnly = 1 in {
359 let Defs = [R14, R15, R28, R29, R30, R31, PC] in {
368 let isCall = 1, Defs = [R29, R30, R31, PC], isAsmParserOnly = 1 in {
374 let Defs = [R14, R15, R28, R29, R30, R31, PC] in {
DHexagonRegisterInfo.cpp146 Reserved.set(Hexagon::R30); in getReservedRegs()
311 return Hexagon::R30; in getFrameRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCRegisterInfo.td63 def R30 : Core<30, "%r30">, DwarfRegNum<[30]>;
74 R20, R21, R22, R23, R24, R25, GP, FP, SP, ILINK, R30, BLINK)>;
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUCallingConv.td28 R30, R31, R32, R33, R34, R35, R36, R37, R38,
45 R30, R31, R32, R33, R34, R35, R36, R37, R38,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.h155 {PPC::R30, -8}, in getCalleeSavedSpillSlots()
234 {PPC::R30, -12}, in getCalleeSavedSpillSlots()
/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/asm/
Dppc_asm.h25 #define R30 r30 macro
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/asm/
Dppc_asm.h20 #define R30 r30 macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiBaseInfo.h110 case Lanai::R30: in getLanaiRegisterNumbering()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiBaseInfo.h110 case Lanai::R30: in getLanaiRegisterNumbering()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Drestore-r30.ll10 ; R30 should not appear in an instruction after it's been restored.
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCBaseInfo.h61 case R30: case X30: case F30: case V30: case CR7EQ: return 30; in getPPCRegisterNumbering()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/autohvx/
Dbitcount-64b.ll30 ; CHECK-DAG: r[[R30:[0-9]+]] = ##134744072
32 ; CHECK: v[[V33:[0-9]+]] = vsplat(r[[R30]])
Dbitcount-128b.ll30 ; CHECK-DAG: r[[R30:[0-9]+]] = ##134744072
32 ; CHECK: v[[V33:[0-9]+]] = vsplat(r[[R30]])

1234