| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRegUnits.cpp | 85 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) { in addCalleeSavedRegs() local 86 const unsigned N = *CSR; in addCalleeSavedRegs()
|
| 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 | RegisterClassInfo.cpp | 58 const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in runOnMachineFunction() local 59 if (Update || CSR != CalleeSavedRegs) { in runOnMachineFunction() 63 for (const MCPhysReg *I = CSR; *I; ++I) in runOnMachineFunction() 69 CalleeSavedRegs = CSR; in runOnMachineFunction()
|
| H A D | LivePhysRegs.cpp | 175 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) in addCalleeSavedRegs() local 176 LiveRegs.addReg(*CSR); in addCalleeSavedRegs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MachineFunctionInfo.cpp | 23 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in setRestoreBasePointer() local 24 unsigned Reg = *CSR; ++CSR) { in setRestoreBasePointer()
|
| /freebsd-13.1/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-13.1/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.
|
| H A D | prima2-clock.txt | 1 * Clock bindings for CSR SiRFprimaII
|
| H A D | csr,atlas7-car.txt | 1 * Clock and reset bindings for CSR atlas7
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/ |
| H A D | sirf.yaml | 7 title: CSR SiRFprimaII and SiRFmarco device tree bindings.
|
| /freebsd-13.1/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. 292 // R8 is used to pass swifterror, remove it from CSR. 296 // R10 is used to pass swifterror, remove it from CSR. 312 // R8 is used to pass swifterror, remove it from CSR. 315 // R10 is used to pass swiftself, remove it from CSR.
|
| /freebsd-13.1/sys/dev/xdma/controller/ |
| H A D | pl330.h | 47 #define CSR(n) (0x100 + 0x08 * (n)) /* Channel status for DMA channel n */ macro
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pci/ |
| H A D | altera-pcie-msi.txt | 8 "csr": CSR registers
|
| /freebsd-13.1/sys/netgraph/bluetooth/hci/ |
| H A D | TODO | 17 understand and fix later. I only have CSR based hardware and
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-atlas7.txt | 1 CSR SiRFatlas7 GPIO controller bindings
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/serial/ |
| H A D | sirf-uart.txt | 1 * CSR SiRFprimaII/atlasVI Universal Synchronous Asynchronous Receiver/Transmitter *
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/dma/ |
| H A D | sirfsoc-dma.txt | 1 * CSR SiRFSoC DMA controller
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/misc/ |
| H A D | idt_89hpesx.txt | 1 EEPROM / CSR SMBus-slave interface of IDT 89HPESx devices
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/reset/ |
| H A D | sirf,rstc.txt | 1 CSR SiRFSoC Reset Controller
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/spi/ |
| H A D | spi-sirf.txt | 1 * CSR SiRFprimaII Serial Peripheral Interface
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiCallingConv.td | 49 def CSR: CalleeSavedRegs<(add)>;
|
| /freebsd-13.1/sys/netgraph/bluetooth/l2cap/ |
| H A D | TODO | 16 Will fix later. I only have CSR based hardware and it does not
|