Searched refs:CR4 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/xdma/controller/
H A Dpl330.h75 #define CR4 0xE10 /* Configuration Register 4 */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h184 PPC::CR4, PPC::CR5, PPC::CR6, PPC::CR7}
H A DPPCInstPrinter.cpp454 case PPC::CR4: RegNo = 4; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h42 Reg = PPC::CR4;
H A DPPCFrameLowering.cpp1325 if (isSVR4ABI && (PPC::CR2 <= Reg && Reg <= PPC::CR4)
1331 if (isSVR4ABI && isPPC64 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)) {
2013 SavedRegs.test(PPC::CR4))) {
2372 // CR2 through CR4 are the nonvolatile CR fields.
2373 bool IsCRField = PPC::CR2 <= Reg && Reg <= PPC::CR4;
2404 // 32-bit: FP-relative. Note that we made sure CR2-CR4 all have
2465 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR4)
2509 return PPC::CR2 == Reg || Reg == PPC::CR3 || Reg == PPC::CR4;
2556 } else if (Reg == PPC::CR4) {
H A DPPCRegisterInfo.cpp987 // For the nonvolatile condition registers (CR2, CR3, CR4) return true to
995 if (PPC::CR2 <= Reg && Reg <= PPC::CR4) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h364 ENTRY(CR4) \

Completed in 72 milliseconds