Searched refs:monadic (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | kernel_ex.S | 63 | t_dz2 is used by monadic functions such as flogn (from do_func). 64 | t_dz is used by monadic functions such as satanh (from the
|
D | res_func.S | 58 beqs monadic 62 beqs monadic |then branch 81 monadic: label 95 | monadic instructions: fabs = $18 fneg = $1a ftst = $3a 609 | DY_MO_FLG contains 0 for monadic op, $ff for dyadic
|
D | fpsp.h | 109 .set DY_MO_FLG,LV+120 | dyadic/monadic flag
|
D | tbldo.S | 6 | of indirection in do_func for monadic
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1279 # bit five of the fp extension word separates the monadic and dyadic operations 1281 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic? 1282 beq.b fu_extract # monadic 1829 beq.b fu_extract_p # yes, so it's monadic, too 3652 # bits four and five of the fp extension word separate the monadic and dyadic 3655 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic? 3656 beq.b finex_extract # monadic 9745 # res_{s,q}nan_1op() - set NAN result for monadic operation #
|
D | fpsp.S | 1280 # bit five of the fp extension word separates the monadic and dyadic operations 1282 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic? 1283 beq.b fu_extract # monadic 1830 beq.b fu_extract_p # yes, so it's monadic, too 3653 # bits four and five of the fp extension word separate the monadic and dyadic 3656 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic? 3657 beq.b finex_extract # monadic 13314 # res_{s,q}nan_1op() - set NAN result for monadic operation #
|