Home
last modified time | relevance | path

Searched refs:LC0 (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/sys/dev/xdma/controller/
Dpl330.h64 #define LC0(n) (0x40C + 0x20 * (n)) /* Loop counter 0 for DMA channel n */ macro
Dpl330.c169 __func__, pending, READ4(sc, LC0(0)), in pl330_intr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonPseudo.td91 Defs = [PC, LC0], Uses = [SA0, LC0] in {
105 Defs = [PC, LC0, LC1], Uses = [SA0, SA1, LC0, LC1] in {
149 let Defs = [SA0, LC0, USR], isCodeGenOnly = 1, isExtended = 1,
DHexagonRegisterInfo.td149 def LC0: Rc<1, "lc0", ["c1"]>, DwarfRegNum<[68]>;
181 def C1_0 : Rcc<0, "c1:0", [SA0, LC0], ["lc0:sa0"]>, DwarfRegNum<[67]>;
399 (add LC0, SA0, LC1, SA1, P3_0, C5, C8, PC, UGP, GP, CS0, CS1,
DHexagonRegisterInfo.cpp163 Reserved.set(Hexagon::LC0); // C1 in getReservedRegs()
DHexagonHardwareLoops.cpp999 static const unsigned Regs01[] = { LC0, SA0, LC1, SA1 }; in isInvalidLoopOperation()
DHexagonISelLowering.cpp328 .Case("lc0", Hexagon::LC0) in getRegisterByName()
DHexagonDepInstrInfo.td5010 let Uses = [LC0, SA0];
5011 let Defs = [LC0, P3, PC, USR];
5021 let Uses = [LC0, LC1, SA0, SA1];
5022 let Defs = [LC0, LC1, P3, PC, USR];
5621 let Defs = [LC0, SA0, USR];
5639 let Defs = [LC0, SA0, USR];
5703 let Defs = [LC0, P3, SA0, USR];
5722 let Defs = [LC0, P3, SA0, USR];
5740 let Defs = [LC0, P3, SA0, USR];
5759 let Defs = [LC0, P3, SA0, USR];
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h111 return (Hexagon::SA0 == R || Hexagon::LC0 == R || Hexagon::SA1 == R || in isLoopRegister()
DHexagonMCChecker.cpp45 Defs[Hexagon::LC0].insert(Unconditional); in init()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp661 /* 0 */ SA0, LC0, SA1, LC1, in DecodeCtrRegsRegisterClass()
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dstabs.texinfo351 22 LC0:
367 38 sethi %hi(LC0),%o1
368 39 or %o1,%lo(LC0),%o0
/freebsd-12-stable/contrib/gcc/doc/
Dmd.texi2191 LC0 or LC1.
/freebsd-12-stable/contrib/gcc/
DChangeLog-20064862 REG_ALLOC_ORDER): Add LT0, LT1, LC0, LC1, LB0, LB1.