Searched refs:norm (Results 1 – 17 of 17) sorted by relevance
/arch/m68k/fpsp040/ |
D | tbldo.S | 58 .long sint |$01-0 fint norm 67 .long ssinh |$02-0 fsinh norm 76 .long sintrz |$03-0 fintrz norm 103 .long sslognp1 |$06-0 flognp1 norm 121 .long setoxm1 |$08-0 fetoxm1 norm 130 .long stanh |$09-0 ftanh norm 139 .long satan |$0a-0 fatan norm 157 .long sasin |$0c-0 fasin norm 166 .long satanh |$0d-0 fatanh norm 175 .long ssin |$0e-0 fsin norm [all …]
|
D | do_func.S | 255 .long smod | 00,00 norm,norm = normal 256 .long smod_oper | 00,01 norm,zero = nan with operr 257 .long smod_fpn | 00,10 norm,inf = fpn 258 .long smod_snan | 00,11 norm,nan = nan 259 .long smod_zro | 01,00 zero,norm = +-zero 263 .long smod_oper | 10,00 inf,norm = nan with operr 267 .long smod_dnan | 11,00 nan,norm = nan 287 | ;00 = norm or denorm 415 .long sscale | 00,00 norm,norm = result 416 .long sscale | 00,01 norm,zero = fpn [all …]
|
D | res_func.S | 59 btstb #7,DTAG(%a6) |if dop = norm=000, zero=001, 64 | ;set dtag to norm 87 btstb #7,STAG(%a6) |if sop = norm=000, zero=001, 604 | condition exists with a very large norm and a denorm. One 652 | if(dest is norm) 658 | if(dest is norm) 733 rts |then ; it is either a zero of norm, 825 | can be used to add the norm and 1.0 with the sign of the 1000 | can be used to subtract from the norm 1.0 with the sign of the 1093 | norm sign. [all …]
|
D | get_op.S | 47 | routine which converts the unnorm to a norm (called mk_norm) 50 | norm. The instruction is then restored back into the '040 661 | For a norm, check if the exp <= $3fff; if so, set etemp_15
|
D | bindec.S | 178 clrb BINDEC_FLG(%a6) |clr norm/denorm flag 181 beq A2_str |if zero, input is norm 200 bgts pos_exp |if greater than zero, it is a norm 243 beqs A3_cont |if clr, continue with norm 660 tstb BINDEC_FLG(%a6) |check if input was norm 661 beqs A13_con |if norm, continue with checking
|
D | decbin.S | 101 .global norm symbol 476 | norm: 481 norm: label
|
D | kernel_ex.S | 346 orb #norm_tag,DTAG(%a6) |set up dtag for norm
|
D | scale.S | 170 movel %d2,-(%a7) |free d2 for norm
|
/arch/arc/lib/ |
D | strchr-700.S | 79 norm r2,r3 95 norm r3,r3 108 norm r2,r2 124 norm r3,r3
|
D | memcmp.S | 66 norm r1,r1 73 norm r1,r1 88 norm r1,r1
|
D | strlen.S | 64 norm r1,r2 74 norm r1,r1
|
/arch/arc/kernel/ |
D | setup.c | 70 cpu->extn.norm = read_aux_reg(ARC_REG_NORM_BCR) > 1 ? 1 : 0; /* 2,3 */ in read_arc_build_cfg_regs() 240 IS_AVAIL1(cpu->extn.norm, "norm "), in arc_cpu_mumbojumbo()
|
/arch/arc/include/asm/ |
D | arcregs.h | 356 unsigned int swap:1, norm:1, minmax:1, barrel:1, crc:1, pad1:3, member
|
/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 1484 # here, we count on norm not to alter a0... 1485 bsr.l norm # normalize mantissa 7636 bsr.l norm # normalize 8496 mov.l (%a0),%d3 # D3 is exponent of smallest norm. # 10217 bsr.l norm # normalize mantissa 12024 # norm() - normalize mantissa for EXOP on denorm # 13140 bne.b ftst_not_norm # optimize on non-norm input 13338 bne.b fintrz_not_norm # optimize on non-norm input 13418 # norm() - normalize denorm mantissa to provide EXOP # 13435 # Simply clear sign for extended precision norm. Ext prec denorm # [all …]
|
D | ilsp.S | 435 mov.l DDNORMAL(%a6), %d7 # get norm shift count
|
D | fplsp.S | 7561 bsr.l norm # normalize exponent 8558 # satanh(): computes the inverse hyperbolic tangent of a norm input # 9249 # the src value. then, jump to the norm part of the routine. 9258 bsr.l norm # normalize the DENORM 9798 bsr.l unnorm_fix # convert to norm,denorm,or zero 10045 bsr.l norm # normalize mantissa 10835 global norm 10836 norm: label 10886 # norm() - normalize the mantissa # 10893 # a0 = input operand has been converted to a norm, denorm, or # [all …]
|
D | pfpsp.S | 1483 # here, we count on norm not to alter a0... 1484 bsr.l norm # normalize mantissa
|