Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/arch/sh3/dev/
H A Dadc.c75 ADC_(CSR) = 0; in adc_attach()
141 csr = ADC_(CSR); in adc_sample_channel()
155 ADC_(CSR) = chan | SH7709_ADCSR_ADST | SH7709_ADCSR_CKS; in adc_sample_channel()
158 csr = ADC_(CSR); in adc_sample_channel()
165 ADC_(CSR) = csr; in adc_sample_channel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp85 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) { in addCalleeSavedRegs() local
86 const unsigned N = *CSR; in addCalleeSavedRegs()
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 DRegisterClassInfo.cpp58 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 DLivePhysRegs.cpp175 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) in addCalleeSavedRegs() local
176 LiveRegs.addReg(*CSR); in addCalleeSavedRegs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp23 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in setRestoreBasePointer() local
24 unsigned Reg = *CSR; ++CSR) { in setRestoreBasePointer()
/netbsd-src/sys/arch/arm/marvell/
H A Dmvsocpmu.c104 csr = MVSOCPMU_TM_READ(sc, CSR); in mvsocpmu_tm_init()
142 csr = MVSOCPMU_TM_READ(sc, CSR); in mvsocpmu_tm_refresh()
160 csr = MVSOCPMU_TM_READ(sc, CSR); in mvsocpmu_tm_get_limits()
189 csr = MVSOCPMU_TM_READ(sc, CSR); in mvsocpmu_tm_set_limits()
191 MVSOCPMU_TM_WRITE(sc, CSR, csr | TM_CSR_THR(oh, c)); in mvsocpmu_tm_set_limits()
/netbsd-src/crypto/external/bsd/openssl/dist/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.
H A DX509_REQ_get_extensions.pod7 - handle X.509 extension attributes of a CSR
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A DChangeLog-2020171 (enum aarch64_opnd): New CSR instruction field AARCH64_OPND_CSRE_CSR.
552 * opcode/riscv-opc.h: Support the unprivileged CSR. The versions
553 of the unprivileged CSR should be PRIV_SPEC_CLASS_NONE for now.
665 * opcode/riscv-opc.h: Update the defined versions of CSR from
732 privilege spec is started to define the CSR, and the abort_version
733 means which privilege spec is started to abort the CSR. If the CSR is
736 (DECLARE_CSR_ALIAS): Same as DECLARE_CSR, but only for the obselete CSR.
740 about the CSR. We use these information to find the suitable CSR
804 * opcode/riscv-opc.h: Update CSR to 1.11.
/netbsd-src/external/gpl3/binutils/dist/include/
H A DChangeLog-2020171 (enum aarch64_opnd): New CSR instruction field AARCH64_OPND_CSRE_CSR.
552 * opcode/riscv-opc.h: Support the unprivileged CSR. The versions
553 of the unprivileged CSR should be PRIV_SPEC_CLASS_NONE for now.
665 * opcode/riscv-opc.h: Update the defined versions of CSR from
732 privilege spec is started to define the CSR, and the abort_version
733 means which privilege spec is started to abort the CSR. If the CSR is
736 (DECLARE_CSR_ALIAS): Same as DECLARE_CSR, but only for the obselete CSR.
740 about the CSR. We use these information to find the suitable CSR
804 * opcode/riscv-opc.h: Update CSR to 1.11.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2020171 (enum aarch64_opnd): New CSR instruction field AARCH64_OPND_CSRE_CSR.
552 * opcode/riscv-opc.h: Support the unprivileged CSR. The versions
553 of the unprivileged CSR should be PRIV_SPEC_CLASS_NONE for now.
665 * opcode/riscv-opc.h: Update the defined versions of CSR from
732 privilege spec is started to define the CSR, and the abort_version
733 means which privilege spec is started to abort the CSR. If the CSR is
736 (DECLARE_CSR_ALIAS): Same as DECLARE_CSR, but only for the obselete CSR.
740 about the CSR. We use these information to find the suitable CSR
804 * opcode/riscv-opc.h: Update CSR to 1.11.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/regformats/
H A Dtic6x-c62x-linux.dat39 32:CSR
H A Dtic6x-c64x-linux.dat39 32:CSR
H A Dtic6x-c64xp-linux.dat39 32:CSR
/netbsd-src/external/gpl3/gdb/dist/gdb/regformats/
H A Dtic6x-c62x-linux.dat39 32:CSR
H A Dtic6x-c64x-linux.dat39 32:CSR
H A Dtic6x-c64xp-linux.dat39 32:CSR
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-riscv.texi57 Select the privileged spec version. We can decide whether the CSR is valid or
95 Enable the CSR checking for the ISA-dependent CRS and the read-only CSR.
96 The ISA-dependent CSR are only valid when the specific ISA is set. The
97 read-only CSR can not be written by the CSR instructions.
101 Don't do CSR checking.
212 Enables or disables the CSR checking.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiCallingConv.td49 def CSR: CalleeSavedRegs<(add)>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFCallingConv.td48 def CSR : CalleeSavedRegs<(add R6, R7, R8, R9, R10)>;
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-riscv.texi59 Select the privileged spec version. We can decide whether the CSR is valid or
96 Enable the CSR checking for the ISA-dependent CRS and the read-only CSR.
97 The ISA-dependent CSR are only valid when the specific ISA is set. The
98 read-only CSR can not be written by the CSR instructions.
102 Don't do CSR checking.
209 Enables or disables the CSR checking.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp41 [&](CalleeSavedInfo &CSR) { return CSR.getReg() == RAReg; })) in emitSCSPrologue() argument
89 [&](CalleeSavedInfo &CSR) { return CSR.getReg() == RAReg; })) in emitSCSEpilogue() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp457 for (const CalleeSavedInfo &CSR : CSI) { in restoreCalleeSavedRegisters() local
458 unsigned Reg = CSR.getReg(); in restoreCalleeSavedRegisters()
463 TII.loadRegFromStackSlot(MBB, MI, Reg, CSR.getFrameIdx(), RC, TRI); in restoreCalleeSavedRegisters()

123456