Home
last modified time | relevance | path

Searched refs:fType (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdo.c47 nType = fpa11->fType[getFn(opcode)]; in EmulateCPDO()
52 if (nType < fpa11->fType[Fm]) in EmulateCPDO()
54 nType = fpa11->fType[Fm]; in EmulateCPDO()
70 nType = fpa11->fType[Fd]; in EmulateCPDO()
109 fpa11->fType[Fd] = nDest; in EmulateCPDO()
H A Dfpa11_cpdt.c35 fpa11->fType[Fn] = typeSingle; in loadSingle()
46 fpa11->fType[Fn] = typeDouble; in loadDouble()
64 fpa11->fType[Fn] = typeExtended; in loadExtended()
81 fpa11->fType[Fn] = (x >> 14) & 0x00000003; in loadMultiple()
83 switch (fpa11->fType[Fn]) in loadMultiple()
113 switch (fpa11->fType[Fn]) in storeSingle()
137 switch (fpa11->fType[Fn]) in storeDouble()
166 switch (fpa11->fType[Fn]) in storeExtended()
192 nType = fpa11->fType[Fn]; in storeMultiple()
H A Dfpa11_cprt.c83 fpa11->fType[getFn(opcode)] = typeSingle; in PerformFLT()
91 fpa11->fType[getFn(opcode)] = typeDouble; in PerformFLT()
99 fpa11->fType[getFn(opcode)] = typeExtended; in PerformFLT()
119 switch (fpa11->fType[Fn]) in PerformFIX()
199 switch (fpa11->fType[Fn]) in PerformComparison()
235 switch (fpa11->fType[Fm]) in PerformComparison()
H A Dsingle_cpdo.c51 switch (fpa11->fType[Fm]) in SingleCPDO()
64 switch (fpa11->fType[Fn]) in SingleCPDO()
194 if (0 != nRc) fpa11->fType[Fd] = typeSingle; in SingleCPDO()
H A Ddouble_cpdo.c53 switch (fpa11->fType[Fm]) in DoubleCPDO()
79 switch (fpa11->fType[Fn]) in DoubleCPDO()
230 if (0 != nRc) fpa11->fType[Fd] = typeDouble; in DoubleCPDO()
H A Dextended_cpdo.c53 switch (fpa11->fType[Fm]) in ExtendedCPDO()
74 switch (fpa11->fType[Fn]) in ExtendedCPDO()
214 if (0 != nRc) fpa11->fType[Fd] = typeExtended; in ExtendedCPDO()
H A Dfpa11.h75 /* 104 */ unsigned char fType[8]; /* type of floating point value held in member
H A Dfpa11.c44 fpa11->fType[i] = typeNone; in resetFPA11()
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Ddimm_train_fail_log.sh83 fType=""
87 fType="PHY training failure"
91 fType="DIMM training failure"
94 fType="Invalid DIMM Syndrome error type"
98 redfisMsg="$redfisComp Slot $channel MCU rank $rank: $fType: $error"
/openbmc/phosphor-inventory-manager/test/
H A Dassociations_test.cpp21 "fType": "sensors"
35 "fType": "fans"
52 "fType": "sensors"
63 "fType": "led"
89 "fType": "inventory",
112 "fType": "sensors"
134 "fType": "sensors"
/openbmc/openpower-occ-control/
H A Docc_dbus.cpp186 for (const auto& fType : fTypes) in setChassisAssociation() local
188 associations.emplace_back("chassis", fType, chassisPath); in setChassisAssociation()
/openbmc/phosphor-inventory-manager/
H A DREADME.md155 "fType": "sensors",
192 "fType": "The forward association type."
234 "types": { "fType": "sensors", "rType": "inventory" },