| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenExtract.cpp | 100 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 D | LiveRegUnits.cpp | 99 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) { in addCalleeSavedRegs() local 100 const unsigned N = *CSR; in addCalleeSavedRegs()
|
| H A D | RegisterClassInfo.cpp | 57 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 D | MachineFrameInfo.cpp | 125 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; in getPristineRegs() local 126 ++CSR) in getPristineRegs() 127 BV.set(*CSR); in getPristineRegs()
|
| H A D | LivePhysRegs.cpp | 177 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 D | X86MachineFunctionInfo.cpp | 30 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 D | prima2-evb.dts | 3 * 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 D | atlas6-evb.dts | 3 * 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 D | atlas7-evb.dts | 3 * 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 D | sirfstar.yaml | 16 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 D | xgene.txt | 36 - 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 D | fsl,imx8qxp-csr.yaml | 14 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 D | fsl,imx8qm-lvds-phy.yaml | 24 by Control and Status Registers(CSR) module in the SoC. The CSR
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_MSG_get0_header.pod | 58 =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 D | fsl,imx8qxp-pxl2dpi.yaml | 19 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 D | fsl,imx8qxp-ldb.yaml | 15 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 D | sirf.yaml | 7 title: CSR SiRFprimaII and SiRFmarco device tree bindings.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 278 // 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 D | snps,dw-pcie.yaml | 96 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 D | altera-pcie-msi.txt | 8 "csr": CSR registers
|
| H A D | snps,dw-pcie-ep.yaml | 99 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 D | pl330.h | 45 #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 D | litex,soc-controller.yaml | 12 Its purpose is to verify LiteX CSR (Control&Status Register) access
|
| /freebsd-14.2/sys/netgraph/bluetooth/hci/ |
| H A D | TODO | 16 understand and fix later. I only have CSR based hardware and
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSystemOperands.td | 17 // 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
|