Searched refs:dyadic (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 670 # bit five of the fp extension word separates the monadic and dyadic operations 673 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic? 676 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 908 # bit five of the fp ext word separates the monadic and dyadic operations 911 btst &0x5,1+EXC_CMDREG(%a6) # is op monadic or dyadic? 914 # now, what's left that's not dyadic is fsincos. we can distinguish it 919 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 1145 # operand from the fsave state frame and the dst operand (if dyadic) # 1277 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 1279 # bit five of the fp extension word separates the monadic and dyadic operation [all...] |
H A D | fpsp.S | 671 # bit five of the fp extension word separates the monadic and dyadic operations 674 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic? 677 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 909 # bit five of the fp ext word separates the monadic and dyadic operations 912 btst &0x5,1+EXC_CMDREG(%a6) # is op monadic or dyadic? 915 # now, what's left that's not dyadic is fsincos. we can distinguish it 920 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 1146 # operand from the fsave state frame and the dst operand (if dyadic) # 1278 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 1280 # bit five of the fp extension word separates the monadic and dyadic operation [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 670 # bit five of the fp extension word separates the monadic and dyadic operations 673 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic? 676 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 908 # bit five of the fp ext word separates the monadic and dyadic operations 911 btst &0x5,1+EXC_CMDREG(%a6) # is op monadic or dyadic? 914 # now, what's left that's not dyadic is fsincos. we can distinguish it 919 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 1145 # operand from the fsave state frame and the dst operand (if dyadic) # 1277 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 1279 # bit five of the fp extension word separates the monadic and dyadic operation [all...] |
H A D | fpsp.S | 671 # bit five of the fp extension word separates the monadic and dyadic operations 674 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic? 677 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 909 # bit five of the fp ext word separates the monadic and dyadic operations 912 btst &0x5,1+EXC_CMDREG(%a6) # is op monadic or dyadic? 915 # now, what's left that's not dyadic is fsincos. we can distinguish it 920 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 1146 # operand from the fsave state frame and the dst operand (if dyadic) # 1278 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg 1280 # bit five of the fp extension word separates the monadic and dyadic operation [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | res_func.S | 58 dyadic: label 90 tstb DY_MO_FLG(%a6) |all cases of dyadic instructions would 364 tstb DY_MO_FLG(%a6) |all cases of dyadic instructions would 601 | This code checks for 16-bit overflow conditions on dyadic 608 | DY_MO_FLG contains 0 for monadic op, $ff for dyadic
|
H A D | fpsp.h | 108 .set DY_MO_FLG,LV+120 | dyadic/monadic flag
|
H A D | tbldo.S | 12 | the stag. For dyadic functions, all
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | res_func.S | 58 dyadic: label 90 tstb DY_MO_FLG(%a6) |all cases of dyadic instructions would 364 tstb DY_MO_FLG(%a6) |all cases of dyadic instructions would 601 | This code checks for 16-bit overflow conditions on dyadic 608 | DY_MO_FLG contains 0 for monadic op, $ff for dyadic
|
H A D | fpsp.h | 108 .set DY_MO_FLG,LV+120 | dyadic/monadic flag
|
H A D | tbldo.S | 12 | the stag. For dyadic functions, all
|
Completed in 34 milliseconds