Searched refs:addq (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dasm64.h87 3: addq $(4f-3b), (%rsp) ;\
H A Drtclock_asm_native.h112 addq RNT_NS_BASE(%rdi),%rax /* add ns_base */ ; \
H A Drtclock_asm.h190 addq reg,(offset)+TIMER_ALL(treg) /* add timer */
H A Di386_lock.s467 addq %rax, %rsi /* %rsi is the timeout expiry */
/darwin-on-arm/xnu/libkern/zlib/intel/
H A Dadler32vec.s542 addq %rdx, adler // update adler
545 addq %rdx, sum2 // sum2 += 1st half of update
547 addq %rdx, sum2 // sum2 += 2nd half of update
596 addq %rdx, adler // adler += *buf
597 addq adler, sum2 // sum2 += adler
619 addq $200, %rsp // we've already restored %xmm0-%xmm11 from stack
710 addq $$16, buf // buf -> next vector
717 addq %rdx, sum2 // sum2 += adler*16;
721 addq %rdx, adler // update adler
724 addq
[all...]
H A DinffastS.s715 addq in, %rax // in + (strm->avail_in - 5)
724 addq out, %rax // out + (strm->avail_out - 257);
769 addq %rax, hold // hold += (*in) << bits
770 addq $2, in // in += 2
791 addq %rdx, %rax // this = lcode[this.val + (hold & ((1U << op) - 1))];
827 addq %rax, hold // hold += (unsigned long)(PUP(in)) << bits;
857 addq %rdx, %rax // this.val + (hold & ((1U << op) - 1))
879 addq %rax, hold // hold += (unsigned long)(PUP(in)) << bits;
887 addq %rax, hold // hold += (unsigned long)(PUP(in)) << bits;
930 addq
[all...]
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dbcopy.s111 addq %rcx,%rdi /* copy backwards */
112 addq %rcx,%rsi
H A Dcswitch.s69 addq EXT(kernel_stack_size)(%rip),%rdx /* point to stack top */
H A Dmachine_routines_asm.s97 addq %rdi,RNT_TSC_BASE(%rsi)
H A Didt64.s955 addq $8, %rsp
/darwin-on-arm/xnu/libsyscall/custom/
H A D__fork.s86 addq $24, %rsp // restore the stack
99 addq $24, %rsp // restore the stack
H A D__vfork.s115 addq $1, (%rcx)
128 addq $1, (%rdx)
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmCompress.s405 addq $4, next_input_word // next_input_word++;
428 addq $4, next_full_patt // next_full_patt++
430 addq $4, next_input_word // next_input_word++
466 addq $16, %rcx // tempTagsArray += 16;
467 addq $4, %rdi // dest_buf += 4;
501 addq $4, %rdi // dest_next++;
502 addq $8, %rdx // src_next += 2;
534 addq $4, %rdi // dest_buf++
535 addq $12, %rcx // next w0/w1/w2 triplet
549 addq
[all...]
H A DWKdmDecompress.s293 addq $16, %rcx // next_tags += 16
317 addq $4, %r8 // next_word++
318 addq $8, %rcx // next_qpos+=8
342 addq $4, %r9 // next_word++
343 addq $12, %rcx // next_low_bits += 3
369 addq $4, %rcx // dest_buf++
383 addq $4, %r9 // next_low_bits++
391 addq $7144, %rsp
400 addq $4, %r10 // next_full_patt++
/darwin-on-arm/xnu/bsd/net/
H A Dpf_table.c436 struct pfr_kentryworkq addq, delq, changeq; local
457 SLIST_INIT(&addq);
492 SLIST_INSERT_HEAD(&addq, p, pfrke_workq);
519 pfr_clean_node_mask(tmpkt, &addq);
521 pfr_insert_kentries(kt, &addq, tzero);
525 pfr_destroy_kentries(&addq);
537 pfr_clean_node_mask(tmpkt, &addq);
538 pfr_destroy_kentries(&addq);
1180 struct pfr_ktableworkq addq, changeq; local
1188 SLIST_INIT(&addq);
1689 struct pfr_kentryworkq addrq, addq, changeq, delq, garbageq; local
[all...]

Completed in 96 milliseconds