/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | reg_norm.S | 44 subw $32,EXP(%ebx) /* This can cause an underflow */ 53 subw %cx,EXP(%ebx) /* This can cause an underflow */ 122 subw $32,EXP(%ebx) /* This can cause an underflow */ 131 subw %cx,EXP(%ebx) /* This can cause an underflow */
|
H A D | reg_u_sub.S | 195 subw $64,EXP(%edi) 216 subw $32,EXP(%edi) /* Can get underflow here */ 226 subw %cx,EXP(%edi) /* Can get underflow here */
|
H A D | reg_round.S | 483 subw EXP(%edi),%cx
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | reg_norm.S | 44 subw $32,EXP(%ebx) /* This can cause an underflow */ 53 subw %cx,EXP(%ebx) /* This can cause an underflow */ 122 subw $32,EXP(%ebx) /* This can cause an underflow */ 131 subw %cx,EXP(%ebx) /* This can cause an underflow */
|
H A D | reg_u_sub.S | 195 subw $64,EXP(%edi) 216 subw $32,EXP(%edi) /* Can get underflow here */ 226 subw %cx,EXP(%edi) /* Can get underflow here */
|
H A D | reg_round.S | 483 subw EXP(%edi),%cx
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | round.S | 364 subw %d7,LOCAL_EX(%a0) |sub exponent by count 388 subw #32,%d0 |account for ms mant being all zeros 390 subw %d7,%d0 |subtract shift count from exp 442 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp 455 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp 515 subw LOCAL_EX(%a0),%d1 |d1 = threshold - uns exponent 536 subw %d1,%d0 |d0 = 32 - d1 564 subw #32,%d1 |d1 now between 0 and 32 566 subw %d1,%d0 |d0 = 32 - d1
|
H A D | sgetem.S | 51 subw #0x3fff,%d0 |subtract off the bias 60 subw #0x3fff,%d0 |subtract off the bias
|
H A D | x_store.S | 133 subw #0x3fff,%d0 |subtract extended precision bias 204 subw #0x3fff,%d0 |subtract extended precision bias
|
H A D | bindec.S | 191 subw #1,%d0 250 subw #0x3fff,%d0 |strip off bias
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | round.S | 364 subw %d7,LOCAL_EX(%a0) |sub exponent by count 388 subw #32,%d0 |account for ms mant being all zeros 390 subw %d7,%d0 |subtract shift count from exp 442 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp 455 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp 515 subw LOCAL_EX(%a0),%d1 |d1 = threshold - uns exponent 536 subw %d1,%d0 |d0 = 32 - d1 564 subw #32,%d1 |d1 now between 0 and 32 566 subw %d1,%d0 |d0 = 32 - d1
|
H A D | sgetem.S | 51 subw #0x3fff,%d0 |subtract off the bias 60 subw #0x3fff,%d0 |subtract off the bias
|
H A D | x_store.S | 133 subw #0x3fff,%d0 |subtract extended precision bias 204 subw #0x3fff,%d0 |subtract extended precision bias
|
H A D | bindec.S | 191 subw #1,%d0 250 subw #0x3fff,%d0 |strip off bias
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | builtin-test.c | 680 int subw = width > 2 ? width - 2 : width; in __cmd_test() local 693 if (subw < len) in __cmd_test() 694 subw = len; in __cmd_test() 701 pr_info("%2d.%1d: %-*s:", i, subi + 1, subw, in __cmd_test()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | builtin-test.c | 419 int subw = width > 2 ? width - 2 : width; in __cmd_test() local 431 if (subw < len) in __cmd_test() 432 subw = len; in __cmd_test() 440 pr_info("%3d.%1d: %-*s:", i, subi + 1, subw, in __cmd_test()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | bioscall.S | 31 subw $44, %sp
|
H A D | header.S | 632 subw %di, %cx
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | bioscall.S | 31 subw $44, %sp
|
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | aes.c | 163 static u32 subw(u32 in) in subw() function 205 rko[0] = ror32(subw(rki[kwords - 1]), 8) ^ rc ^ rki[0]; in aes_expandkey() 218 rko[4] = subw(rko[3]) ^ rki[4]; in aes_expandkey()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | aes.c | 163 static u32 subw(u32 in) in subw() function 205 rko[0] = ror32(subw(rki[kwords - 1]), 8) ^ rc ^ rki[0]; in aes_expandkey() 218 rko[4] = subw(rko[3]) ^ rki[4]; in aes_expandkey()
|
/kernel/linux/linux-5.10/arch/m68k/68000/ |
H A D | head.S | 104 subw #1, %d0
|
/kernel/linux/linux-6.6/arch/m68k/68000/ |
H A D | head.S | 104 subw #1, %d0
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | entry.S | 296 subw #VEC_SPUR,%d0 313 subw #VEC_USER,%d0
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | entry.S | 297 subw #VEC_SPUR,%d0 314 subw #VEC_USER,%d0
|