Searched refs:bias (Results 1 – 21 of 21) sorted by relevance
/arch/sparc/kernel/ |
D | process_64.c | 431 int bias = 0; in synchronize_user_stack() local 436 bias = STACK_BIAS; in synchronize_user_stack() 440 unsigned long sp = (t->rwbuf_stkptrs[window] + bias); in synchronize_user_stack() 468 int bias = 0; in fault_in_user_windows() local 473 bias = STACK_BIAS; in fault_in_user_windows() 481 unsigned long sp = (t->rwbuf_stkptrs[window] + bias); in fault_in_user_windows() 755 unsigned long pc, fp, bias = 0; in get_wchan() local 766 bias = STACK_BIAS; in get_wchan() 767 fp = task_thread_info(task)->ksp + bias; in get_wchan() 778 fp = rw->ins[6] + bias; in get_wchan()
|
D | process_32.c | 686 unsigned long pc, fp, bias = 0; local 696 fp = task_thread_info(task)->ksp + bias; 708 fp = rw->ins[6] + bias;
|
/arch/m68k/fpsp040/ |
D | x_store.S | 113 | dbl_exp = ext_exp - $3fff(ext bias) + $7ff(dbl bias) 133 subw #0x3fff,%d0 |subtract extended precision bias 136 addw #0x3ff,%d0 |add double precision bias
|
D | srem_mod.S | 134 | ...with bias $7FFD 148 | ...with bias $7FFD 153 | ...with bias $7FFD 179 | ...with bias $7FFD 193 | ...with bias $7FFD 198 | ...with bias $7FFD 278 | ...with bias $7FFD
|
D | sgetem.S | 5 | of the input argument. The exponent bias is removed 51 subw #0x3fff,%d0 |subtract off the bias 60 subw #0x3fff,%d0 |subtract off the bias
|
D | x_ovfl.S | 31 | with a bias of $6000 subtracted from the exponent.
|
D | x_unfl.S | 17 | operand needs to made available to the user with a bias of $6000
|
D | bindec.S | 250 subw #0x3fff,%d0 |strip off bias 759 subil #0x3ffd,%d0 |sub bias less 2 to make fract
|
D | res_func.S | 1914 | ;vs norm bias
|
/arch/alpha/lib/ |
D | ev6-clear_user.S | 68 addq $0, $4, $1 # .. .. .. E : bias counter 100 subq $2, 0x40, $3 # .. E .. .. : bias counter (huge loop)
|
D | clear_user.S | 85 addq $0, $4, $1 # e0 : bias counter
|
D | ev6-memset.S | 119 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64) 296 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64) 483 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
|
D | stxncpy.S | 124 addq a2, t0, a2 # .. e1 : bias count by dest misalignment
|
D | strncpy_from_user.S | 110 addq a2, t0, a2 # .. e1 : bias count by dest misalignment
|
D | ev6-strncpy_from_user.S | 62 addq a2, t3, a2 # E : bias count by dest misalignment
|
D | ev6-stxncpy.S | 156 addq a2, t0, a2 # E : bias count by dest misalignment (stall)
|
/arch/m68k/math-emu/ |
D | fp_util.S | 139 add.w #0x3fff-0x7f,%d1 | re-bias the exponent. 177 add.w #0x3fff-0x3ff,%d1 | re-bias the exponent.
|
/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 7638 subi.w &0x3fff,%d0 # subtract off the bias 10218 addi.l &0x6000,%d0 # add extra bias 11695 # - if precision is extended, then we have the EXOP. simply bias the exponent 12285 sub.l &0x6000,%d1 # subtract bias 13065 subi.l &0x6000,%d1 # subtract bias 13509 # normalize the mantissa and add the bias of 0x6000 to the resulting negative 13516 addi.w &0x6000,%d0 # add new bias to exponent 13626 addi.l &0x6000,%d1 # add new bias 14060 subi.l &0x6000,%d1 # subtract bias 14414 subi.l &0x6000,%d1 # subtract new bias [all …]
|
D | fplsp.S | 402 set EXT_BIAS, 0x3fff # extended precision bias 403 set SGL_BIAS, 0x007f # single precision bias 404 set DBL_BIAS, 0x03ff # double precision bias 7497 # The exponent bias is removed and the exponent value is # 7519 subi.w &0x3fff,%d0 # subtract off the bias 9457 # ...with bias $7FFD 9471 # ...with bias $7FFD 9476 # ...with bias $7FFD 9502 # ...with bias $7FFD 9516 # ...with bias $7FFD [all …]
|
/arch/x86/kernel/ |
D | ptrace.c | 1398 .n = GDT_ENTRY_TLS_ENTRIES, .bias = GDT_ENTRY_TLS_MIN,
|
/arch/ia64/kernel/ |
D | ivt.S | 765 ld1.bias r17=[r16] // M0|1 r17 = current->thread.on_ustack flag
|