Searched refs:ccodes (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/arm/nwfpe/ |
D | fpopcode.c | 86 unsigned int checkCondition(const unsigned int opcode, const unsigned int ccodes) in checkCondition() argument 88 return (aCC[opcode >> 28] >> (ccodes >> 28)) & 1; in checkCondition()
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | isp.S | 1976 # To set the ccodes correctly: 1980 # (4) combine ccodes 1984 mov.w %cc, %d3 # fetch resulting ccodes 1989 mov.w %cc, %d4 # fetch resulting ccodes 1990 or.b %d4, %d3 # combine w/ earlier ccodes 1993 mov.w EXC_CC(%a6), %d4 # fetch old ccodes 1995 or.b %d3, %d4 # insert new ccodes 1996 mov.w %d4, EXC_CC(%a6) # save new ccodes 2191 # at this point, result is normal so ccodes are set based on result. 3073 # just do the compare again since it's faster than saving the ccodes [all …]
|
D | ilsp.S | 517 mov.w %cc,MUL64_CC(%a6) # save incoming ccodes 628 mov.w %cc,MUL64_CC(%a6) # save incoming ccodes
|
D | fpsp.S | 1509 # fmove out doesn't affect ccodes. 2068 # fmove out doesn't affect ccodes. 10321 mov.b %d0,FPSR_CC(%a6) # insert new ccodes 10334 mov.b %d0,FPSR_CC(%a6) # insert new ccodes 10953 tst.b DST_EX(%a1) # set ccodes according to QNAN sign 10978 tst.b SRC_EX(%a0) # set ccodes according to QNAN sign 12329 # use fmov to determine ccodes. 13109 # use fneg to determine ccodes. 16913 mov.b FPSR_CC(%a6),%d1 # fetch fp ccodes 17483 mov.b FPSR_CC(%a6),%d1 # fetch fp ccodes [all …]
|
D | pfpsp.S | 1508 # fmove out doesn't affect ccodes. 2067 # fmove out doesn't affect ccodes. 6859 # the number may have become zero after rounding. set ccodes accordingly. 6919 # the number may have become zero after rounding. set ccodes accordingly. 8760 # use fmov to determine ccodes. 9540 # use fneg to determine ccodes.
|