Home
last modified time | relevance | path

Searched refs:CSR (Results 1 – 25 of 94) sorted by relevance

1234

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp100 ConstantInt *CSL = nullptr, *CSR = nullptr, *CM = nullptr; in INITIALIZE_PASS_DEPENDENCY() local
107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
121 CSR = ConstantInt::get(Type::getInt32Ty(Ctx), 0); in INITIALIZE_PASS_DEPENDENCY()
131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
145 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
152 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
165 uint32_t SR = CSR->getZExtValue(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp99 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) { in addCalleeSavedRegs() local
100 const unsigned N = *CSR; in addCalleeSavedRegs()
H A DRegisterClassInfo.cpp57 const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); in runOnMachineFunction() local
63 if (CSR[I] == 0) { in runOnMachineFunction()
71 if (CSR[I] != LastCalleeSavedRegs[I]) { in runOnMachineFunction()
84 for (const MCPhysReg *I = CSR; *I; ++I) { in runOnMachineFunction()
96 for (const MCPhysReg *I = CSR; *I; ++I) in runOnMachineFunction()
H A DMachineFrameInfo.cpp125 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; in getPristineRegs() local
126 ++CSR) in getPristineRegs()
127 BV.set(*CSR); in getPristineRegs()
H A DLivePhysRegs.cpp177 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) in addCalleeSavedRegs() local
178 LiveRegs.addReg(*CSR); in addCalleeSavedRegs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp30 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in setRestoreBasePointer() local
31 unsigned Reg = *CSR; ++CSR) { in setRestoreBasePointer()
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dprima2-evb.dts3 * DTS file for CSR SiRFprimaII Evaluation Board
5 * Copyright (c) 2012 Cambridge Silicon Radio Limited, a CSR plc group company.
13 model = "CSR SiRFprimaII Evaluation Board";
H A Datlas6-evb.dts3 * DTS file for CSR SiRFatlas6 Evaluation Board
5 * Copyright (c) 2012 Cambridge Silicon Radio Limited, a CSR plc group company.
13 model = "CSR SiRFatlas6 Evaluation Board";
H A Datlas7-evb.dts3 * DTS file for CSR SiRFatlas7 Evaluation Board
5 * Copyright (c) 2014 Cambridge Silicon Radio Limited, a CSR plc group company.
16 model = "CSR SiRFatlas7 Evaluation Board";
/freebsd-14.2/sys/contrib/device-tree/Bindings/gnss/
H A Dsirfstar.yaml16 by CSR (Cambridge Silicon Radio) and in 2012 the CSR GPS business was
17 acquired by Samsung, while some products remained with CSR. In 2014 CSR
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dxgene.txt36 - reg : shall be a list of address and length pairs describing the CSR
49 - csr-offset : Offset to the CSR reset register from the reset address base.
51 - csr-mask : CSR reset mask bit. Default is 0xF.
54 - enable-mask : CSR enable mask bit. Default is 0xF.
55 - divider-offset : Offset to the divider CSR register from the divider base.
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dfsl,imx8qxp-csr.yaml14 Registers(CSR) module represents a set of miscellaneous registers of a
19 should consider all subnodes of the CSR module as separate child devices.
45 description: The possible child devices of the CSR module.
/freebsd-14.2/sys/contrib/device-tree/Bindings/phy/
H A Dfsl,imx8qm-lvds-phy.yaml24 by Control and Status Registers(CSR) module in the SoC. The CSR
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_CMP_MSG_get0_header.pod58 =item the subject field of any PKCS#10 CSR set in I<ctx>
73 =item the public key of any PKCS#10 CSR given in I<ctx>,
84 If a PKCS#10 CSR is present in I<ctx>, default extensions are taken from there,
88 these override any SANs from the PKCS#10 CSR.
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/bridge/
H A Dfsl,imx8qxp-pxl2dpi.yaml19 The i.MX8qxp PXL2DPI is controlled by Control and Status Registers(CSR) module.
20 The CSR module, as a system controller, contains the PXL2DPI's configuration
H A Dfsl,imx8qxp-ldb.yaml15 The i.MX8qm/qxp LDB is controlled by Control and Status Registers(CSR) module.
16 The CSR module, as a system controller, contains the LDB's configuration
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dsirf.yaml7 title: CSR SiRFprimaII and SiRFmarco device tree bindings.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.td278 // R8 is used to pass swifterror, remove it from CSR.
281 // R10 is used to pass swiftself, remove it from CSR.
296 // R8 is used to pass swifterror, remove it from CSR.
300 // R10 is used to pass swifterror, remove it from CSR.
325 // R8 is used to pass swifterror, remove it from CSR.
328 // R10 is used to pass swiftself, remove it from CSR.
/freebsd-14.2/sys/contrib/device-tree/Bindings/pci/
H A Dsnps,dw-pcie.yaml96 Vendor-specific CSR names. Consider using the generic names above
99 - description: See native 'elbi/app' CSR region for details.
101 - description: See native 'atu' CSR region for details.
103 - description: Syscon-related CSR regions.
H A Daltera-pcie-msi.txt8 "csr": CSR registers
H A Dsnps,dw-pcie-ep.yaml99 Vendor-specific CSR names. Consider using the generic names above
102 - description: See native 'elbi/app' CSR region for details.
104 - description: See native 'atu' CSR region for details.
/freebsd-14.2/sys/dev/xdma/controller/
H A Dpl330.h45 #define CSR(n) (0x100 + 0x08 * (n)) /* Channel status for DMA channel n */ macro
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/litex/
H A Dlitex,soc-controller.yaml12 Its purpose is to verify LiteX CSR (Control&Status Register) access
/freebsd-14.2/sys/netgraph/bluetooth/hci/
H A DTODO16 understand and fix later. I only have CSR based hardware and
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td17 // CSR (control and status register read/write) instruction options.
69 // The following CSR encodings match those given in Tables 2.2,
358 // Entropy Source CSR
411 // Jump Vector Table CSR

1234