| /netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| H A D | macdefs.h | 148 #define R31 31 macro 348 { R1, R31, -1 }, \ 353 { R31, T4, -1 }, \ 354 { R31, T3, -1 }, \ 355 { R31, T2, -1 }, \ 356 { R31, T1, -1 }, \
|
| H A D | local2.c | 46 { R0, R1, R1, R1, R1, R1, R31, R31, R31, R31, 50 { R0, R31, T4, T3, T2, T1, T4, T3, T2, T1, 89 if (i <= R31) in prtprolog() 160 if (i <= R31) in eoftn()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| H A D | keccak1600-avx512vl.pl | 56 my ($R20,$R01,$R31,$R21,$R41,$R11) = map("%ymm$_",(16..21)); 99 vprolvq $R31,$A31,$A31 212 vmovdqa64 2*32(%r8),$R31 298 vmovdqa64 2*32(%r8),$R31
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| H A D | keccak1600-avx512vl.pl | 56 my ($R20,$R01,$R31,$R21,$R41,$R11) = map("%ymm$_",(16..21)); 99 vprolvq $R31,$A31,$A31 212 vmovdqa64 2*32(%r8),$R31 298 vmovdqa64 2*32(%r8),$R31
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| H A D | macdefs.h | 178 #define R31 31 macro 327 { R30, R31, -1 }, \ 342 #define GOTREG R31 /* global offset table (PIC) */
|
| H A D | local2.c | 648 printf("%s,ha16(", rnames[R31]); in ftou() 664 printf("%s," LABFMT "@ha\n", rnames[R31], lab); in ftou() 672 printf("%s,ha16(", rnames[R31]); in ftou() 750 printf("%s,ha16(", rnames[R31]); in itof() 766 printf("%s," LABFMT "@ha\n", rnames[R31], lab); in itof() 774 printf("%s,ha16(", rnames[R31]); in itof()
|
| H A D | order.c | 385 static int r[] = { R10, R9, R8, R7, R6, R5, R4, R3, R30, R31, -1 }; in livecall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPseudo.td | 81 let Defs = [R29, R30], Uses = [R31, R30, R29], isPseudo = 1 in 85 let Defs = [R29, R30, R31], Uses = [R29], isPseudo = 1 in 182 Defs = [PC, R31, R6, R7, P0] 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 { 383 let isCall = 1, Uses = [R29, R31], isAsmParserOnly = 1 in {
|
| H A D | HexagonRegisterInfo.cpp | 57 : HexagonGenRegisterInfo(Hexagon::R31, 0/*DwarfFlavor*/, 0/*EHFlavor*/, in HexagonRegisterInfo() 152 Reserved.set(Hexagon::R31); in getReservedRegs() 397 return Hexagon::R31; in getRARegister()
|
| H A D | HexagonRegisterInfo.td | 108 def R31 : Ri<31, "r31", ["lr"]>, DwarfRegNum<[31]>; 127 def D15 : Rd<30, "r31:30", [R30, R31], ["lr:fp"]>, DwarfRegNum<[62]>; 374 R10, R11, R29, R30, R31)>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRRegisterInfo.td | 75 def R31 : AVRReg<31, "r31", [], ["zh"]>, DwarfRegNum<[31]>; 89 def R31R30 : AVRReg<30, "r31:r30", [R30, R31], ["Z"]>, DwarfRegNum<[30]>; 129 R30, R31, R26, R27, 147 R30, R31, R26, R27,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/ |
| H A D | constraints.md | 37 ;; Rrio: The R30 and R31 I/O registers. 63 The R30 and R31 I/O registers.")
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiBaseInfo.h | 111 case Lanai::R31: in getLanaiRegisterNumbering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/ |
| H A D | CSKYRegisterInfo.td | 83 def R31 : CSKYReg<31, "r31", ["tls"]>, DwarfRegNum<[31]>; 152 (sequence "R%u", 29, 30), R14, R31)> {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCDuplexInfo.cpp | 279 if (Hexagon::R31 == DstReg) in getDuplexCandidateGroup() 298 if ((Hexagon::P0 == SrcReg) && (Hexagon::R31 == DstReg)) { in getDuplexCandidateGroup() 633 (MIb.getOperand(1).getReg() == Hexagon::R31)) in isOrderedDuplexPair() 636 (MIb.getOperand(0).getReg() == Hexagon::R31)) in isOrderedDuplexPair()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
| H A D | asm-defs.h | 124 R30, R31
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
| H A D | asm-defs.h | 124 R30, R31
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/Disassembler/ |
| H A D | LanaiDisassembler.cpp | 161 Lanai::R30, Lanai::R31};
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 119 {PPC::R31, -4}, \ in getCalleeSavedSpillSlots() 386 unsigned FPReg = is31 ? PPC::R31 : PPC::R1; in replaceFPWithRealFP() 650 Register FPReg = isPPC64 ? PPC::X31 : PPC::R31; in emitPrologue() 1563 Register FPReg = isPPC64 ? PPC::X31 : PPC::R31; in emitEpilogue() 2009 SavedRegs.reset(isPPC64 ? PPC::X31 : PPC::R31); in determineCalleeSaves() 2064 unsigned MinGPR = PPC::R31; in processFunctionBeforeFrameFinalized()
|
| H A D | PPCCallingConv.td | 273 R28, R29, R30, R31, CR2, CR3, CR4 289 R29, R30, R31, F14, F15, F16, F17, F18,
|
| H A D | PPCRegisterInfo.cpp | 333 markSuperRegs(Reserved, PPC::R31); in getReservedRegs() 654 .addReg(PPC::R31) in prepareDynamicAlloca() 1367 return TFI->hasFP(MF) ? PPC::R31 : PPC::R1; in getFrameRegister()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky.opt | 138 Enable use of R16-R31 (default).
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
| H A D | csky.opt | 159 Enable use of R16-R31 (default).
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/Disassembler/ |
| H A D | AVRDisassembler.cpp | 68 AVR::R28, AVR::R29, AVR::R30, AVR::R31,
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efidebug.h | 359 UINT64 R31; member
|