Home
last modified time | relevance | path

Searched refs:subw (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dreg_norm.S44 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 Dreg_u_sub.S195 subw $64,EXP(%edi)
216 subw $32,EXP(%edi) /* Can get underflow here */
226 subw %cx,EXP(%edi) /* Can get underflow here */
H A Dreg_round.S483 subw EXP(%edi),%cx
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test.c420 int subw = width > 2 ? width - 2 : width; in __cmd_test() local
432 if (subw < len) in __cmd_test()
433 subw = len; in __cmd_test()
441 pr_info("%3d.%1d: %-*s:", i, subi + 1, subw, in __cmd_test()
/openbmc/linux/lib/crypto/
H A Daes.c163 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()
/openbmc/linux/arch/m68k/fpsp040/
H A Dround.S364 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 Dsgetem.S51 subw #0x3fff,%d0 |subtract off the bias
60 subw #0x3fff,%d0 |subtract off the bias
H A Dx_store.S133 subw #0x3fff,%d0 |subtract extended precision bias
H A Dbindec.S191 subw #1,%d0
250 subw #0x3fff,%d0 |strip off bias
H A Dres_func.S1913 subw %d0,LOCAL_EX(%a0) |account for difference in denorm
/openbmc/linux/arch/x86/boot/
H A Dbioscall.S31 subw $44, %sp
H A Dheader.S590 subw %di, %cx
/openbmc/linux/arch/m68k/68000/
H A Dhead.S104 subw #1, %d0
/openbmc/linux/arch/m68k/kernel/
H A Dentry.S297 subw #VEC_SPUR,%d0
314 subw #VEC_USER,%d0
/openbmc/qemu/target/riscv/
H A Dinsn16.decode165 subw 100 1 11 ... 00 ... 01 @cs_2
H A Dinsn32.decode186 subw 0100000 ..... ..... 000 ..... 0111011 @r
/openbmc/linux/drivers/net/wan/
H A Dwanxlfw.S506 subw parity_bytes(%d0), %d3 // D3 = packet length
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv2036 "SUB AX, imm16","SUBW imm16, AX","subw imm16, AX","2D iw","V","V","","operand16","rw,r","Y","16"
2037 "SUB r/m16, imm16","SUBW imm16, r/m16","subw imm16, r/m16","81 /5 iw","V","V","","operand16","rw,r"…
2038 "SUB r/m16, imm8","SUBW imm8, r/m16","subw imm8, r/m16","83 /5 ib","V","V","","operand16","rw,r","Y…
2039 "SUB r16, r/m16","SUBW r/m16, r16","subw r/m16, r16","2B /r","V","V","","operand16","rw,r","Y","16"
2040 "SUB r/m16, r16","SUBW r16, r/m16","subw r16, r/m16","29 /r","V","V","","operand16","rw,r","Y","16"