Home
last modified time | relevance | path

Searched refs:cmpl (Results 1 – 25 of 74) sorted by relevance

123

/Linux-v5.15/arch/x86/kernel/
Dverify_cpu.S48 cmpl %eax,%ebx
54 cmpl $0x1,%eax
58 cmpl $0x68747541,%ebx # AuthenticAMD
60 cmpl $0x69746e65,%edx
62 cmpl $0x444d4163,%ecx
68 cmpl $0x756e6547,%ebx # GenuineIntel?
70 cmpl $0x49656e69,%edx
72 cmpl $0x6c65746e,%ecx
83 cmpl $6, %eax
89 cmpl $0xd, %ecx
[all …]
/Linux-v5.15/arch/x86/math-emu/
Dreg_round.S147 cmpl PR_64_BITS,%ecx
150 cmpl PR_53_BITS,%ecx
153 cmpl PR_24_BITS,%ecx
159 cmpl PR_RESERVED_BITS,%ecx
175 cmpl RC_RND,%ecx
178 cmpl RC_CHOP,%ecx
181 cmpl RC_UP,%ecx /* Towards +infinity */
184 cmpl RC_DOWN,%ecx /* Towards -infinity */
213 cmpl $0x00000080,%ecx
255 cmpl RC_RND,%ecx
[all …]
Dreg_u_div.S99 cmpl EXP_WAY_UNDER,%edx
117 cmpl $0,SIGL(%ebx)
125 cmpl %ecx,%edx
198 cmpl SIGH(%ebx),%edx /* Test for imminent overflow */
202 cmpl SIGL(%ebx),%eax
274 cmpl SIGH(%ebx),%edx
278 cmpl SIGL(%ebx),%eax
296 cmpl $0,%ecx /* augmented denom msw */
332 cmpl $1,FPU_accum_2
364 cmpl SIGH(%ebx),%edx /* denom */
[all …]
Dwm_shrx.S42 cmpl $32,%ecx /* shrd only works for 0..31 bits */
61 cmpl $64,%ecx
76 cmpl $96,%ecx
122 cmpl $64,%ecx /* shrd only works for 0..31 bits */
125 cmpl $32,%ecx /* shrd only works for 0..31 bits */
170 cmpl $96,%ecx
Ddiv_Xsig.S192 cmpl XsigH(%ebx),%edx
196 cmpl XsigL(%ebx),%eax
214 cmpl $0,%ecx /* augmented denom msw */
250 cmpl $1,FPU_accum_2
298 cmpl XsigH(%ebx),%edx /* denom */
312 cmpl XsigH(%ebx),%edx /* denom */
Dshr_Xsig.S31 cmpl $32,%ecx /* shrd only works for 0..31 bits */
51 cmpl $64,%ecx
67 cmpl $96,%ecx
Dwm_sqrt.S212 cmpl $0xffffffff,FPU_fsqrt_arg_1
333 cmpl $0xffffffe0,%eax
336 cmpl $0x00000020,%eax
339 cmpl $0x7fffffe0,%eax
342 cmpl $0x80000020,%eax
/Linux-v5.15/drivers/net/wan/
Dwanxlfw.S209 cmpl #4 * 4, %d0
282 cmpl #4 * 4, %d0
303 cmpl #CLOCK_TXFROMRX, STATUS_CLOCKING(%a0)
321 cmpl #PARITY_NONE, STATUS_PARITY(%a0)
360 cmpl #PARITY_CRC16_PR1_CCITT, STATUS_PARITY(%a0)
370 cmpl #PARITY_CRC32_PR1_CCITT, STATUS_PARITY(%a0)
380 cmpl #PARITY_CRC16_PR0_CCITT, STATUS_PARITY(%a0)
390 cmpl #PARITY_CRC32_PR0_CCITT, STATUS_PARITY(%a0)
408 cmpl #ENCODING_NRZI, STATUS_ENCODING(%a0)
448 cmpl #TX_BUFFERS, tx_count(%d0)
[all …]
/Linux-v5.15/arch/x86/boot/compressed/
Dmem_encrypt.S28 cmpl $0x8000001f, %eax /* See if 0x8000001f is available */
89 cmpl $5, %eax
111 cmpl $0x72, 16(%esp)
148 cmpl $0x80000000, %ebx
150 cmpl $0x8000001f, 12(%esp)
156 cmpl $0x8000001f, %ebx
/Linux-v5.15/arch/x86/lib/
Dmemcpy_64.S126 cmpl $16, %edx
143 cmpl $8, %edx
155 cmpl $4, %edx
Dcopy_user_64.S59 cmpl $8,%edx
163 cmpl $8,%edx
203 cmpl $64,%edx
271 cmpl $8,%edx
Datomic64_cx8_32.S136 cmpl %eax, 0(%esp)
154 cmpl %edx, 4(%esp)
Datomic64_386_32.S139 cmpl %eax, %ecx
148 cmpl %edx, %edi
/Linux-v5.15/tools/arch/x86/lib/
Dmemcpy_64.S126 cmpl $16, %edx
143 cmpl $8, %edx
155 cmpl $4, %edx
/Linux-v5.15/arch/m68k/lib/
Dudivsi3.S94 cmpl IMM (0x10000), d1 /* divisor >= 2 ^ 16 ? */
110 cmpl IMM (0x10000), d1 /* still divisor >= 2 ^ 16 ? */
127 cmpl sp@(8), d1 /* compare the sum with the dividend */
/Linux-v5.15/arch/m68k/kernel/
Dhead.S524 #define is_not_amiga(lab) cmpl &MACH_AMIGA,%pc@(m68k_machtype); jne lab
525 #define is_not_atari(lab) cmpl &MACH_ATARI,%pc@(m68k_machtype); jne lab
526 #define is_not_mac(lab) cmpl &MACH_MAC,%pc@(m68k_machtype); jne lab
527 #define is_not_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jne lab
528 #define is_not_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jne lab
529 #define is_not_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jne lab
530 #define is_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jeq lab
531 #define is_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jeq lab
532 #define is_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jeq lab
533 #define is_not_hp300(lab) cmpl &MACH_HP300,%pc@(m68k_machtype); jne lab
[all …]
/Linux-v5.15/arch/x86/realmode/rm/
Dwakeup_asm.S84 cmpl $WAKEUP_HEADER_SIGNATURE, %eax
89 cmpl $REALMODE_END_SIGNATURE, %eax
/Linux-v5.15/arch/m68k/68000/
Dhead.S220 cmpl %a0, %a2 /* check if at end */
231 cmpl %a0, %a1 /* check if at end */
/Linux-v5.15/include/linux/
Dbacking-dev-defs.h85 #define DEFINE_WB_COMPLETION(cmpl, bdi) \ argument
86 struct wb_completion cmpl = WB_COMPLETION_INIT(bdi)
/Linux-v5.15/include/crypto/
Dacompress.h216 crypto_completion_t cmpl, in acomp_request_set_callback() argument
219 req->base.complete = cmpl; in acomp_request_set_callback()
Dkpp.h208 crypto_completion_t cmpl, in kpp_request_set_callback() argument
211 req->base.complete = cmpl; in kpp_request_set_callback()
Dakcipher.h228 crypto_completion_t cmpl, in akcipher_request_set_callback() argument
231 req->base.complete = cmpl; in akcipher_request_set_callback()
/Linux-v5.15/arch/m68k/coldfire/
Dentry.S65 cmpl #NR_syscalls,%d0
116 cmpl #0,%d1
Dhead.S249 cmpl %a0,%a2 /* check if at end */
266 cmpl %a0,%a1 /* check if at end */
/Linux-v5.15/arch/x86/um/
Dstub_32.S19 cmpl $0, %eax

123