Home
last modified time | relevance | path

Searched refs:readRegister (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c57 case WFS_CODE >> 20: writeFPSR(readRegister(getRd(opcode))); break; in EmulateCPRT()
62 case WFC_CODE >> 20: writeFPCR(readRegister(getRd(opcode))); in EmulateCPRT()
85 int32_to_float32(readRegister(getRd(opcode)), &fpa11->fp_status); in PerformFLT()
93 int32_to_float64(readRegister(getRd(opcode)), &fpa11->fp_status); in PerformFLT()
101 int32_to_floatx80(readRegister(getRd(opcode)), &fpa11->fp_status); in PerformFLT()
H A Dfpa11_cpdt.c223 pBase = readRegister(getRn(opcode)); in PerformLDF()
259 pBase = readRegister(getRn(opcode)); in PerformSTF()
292 pBase = readRegister(getRn(opcode)); in PerformLFM()
325 pBase = readRegister(getRn(opcode)); in PerformSFM()
H A Dfpa11.h92 static inline unsigned int readRegister(unsigned int reg) in readRegister() function
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-tod-plugins.cpp133 bool readRegister(pdbg_target* i_chip, Register i_addr, in readRegister() function
195 if (readRegister(i_chip, Register::TOD_ERROR, errorReg)) in collectTodFaultData()
201 if (readRegister(i_chip, Register::TOD_PSS_MSS_STATUS, statusReg)) in collectTodFaultData()
272 if (readRegister(i_chip, addr, portCtrl)) in collectTodFaultData()
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11_cprt.c44 writeFPSR(readRegister(getRd(opcode))); in EmulateCPRT()
70 fpa11->fpreg[getFn(opcode)].fSingle = int32_to_float32(&roundData, readRegister(getRd(opcode))); in PerformFLT()
77 fpa11->fpreg[getFn(opcode)].fDouble = int32_to_float64(readRegister(getRd(opcode))); in PerformFLT()
85 fpa11->fpreg[getFn(opcode)].fExtended = int32_to_floatx80(readRegister(getRd(opcode))); in PerformFLT()
H A Dfpa11_cpdt.c217 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformLDF()
265 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformSTF()
311 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformLFM()
347 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformSFM()
H A Dfpmodule.inl22 static inline unsigned long readRegister(const unsigned int nReg) function
47 return (readRegister(REG_CPSR));
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3895 ipmiOEMReadPFRMailbox(ipmi::Context::ptr& ctx, const uint8_t readRegister, in ipmiOEMReadPFRMailbox() argument
3907 if (!numOfBytes && !readRegister) in ipmiOEMReadPFRMailbox()
3919 if (ipmi::mailbox::readFifoReg.find(readRegister) == in ipmiOEMReadPFRMailbox()
3931 readRegister); in ipmiOEMReadPFRMailbox()
3966 std::vector<uint8_t> writeData = {readRegister}; in ipmiOEMReadPFRMailbox()