| /arch/m68k/fpsp040/ |
| A D | do_func.S | 265 .long smod_oper | 10,10 inf,inf = nan with operr 289 | ;10 = inf 423 .long scl_inf | 10,00 inf,norm = +-inf 424 .long scl_inf | 10,01 inf,zero = +-inf 425 .long scl_opr | 10,10 inf,inf = nan with operr 443 | ;010 = inf 10 = inf 465 bra ld_minf |else neg load -inf 517 |**Returns +inf 520 fmovex PINF,%fp0 |load +inf 524 |**Returns -inf [all …]
|
| A D | tbldo.S | 60 .long sinf |$01-2 fint inf 69 .long sinf |$02-2 fsinh inf 78 .long sinf |$03-2 fintrz inf 132 .long sone |$09-2 ftanh inf 141 .long spi_2 |$0a-2 fatan inf 159 .long t_operr |$0c-2 fasin inf 177 .long t_operr |$0e-2 fsin inf 186 .long t_operr |$0f-2 ftan inf 195 .long szr_inf |$10-2 fetox inf 231 .long sopr_inf |$14-2 flogn inf [all …]
|
| A 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
|
| A 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
|
| A 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
|
| A 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:
|
| A D | decbin.S | 20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero,
|
| A D | util.S | 235 bra end_ovfr |inf is same for all precisions (ext,dbl,sgl)
|
| /arch/arm64/mm/ |
| A D | fault.c | 475 const struct fault_info *inf = esr_to_fault_info(esr); in do_bad_area() local 478 arm64_force_sig_fault(inf->sig, inf->code, far, inf->name); in do_bad_area() 555 const struct fault_info *inf; in do_page_fault() local 739 inf = esr_to_fault_info(esr); in do_page_fault() 770 arm64_force_sig_fault_pkey(far, inf->name, pkey); in do_page_fault() 812 const struct fault_info *inf; in do_sea() local 815 inf = esr_to_fault_info(esr); in do_sea() 836 arm64_notify_die(inf->name, regs, inf->sig, inf->code, siaddr, esr); in do_sea() 929 if (!inf->fn(far, esr, regs)) in do_mem_abort() 933 die_kernel_fault(inf->name, addr, esr, regs); in do_mem_abort() [all …]
|
| /arch/arm/common/ |
| A D | scoop.c | 181 struct scoop_config *inf; in scoop_probe() local 194 inf = pdev->dev.platform_data; in scoop_probe() 209 iowrite16(inf->io_dir & 0xffff, devptr->base + SCOOP_GPCR); in scoop_probe() 210 iowrite16(inf->io_out & 0xffff, devptr->base + SCOOP_GPWR); in scoop_probe() 212 devptr->suspend_clr = inf->suspend_clr; in scoop_probe() 213 devptr->suspend_set = inf->suspend_set; in scoop_probe() 217 if (inf->gpio_base != 0) { in scoop_probe() 219 devptr->gpio.base = inf->gpio_base; in scoop_probe()
|
| /arch/arm/mm/ |
| A D | fault.c | 594 const struct fsr_info *inf = fsr_info + fsr_fs(fsr); in do_DataAbort() local 596 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs)) in do_DataAbort() 601 inf->name, fsr, addr); in do_DataAbort() 604 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr, in do_DataAbort() 624 const struct fsr_info *inf = ifsr_info + fsr_fs(ifsr); in do_PrefetchAbort() local 626 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs)) in do_PrefetchAbort() 631 inf->name, ifsr, addr); in do_PrefetchAbort() 633 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr, in do_PrefetchAbort()
|
| /arch/arm/mach-sa1100/ |
| A D | generic.h | 38 void sa11x0_register_lcd(struct sa1100fb_mach_info *inf);
|
| A D | generic.c | 227 void sa11x0_register_lcd(struct sa1100fb_mach_info *inf) in sa11x0_register_lcd() argument 229 sa11x0_register_device(&sa11x0fb_device, inf); in sa11x0_register_lcd()
|
| /arch/um/ |
| A D | Kconfig | 215 # inf-cpu mode is incompatible with the benchmarking 233 In UML inf-cpu and ext time-travel mode userspace can run without being
|
| /arch/m68k/ifpsp060/src/ |
| A D | pfpsp.S | 1426 # or double precision denorm, inf, or nan, the operand needs to be
|
| A 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 #
|