Searched refs:operr (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/arch/m68k/fpsp040/ |
H A D | x_operr.S | 13 | the dest format is integer (b, w, l) and the operr is caused by 16 | There are three cases in which operr is incorrectly signaled on the 29 | signalled operr: 79 | If the destination size is B,W,or L, the operr must be 92 | The size is not B,W,or L, so the operr is handled by the 93 | kernel handler. Set the operr bits and clean up, leaving 115 bnes chklerr |if not equal, check for incorrect operr 118 bnes chklerr |if d0 is true, check for incorrect operr 162 bnes chkwerr |if not equal, check for incorrect operr 165 bnes chkwerr |if d0 is true, check for incorrect operr 189 bnes chkberr |if not equal, check for incorrect operr 192 bnes chkberr |if d0 is true, check for incorrect operr 211 | This operr condition is not of the special case. Set operr 216 orl #opaop_mask,USER_FPSR(%a6) |set operr & aiop 223 | the operr and aiop bits, and clears inex and ainex, incorrectly 227 orl #opaop_mask,USER_FPSR(%a6) |set operr & aiop 285 | to d0 for write out. If not, it is a real operr, and set d0. 289 bnes true_operr |if not all 1's then was true operr 291 beqs not_true_operr |branch if not true operr 293 beqs not_true_operr |branch if not true operr 295 movel #1,%d0 |signal real operr 298 clrl %d0 |signal no real operr 302 | End_operr tests for operr enabled. If not, it cleans up the stack 304 | to the kernel operr handler with only the integer exception 322 | operr. If the inex enable bit is set in the FPCR, and either 345 | Since operr is only an E1 exception, there is no need to frestore
|
H A D | do_func.S | 153 | Result is either an operr or +inf for plus/minus operand 184 | the sign and return operr if negative. 256 .long smod_oper | 00,01 norm,zero = nan with operr 260 .long smod_oper | 01,01 zero,zero = nan with operr 263 .long smod_oper | 10,00 inf,norm = nan with operr 264 .long smod_oper | 10,01 inf,zero = nan with operr 265 .long smod_oper | 10,10 inf,inf = nan with operr 337 .long srem_oper | 00,01 norm,zero = nan with operr 341 .long srem_oper | 01,01 zero,zero = nan with operr 344 .long srem_oper | 10,00 inf,norm = nan with operr 345 .long srem_oper | 10,01 inf,zero = nan with operr 346 .long srem_oper | 10,10 inf,inf = nan with operr 417 .long scl_opr | 00,10 norm,inf = nan with operr 421 .long scl_opr | 01,10 zero,inf = nan with operr 425 .long scl_opr | 10,10 inf,inf = nan with operr
|
H A D | sasin.S | 90 fbgt t_operr |cause an operr exception
|
H A D | kernel_ex.S | 105 | if (operr trap disabled) 106 | set FPSR exception status operr bit, condition code 110 | else (operr trap enabled) 111 | set FPSR exception status operr bit, accrued operr bit 118 btstb #operr_bit,FPCR_ENABLE(%a6) |test FPCR for operr enabled
|
H A D | sacos.S | 92 fbgt t_operr |cause an operr exception
|
H A D | skeleton.S | 249 .global operr 250 operr: label 255 bclrb #E1,E_BYTE(%a6) |operr is always an E1 exception
|
H A D | gen_except.S | 17 | operr 170 | operr, and dz. commonE3 does this for E3 exceptions, which 360 bfextu USER_FPSR(%a6){#17:#4},%d0 |get snan/operr/ovfl/unfl bits
|
H A D | res_func.S | 1519 fbge int_operr |set operr 1527 fblt int_operr |set operr 1564 fbge int_operr |set operr 1572 fblt int_operr |set operr 1609 fbge int_operr |set operr 1617 fblt int_operr |set operr 1653 | ;if the operr exception is enabled. 1654 | ;set operr/aiop (no inex2 on int ovfl)
|
H A D | bindec.S | 104 | length is 4, set operr.
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | vectors.c | 100 asmlinkage void operr_vec(void) asm ("operr"); trap_init()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
H A D | ftest.S | 183 ### operr
|
H A D | fplsp.S | 454 set operr_mask, 0x00002000 # operr exception mask 518 set OPERR_VEC, 0xd0 # operr vector offset 6562 fbgt t_operr # cause an operr exception 6657 fbgt t_operr # cause an operr exception 9922 # operr is disabled. return a QNAN in fp0 9926 # operr is enabled. create an operr exception so the user can record it
|
H A D | pfpsp.S | 473 set operr_mask, 0x00002000 # operr exception mask 537 set OPERR_VEC, 0xd0 # operr vector offset 1673 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just 2609 # OPERR : all reg-reg or mem-reg operations that can normally operr 3073 # _real_operr() - "callout" to operating system operr handler # 3095 # operr result out to memory or data register file as it should. # 3100 # which creates an access error stack frame from the current operr # 3133 # cause an operr so we don't need to check for them here. 13517 # length is 4, set operr. #
|
H A D | fpsp.S | 474 set operr_mask, 0x00002000 # operr exception mask 538 set OPERR_VEC, 0xd0 # operr vector offset 1674 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just 2610 # OPERR : all reg-reg or mem-reg operations that can normally operr 3074 # _real_operr() - "callout" to operating system operr handler # 3096 # operr result out to memory or data register file as it should. # 3101 # which creates an access error stack frame from the current operr # 3134 # cause an operr so we don't need to check for them here. 6668 fbgt t_operr # cause an operr exception 6763 fbgt t_operr # cause an operr exception 10149 # - set FPSR exception status operr bit, condition code # 23557 # length is 4, set operr. #
|
Completed in 432 milliseconds