Searched refs:readRegister (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/linux-user/arm/nwfpe/ |
| H A D | fpa11_cprt.c | 57 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 D | fpa11_cpdt.c | 223 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 D | fpa11.h | 92 static inline unsigned int readRegister(unsigned int reg) in readRegister() function
|
| /openbmc/openpower-hw-diags/analyzer/plugins/ |
| H A D | p10-tod-plugins.cpp | 133 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/intel-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 3896 ipmi::Context::ptr& ctx, const uint8_t readRegister, in ipmiOEMReadPFRMailbox() argument 3908 if (!numOfBytes && !readRegister) in ipmiOEMReadPFRMailbox() 3920 if (ipmi::mailbox::readFifoReg.find(readRegister) == in ipmiOEMReadPFRMailbox() 3932 readRegister); in ipmiOEMReadPFRMailbox() 3967 std::vector<uint8_t> writeData = {readRegister}; in ipmiOEMReadPFRMailbox()
|