Home
last modified time | relevance | path

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

123

/linux/arch/x86/math-emu/
H A 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 …]
H 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 …]
H 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
H 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 */
H A Dshr_Xsig.S31 cmpl $32,%ecx /* shrd only works for 0..31 bits */
51 cmpl $64,%ecx
67 cmpl $96,%ecx
H 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/drivers/net/wan/
H A 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/arch/x86/lib/
H 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
H A Datomic64_cx8_32.S141 cmpl %eax, 0(%esp)
159 cmpl %edx, 4(%esp)
H A Datomic64_386_32.S146 cmpl %eax, %ecx
155 cmpl %edx, %edi
/linux/arch/x86/boot/compressed/
H 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/arch/m68k/kernel/
H A Dhead.S521 #define is_not_amiga(lab) cmpl &MACH_AMIGA,%pc@(m68k_machtype); jne lab
522 #define is_not_atari(lab) cmpl &MACH_ATARI,%pc@(m68k_machtype); jne lab
523 #define is_not_mac(lab) cmpl &MACH_MAC,%pc@(m68k_machtype); jne lab
524 #define is_not_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jne lab
525 #define is_not_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jne lab
526 #define is_not_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jne lab
527 #define is_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jeq lab
528 #define is_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jeq lab
529 #define is_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jeq lab
530 #define is_not_hp300(lab) cmpl &MACH_HP300,%pc@(m68k_machtype); jne lab
[all …]
/linux/tools/arch/x86/lib/
H A Dmemcpy_64.S113 cmpl $16, %edx
130 cmpl $8, %edx
142 cmpl $4, %edx
/linux/drivers/infiniband/hw/irdma/
H A Dutils.c2371 struct irdma_cmpl_gen *cmpl; in irdma_generated_cmpls()
2375 cmpl = list_first_entry_or_null(&iwcq->cmpl_generated, struct irdma_cmpl_gen, list); in irdma_generated_cmpls()
2376 list_del(&cmpl->list); in irdma_generated_cmpls()
2377 memcpy(cq_poll_info, &cmpl->cpi, sizeof(*cq_poll_info)); in irdma_generated_cmpls()
2378 kfree(cmpl); in irdma_generated_cmpls()
2420 struct irdma_cmpl_gen *cmpl; in irdma_generate_flush_completions()
2433 cmpl = kzalloc(sizeof(*cmpl), GFP_ATOMIC); in irdma_generate_flush_completions()
2434 if (!cmpl) { in irdma_generate_flush_completions()
2441 irdma_set_cpi_common_values(&cmpl in irdma_generate_flush_completions()
2370 struct irdma_cmpl_gen *cmpl; irdma_generated_cmpls() local
2419 struct irdma_cmpl_gen *cmpl; irdma_generate_flush_completions() local
[all...]
/linux/arch/m68k/lib/
H 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/arch/x86/kernel/
H A Dhead_64.S267 cmpl $0, x2apic_mode(%rip)
294 cmpl (%rbx,%rcx,4), %eax
298 cmpl $NR_CPUS, %ecx
300 cmpl nr_cpu_ids(%rip), %ecx
398 1: cmpl %edx, %eax
/linux/arch/x86/realmode/rm/
H A Dwakeup_asm.S84 cmpl $WAKEUP_HEADER_SIGNATURE, %eax
89 cmpl $REALMODE_END_SIGNATURE, %eax
/linux/arch/m68k/68000/
H A Dhead.S220 cmpl %a0, %a2 /* check if at end */
231 cmpl %a0, %a1 /* check if at end */
H A Dentry.S49 cmpl #NR_syscalls,%d1
78 cmpl #NR_syscalls,%d0
/linux/include/crypto/
H A Dkpp.h215 crypto_completion_t cmpl, in kpp_request_set_callback() argument
218 req->base.complete = cmpl; in kpp_request_set_callback()
/linux/arch/m68k/coldfire/
H A Dentry.S62 cmpl #NR_syscalls,%d0
115 cmpl #0,%d1
H A Dhead.S249 cmpl %a0,%a2 /* check if at end */
266 cmpl %a0,%a1 /* check if at end */
/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c588 void (*cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_gen_req()
633 geniocb->cmd_cmpl = cmpl; in lpfc_gen_req()
666 void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_ct_cmd()
689 status = lpfc_gen_req(vport, bmp, inmp, outmp, cmpl, ndlp, in lpfc_ct_cmd()
1912 void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, in lpfc_ns_cmd() local
2007 cmpl = lpfc_cmpl_ct_cmd_gid_ft; in lpfc_ns_cmd()
2019 cmpl = lpfc_cmpl_ct_cmd_gid_pt; in lpfc_ns_cmd()
2027 cmpl = lpfc_cmpl_ct_cmd_gff_id; in lpfc_ns_cmd()
2034 cmpl = lpfc_cmpl_ct_cmd_gft_id; in lpfc_ns_cmd()
2068 cmpl = lpfc_cmpl_ct_cmd_rft_id; in lpfc_ns_cmd()
[all …]
/linux/arch/m68k/fpsp040/
H A Dsrem_mod.S227 cmpl %d4,%d1 | ...compare hi(R) and hi(Y)
229 cmpl %d5,%d2 | ...compare lo(R) and lo(Y)
335 cmpl %d6,%d0
339 cmpl %d4,%d1
341 cmpl %d5,%d2
H A Dssinh.S82 cmpl #0x400CB167,%d0
113 cmpl #0x400CB2B3,%d0

123