Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11_cprt.c69 fpa11->fType[getFn(opcode)] = typeSingle; in PerformFLT()
76 fpa11->fType[getFn(opcode)] = typeDouble; in PerformFLT()
84 fpa11->fType[getFn(opcode)] = typeExtended; in PerformFLT()
110 switch (fpa11->fType[Fn]) { in PerformFIX()
158 switch (fpa11->fType[Fn]) { in PerformComparison()
191 switch (fpa11->fType[Fm]) { in PerformComparison()
237 if (fpa11->fType[Fn] == typeSingle) { in PerformComparison()
282 if (fpa11->fType[Fn] == typeSingle in PerformComparison()
283 && fpa11->fType[Fm] == typeSingle) { in PerformComparison()
309 rFm = (fpa11->fType[Fm] == typeSingle) ? in PerformComparison()
[all …]
H A Dfpa11_cpdo.c43 nType = fpa11->fType[getFn(opcode)]; in EmulateCPDO()
47 if (nType < fpa11->fType[Fm]) { in EmulateCPDO()
48 nType = fpa11->fType[Fm]; in EmulateCPDO()
78 fpa11->fType[getFd(opcode)] = nDest; in EmulateCPDO()
H A Dfpa11_cpdt.c22 fpa11->fType[Fn] = typeSingle; in loadSingle()
31 fpa11->fType[Fn] = typeDouble; in loadDouble()
47 fpa11->fType[Fn] = typeExtended; in loadExtended()
67 fpa11->fType[Fn] = (x >> 14) & 0x00000003; in loadMultiple()
69 switch (fpa11->fType[Fn]) { in loadMultiple()
99 switch (fpa11->fType[Fn]) { in storeSingle()
125 switch (fpa11->fType[Fn]) { in storeDouble()
158 switch (fpa11->fType[Fn]) { in storeExtended()
188 nType = fpa11->fType[Fn]; in storeMultiple()
H A Dsingle_cpdo.c85 } else if (fpa11->fType[Fm] == typeSingle) { in SingleCPDO()
96 if (fpa11->fType[Fn] == typeSingle && in SingleCPDO()
H A Ddouble_cpdo.c109 switch (fpa11->fType[Fm]) { in DoubleCPDO()
128 switch (fpa11->fType[Fn]) { in DoubleCPDO()
H A Dextended_cpdo.c88 switch (fpa11->fType[Fm]) { in ExtendedCPDO()
111 switch (fpa11->fType[Fn]) { in ExtendedCPDO()
H A Dfpa11.c28 fpa11->fType[i] = typeNone; in resetFPA11()
H A Dfpa11.h71 /* 104 */ unsigned char fType[8]; /* type of floating point value held in member
/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 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 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 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/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/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Ddimm_train_fail_log.sh97 fType=""
101 fType="PHY training failure"
105 fType="DIMM training failure"
108 fType="Invalid DIMM Syndrome error type"
115 $redfisComp "Slot $channel MCU rank $rank: $fType: $redfisMsg"
/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" },