Searched refs:monadic (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/m68k/fpsp040/ |
D | kernel_ex.S | 62 | t_dz2 is used by monadic functions such as flogn (from do_func). 63 | t_dz is used by monadic functions such as satanh (from the
|
D | res_func.S | 57 beqs monadic 61 beqs monadic |then branch 80 monadic: label 94 | monadic instructions: fabs = $18 fneg = $1a ftst = $3a 608 | DY_MO_FLG contains 0 for monadic op, $ff for dyadic
|
D | fpsp.h | 108 .set DY_MO_FLG,LV+120 | dyadic/monadic flag
|
D | tbldo.S | 6 | of indirection in do_func for monadic
|
/linux-6.1.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 2561 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic? 2562 beq.b iea_op_extract # monadic
|
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 2562 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic? 2563 beq.b iea_op_extract # monadic 13123 # res{s,q}nan_1op() - set NAN result for monadic instruction # 13208 # res_{s,q}nan_1op() - set NAN result for monadic operation # 13422 # res_{s,q}nan_1op() - set NAN result for monadic operation # 16143 # res_qnan_1op(): return dflt result w/ QNAN operand for monadic # [all …]
|