Searched refs:inf (Results 1 – 12 of 12) sorted by relevance
/arch/m68k/fpsp040/ |
D | do_func.S | 54 PINF: .long 0x7fff0000,0x00000000,0x00000000 |+inf 55 MINF: .long 0xffff0000,0x00000000,0x00000000 |-inf 145 | Load either a +0 or +inf for plus/minus operand 153 | Result is either an operr or +inf for plus/minus operand 257 .long smod_fpn | 00,10 norm,inf = fpn 261 .long smod_zro | 01,10 zero,inf = +-zero 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 266 .long smod_snan | 10,11 inf,nan = nan [all …]
|
D | tbldo.S | 60 .long sinf |$01-2 fint inf 69 .long sinf |$02-2 fsinh inf 78 .long sinf |$03-2 fintrz inf 105 .long sopr_inf |$06-2 flognp1 inf 123 .long setoxm1i |$08-2 fetoxm1 inf 132 .long sone |$09-2 ftanh inf 141 .long spi_2 |$0a-2 fatan inf 159 .long t_operr |$0c-2 fasin inf 168 .long t_operr |$0d-2 fatanh inf 177 .long t_operr |$0e-2 fsin inf [all …]
|
D | get_op.S | 495 movew ETEMP(%a6),%d0 |get word with inf information 497 cmpiw #0x0fff,%d1 |test for inf or NaN 502 |input is of the special cases of inf and NaN 547 movew ETEMP(%a6),%d0 |get word with inf information 549 cmpiw #0x0fff,%d1 |test for inf or NaN 554 |input is of the special cases of inf and NaN 559 |input is inf
|
D | kernel_ex.S | 50 | store properly signed inf (use sign of etemp) into fp0 52 | inf bit, and accrued dz bit 71 bras m_inf |flogx always returns -inf 83 fmovemx mns_inf,%fp0-%fp0 |load -inf 87 fmovemx pls_inf,%fp0-%fp0 |load +inf
|
D | x_store.S | 134 cmpw #0x4000,%d0 |check if inf 135 beqs inf |if so, special case 144 inf: label 145 movel #0x7ff00000,%d0 |load dbl inf exponent
|
D | res_func.S | 60 | ;inf=010 or nan=011 88 | ;inf=010 or nan=011 438 cmpiw #0x7fff,%d0 |test for inf/nan 720 moveb STAG(%a6),%d0 |check source tag for inf or nan 723 moveb DTAG(%a6),%d0 |check destination tag for inf or nan 726 cmpb #0x40,%d0 |is it inf? 1350 moveb STAG(%a6),%d0 |check if stag is inf 1354 orl #inf_mask,USER_FPSR(%a6) |if inf, nothing yet has set I 1974 | Notes on handling of special case (zero, inf, and nan) inputs:
|
D | decbin.S | 20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero,
|
D | util.S | 235 bra end_ovfr |inf is same for all precisions (ext,dbl,sgl)
|
/arch/arm/common/ |
D | scoop.c | 212 struct scoop_config *inf; in scoop_probe() local 226 inf = pdev->dev.platform_data; in scoop_probe() 241 iowrite16(inf->io_dir & 0xffff, devptr->base + SCOOP_GPCR); in scoop_probe() 242 iowrite16(inf->io_out & 0xffff, devptr->base + SCOOP_GPWR); in scoop_probe() 244 devptr->suspend_clr = inf->suspend_clr; in scoop_probe() 245 devptr->suspend_set = inf->suspend_set; in scoop_probe() 249 if (inf->gpio_base != 0) { in scoop_probe() 251 devptr->gpio.base = inf->gpio_base; in scoop_probe()
|
/arch/arm/mm/ |
D | fault.c | 468 const struct fsr_info *inf = fsr_info + (fsr & 15) + ((fsr & (1 << 10)) >> 6); in do_DataAbort() local 471 if (!inf->fn(addr, fsr, regs)) in do_DataAbort() 475 inf->name, fsr, addr); in do_DataAbort() 477 info.si_signo = inf->sig; in do_DataAbort() 479 info.si_code = inf->code; in do_DataAbort()
|
/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1426 # or double precision denorm, inf, or nan, the operand needs to be
|
D | fpsp.S | 1427 # or double precision denorm, inf, or nan, the operand needs to be 10126 # - Set FPSR exception status dz bit, ccode inf bit, and #
|