Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/arch/x86/kernel/
A Dverify_cpu.S48 cmpl %eax,%ebx
54 cmpl $0x1,%eax
58 cmpl $0x68747541,%ebx # AuthenticAMD
60 cmpl $0x69746e65,%edx
62 cmpl $0x444d4163,%ecx
70 cmpl $0x49656e69,%edx
72 cmpl $0x6c65746e,%ecx
83 cmpl $6, %eax
89 cmpl $0xd, %ecx
108 cmpl $0x80000001,%eax
[all …]
/linux-6.3-rc2/arch/x86/math-emu/
A Dreg_round.S147 cmpl PR_64_BITS,%ecx
150 cmpl PR_53_BITS,%ecx
153 cmpl PR_24_BITS,%ecx
175 cmpl RC_RND,%ecx
178 cmpl RC_CHOP,%ecx
213 cmpl $0x00000080,%ecx
255 cmpl RC_RND,%ecx
258 cmpl RC_CHOP,%ecx
292 cmpl $0x00000400,%ecx
329 cmpl RC_RND,%ecx
[all …]
A 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 …]
A 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
A 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 */
A Dshr_Xsig.S31 cmpl $32,%ecx /* shrd only works for 0..31 bits */
51 cmpl $64,%ecx
67 cmpl $96,%ecx
A 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-6.3-rc2/arch/x86/lib/
A Dmemmove_32.S46 cmpl $0x10, n
50 cmpl dest, src
57 cmpl $680, n
111 cmpl $680, n
147 cmpl $8, n
163 cmpl $4, n
174 cmpl $2, n
185 cmpl $1, n
A Dmemcpy_64.S127 cmpl $16, %edx
144 cmpl $8, %edx
156 cmpl $4, %edx
A Datomic64_cx8_32.S136 cmpl %eax, 0(%esp)
154 cmpl %edx, 4(%esp)
A Datomic64_386_32.S146 cmpl %eax, %ecx
155 cmpl %edx, %edi
A Dcopy_user_64.S55 cmpl $8,%edx
127 cmpl $8,%edx
276 cmpl $8,%edx
/linux-6.3-rc2/drivers/net/wan/
A Dwanxlfw.S209 cmpl #4 * 4, %d0
282 cmpl #4 * 4, %d0
473 cmpl #TX_BUFFERS, %d1
541 cmpl #RX_BUFFERS, %d1
579 cmpl #TX_BUFFERS, %d1
759 cmpl #4 * 4, %d0
788 cmpl (%a0), %d1
797 cmpl (%a0), %d1
809 cmpl #0xFFFFFFFF, %d1
813 cmpl (%a0)+, %a0
[all …]
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dmem_encrypt.S25 cmpl $0x8000001f, %eax /* See if 0x8000001f is available */
81 cmpl $5, %eax
103 cmpl $0x72, 16(%esp)
140 cmpl $0x80000000, %ebx
142 cmpl $0x8000001f, 12(%esp)
148 cmpl $0x8000001f, %ebx
285 cmpl %eax, 0(%ebp)
287 cmpl %ebx, 4(%ebp)
/linux-6.3-rc2/arch/m68k/kernel/
A Dhead.S795 cmpl #ATARI_MACH_HADES,%d3
927 cmpl %d0,%d1
930 cmpl %d0,%d1
1004 cmpl #ATARI_MACH_HADES,%d3
1311 cmpl %a0,%a1
2211 cmpl %a0,%a4
2233 cmpl %a1,%a4
2284 cmpl %a0,%a4
2461 cmpl %a0,%a1
3556 cmpl %d1,%d0
[all …]
/linux-6.3-rc2/tools/arch/x86/lib/
A Dmemcpy_64.S126 cmpl $16, %edx
143 cmpl $8, %edx
155 cmpl $4, %edx
/linux-6.3-rc2/arch/m68k/lib/
A 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-6.3-rc2/drivers/infiniband/hw/irdma/
A Dutils.c2520 struct irdma_cmpl_gen *cmpl; in irdma_generated_cmpls() local
2525 list_del(&cmpl->list); in irdma_generated_cmpls()
2527 kfree(cmpl); in irdma_generated_cmpls()
2567 struct irdma_cmpl_gen *cmpl; in irdma_generate_flush_completions() local
2580 cmpl = kzalloc(sizeof(*cmpl), GFP_ATOMIC); in irdma_generate_flush_completions()
2581 if (!cmpl) { in irdma_generate_flush_completions()
2594 cmpl->cpi.q_type = IRDMA_CQE_QTYPE_SQ; in irdma_generate_flush_completions()
2621 cmpl = kzalloc(sizeof(*cmpl), GFP_ATOMIC); in irdma_generate_flush_completions()
2622 if (!cmpl) { in irdma_generate_flush_completions()
2632 cmpl->cpi.op_type = IRDMA_OP_TYPE_REC; in irdma_generate_flush_completions()
[all …]
/linux-6.3-rc2/arch/x86/realmode/rm/
A Dwakeup_asm.S84 cmpl $WAKEUP_HEADER_SIGNATURE, %eax
89 cmpl $REALMODE_END_SIGNATURE, %eax
/linux-6.3-rc2/arch/m68k/68000/
A Dhead.S220 cmpl %a0, %a2 /* check if at end */
231 cmpl %a0, %a1 /* check if at end */
/linux-6.3-rc2/include/linux/
A Dbacking-dev-defs.h80 #define DEFINE_WB_COMPLETION(cmpl, bdi) \ argument
81 struct wb_completion cmpl = WB_COMPLETION_INIT(bdi)
/linux-6.3-rc2/include/crypto/
A Dacompress.h217 crypto_completion_t cmpl, in acomp_request_set_callback() argument
220 req->base.complete = cmpl; in acomp_request_set_callback()
A Dkpp.h211 crypto_completion_t cmpl, in kpp_request_set_callback() argument
214 req->base.complete = cmpl; in kpp_request_set_callback()
A Dakcipher.h229 crypto_completion_t cmpl, in akcipher_request_set_callback() argument
232 req->base.complete = cmpl; in akcipher_request_set_callback()
/linux-6.3-rc2/arch/m68k/coldfire/
A Dentry.S65 cmpl #NR_syscalls,%d0
118 cmpl #0,%d1

Completed in 27 milliseconds

1234