Home
last modified time | relevance | path

Searched refs:O7 (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl3/gdb/dist/gdb/stubs/
H A Dsparc-stub.c111 O0, O1, O2, O3, O4, O5, SP, O7, enumerator
626 *ptr++ = hexchars[O7 >> 4]; in handle_exception()
627 *ptr++ = hexchars[O7 & 0xf]; in handle_exception()
629 ptr = mem2hex((char *)&registers[O7], ptr, 4, 0); in handle_exception()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dste-href-family-pinctrl.dtsi123 "GPIO157_A18", /* O7 */
149 "GPIO157_A18", /* O7 */
H A Daspeed-bmc-amd-ethanolx.dts124 /*O0-O7*/ "","","","","","","","",
H A Daspeed-bmc-opp-romulus.dts250 /*O0-O7*/ "","","","","","","","",
H A Daspeed-bmc-opp-nicole.dts234 /*O0-O7*/ "","","power-button","","","","","",
H A Daspeed-bmc-facebook-tiogapass.dts152 /*O0-O7*/ "","","","","","","","",
H A Daspeed-bmc-inspur-nf5280m6.dts166 /*O0-O7*/ "","","","","","","","",
H A Daspeed-bmc-opp-witherspoon.dts217 /*O0-O7*/ "","","","","","","","",
H A Daspeed-bmc-opp-zaius.dts497 /*O0-O7*/ "","","","","iso_u164_en","","fsi-trans","",
H A Daspeed-bmc-ampere-mtjade.dts588 /*O0-O7*/ "","","","","","","","",
H A Daspeed-bmc-inspur-fp5280g2.dts223 /*O0-O7*/ "","","","","","","","",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp74 case SP::O7: O << "\tretl"; return true; in printSparcAliasInstr()
79 case SP::O7: // call $addr in printSparcAliasInstr()
H A DSparcMCTargetDesc.cpp63 InitSparcMCRegisterInfo(X, SP::O7); in createSparcMCRegisterInfo()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dorder.c110 static int ret[] = { O0, O1, O2, O3, O4, O5, O6, O7, -1 }; in livecall()
H A Dmacdefs.h135 #define O7 14 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp176 assert(MO.getReg() != SP::O7 && in LowerGETPCXAndEmitMCInsts()
212 MCOperand RegO7 = MCOperand::createReg(SP::O7); in LowerGETPCXAndEmitMCInsts()
226 MCOperand RegO7 = MCOperand::createReg(SP::O7); in LowerGETPCXAndEmitMCInsts()
H A DSparcRegisterInfo.td144 def O7 : Ri<15, "O7">, DwarfRegNum<[15]>;
293 def O6_O7 : Rdi<14, "O6", [O6, O7]>;
H A DSparcRegisterInfo.cpp36 SparcRegisterInfo::SparcRegisterInfo() : SparcGenRegisterInfo(SP::O7) {} in SparcRegisterInfo()
H A DSparcFrameLowering.cpp165 unsigned regOutRA = RegInfo.getDwarfRegNum(SP::O7, true); in emitPrologue()
H A DDelaySlotFiller.cpp294 RegDefs.insert(SP::O7); in insertCallDefsUses()
H A DSparcInstrAliases.td350 def : InstAlias<"call $addr", (JMPLrr O7, MEMrr:$addr), 0>;
351 def : InstAlias<"call $addr", (JMPLri O7, MEMri:$addr), 0>;
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-sparc.c3562 #define O7 15 in md_apply_fix() macro
3587 || ((delay & RD (~0)) != RD (O7)))) in md_apply_fix()
3589 if ((delay & RS1 (~0)) == RS1 (O7) in md_apply_fix()
3591 && (delay & RS2 (~0)) == RS2 (O7))) in md_apply_fix()
3610 == (INSN_OR | RD (O7) | RS2 (G0)))) in md_apply_fix()
3620 != (INSN_OR | RS1 (O7) | RS2 (G0))) in md_apply_fix()
3631 || reg == G0 || reg == O7) in md_apply_fix()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-sparc.c3566 #define O7 15 in md_apply_fix() macro
3591 || ((delay & RD (~0)) != RD (O7)))) in md_apply_fix()
3593 if ((delay & RS1 (~0)) == RS1 (O7) in md_apply_fix()
3595 && (delay & RS2 (~0)) == RS2 (O7))) in md_apply_fix()
3614 == (INSN_OR | RD (O7) | RS2 (G0)))) in md_apply_fix()
3624 != (INSN_OR | RS1 (O7) | RS2 (G0))) in md_apply_fix()
3635 || reg == G0 || reg == O7) in md_apply_fix()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-sparc.c3984 #define O7 15 in _bfd_sparc_elf_relocate_section() macro
4007 && (y & RD(~0)) == RD(O7))) in _bfd_sparc_elf_relocate_section()
4008 && (y & RS1(~0)) != RS1(O7) in _bfd_sparc_elf_relocate_section()
4010 || (y & RS2(~0)) != RS2(O7))) in _bfd_sparc_elf_relocate_section()
4037 == (INSN_OR | RD(O7) | RS2(G0))) in _bfd_sparc_elf_relocate_section()
4045 != (INSN_OR | RS1(O7) | RS2(G0))) in _bfd_sparc_elf_relocate_section()
4058 || reg == G0 || reg == O7) in _bfd_sparc_elf_relocate_section()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-sparc.c3984 #define O7 15 in _bfd_sparc_elf_relocate_section() macro
4007 && (y & RD(~0)) == RD(O7))) in _bfd_sparc_elf_relocate_section()
4008 && (y & RS1(~0)) != RS1(O7) in _bfd_sparc_elf_relocate_section()
4010 || (y & RS2(~0)) != RS2(O7))) in _bfd_sparc_elf_relocate_section()
4037 == (INSN_OR | RD(O7) | RS2(G0))) in _bfd_sparc_elf_relocate_section()
4045 != (INSN_OR | RS1(O7) | RS2(G0))) in _bfd_sparc_elf_relocate_section()
4058 || reg == G0 || reg == O7) in _bfd_sparc_elf_relocate_section()

12