Searched refs:subl (Results 1 - 23 of 23) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/intel/
H A DinffastS.s41 subl $92, %esp
73 subl $5, %eax // in - 5;
83 subl 12(%ebp), %eax // out - start
207 subl %ecx, bits // bits -= op;
230 subl %eax, %edx // in -= len
233 subl %eax, %ecx // bits -= len << 3
243 subl %edx, %eax // 5 + last - in
251 subl out, %eax // 257 + end - out
298 subl %esi, bits // bits -= op;
325 subl
[all...]
H A Dadler32vec.s124 subl $140, %esp // to save %xmm0-%xmm7 into stack, extra 12 to align %esp to 16-byte boundary
152 subl %edx, adler // adler -= edx*BASE
157 subl %eax, sum2 // sum2 -= sdx*BASE
272 subl $NMAX, len // len -= NMAX
286 subl $32, len // pre-decrement len by 32
290 subl $32, len // len -= 32;
298 subl $16, len // len -= 16;
309 subl $1, len // len--
366 subl $NMAX, len // len -= NMAX
381 subl
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dbcopy.s132 subl %esi,%edx
161 subl $3,%esi
162 subl $3,%edi
H A Dcswitch.s85 subl $12, %esp /* align stack */
129 subl $12, %esp /* align stack */
162 subl $12, %esp /* align stack */
H A Drtclock_asm.h77 subl (old##_TIMER)+TIMER_TSTAMP(%ecx),%eax /* elapsed */ ; \
87 subl (old##_STATE)+TIMER_TSTAMP(%ebx),%eax /* elapsed */ ; \
120 subl TIMER_TSTAMP(%ecx),%eax /* compute elapsed time */ ; \
130 subl TIMER_TSTAMP(%ecx),%eax /* compute elapsed time */ ; \
154 subl TIMER_TSTAMP(%ecx),%eax /* compute elapsed time */ ; \
163 subl TIMER_TSTAMP(%ecx),%eax /* compute elapsed time */ ; \
H A Drtclock_asm_native.h56 subl RNT_TSC_BASE(%edi),%eax ; \
H A Dasm.h312 subl $4, %esp ;\
320 subl $8, %esp ;\
330 subl $12, %esp ;\
345 subl $20, %esp ;\
H A Dmachine_routines_asm.s228 subl RNT_TSC_BASE(%edi),%eax
302 subl $8,%esp /* align the stack */
H A Dstart.s165 subl $0xc, %esp
H A Dlocore.s272 subl 8+S_ARG0,%esi
H A Didt.s515 subl TH_PCB_ISS(%ecx),%ebx
656 subl %gs:CPU_HI_ISS,%edx
1011 subl $8, %esp /* for 16-byte stack alignment */
H A Di386_lock.s122 #define ALIGN_STACK() subl $8, %esp; andl $0xFFFFFFF0, %esp ;
H A Didt64.s1406 subl $8, %esp /* for 16-byte stack alignment */
/darwin-on-arm/xnu/tools/tests/execperf/
H A Dexit-asm.S24 subl $12, %esp
/darwin-on-arm/xnu/osfmk/kern/
H A Dsecurity.c288 struct label *objl, *subl; local
312 subl = io_getlabel(subp);
313 if (subl == NULL)
316 rc = mac_port_check_service(subl, objl, serv, perm);
358 struct label *objl, *subl, outl; local
382 subl = io_getlabel(subp);
383 if (subl == NULL)
387 rc = mac_port_label_compute(subl, objl, serv, &outl);
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmCompress.s64 subl $6316, %esp
159 subl dictionary, %edx // dict_location - dictionary
175 subl 12(%ebp), %edi // next_full_patt - dest_buf
213 subl %ecx, %eax // num_bytes_to_pack = next_qp - (char *) tempQPosArray;
248 subl 12(%ebp), %edi // boundary_tmp - dest_buf
262 subl %ecx, %edx // next_low_bits - tempLowBitsArray
265 subl $3, %edx // pre-decrement num_tenbits_to_pack by 3
278 subl $3, %edx // num_tenbits_to_pack-=3
284 subl $1, %edx // num_tenbits_to_pack --
294 subl 1
[all...]
H A DWKdmDecompress.s22 subl $7324, %esp
/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h83 subl $__framesize, %esp ;\
101 subl $__framesize, %esp ;\
/darwin-on-arm/xnu/libsyscall/custom/
H A D__fork.s52 subl $28, %esp // Align the stack, with 16 bytes of extra padding that we'll need
H A Dcustom.s45 subl $16,%esp
H A D__vfork.s103 subl $1, %ecx
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-asm.s263 #define SDADDNEG(val,mem) SLOCK subl val,mem; SLOCK adcl $0,4+mem
264 #define SDSUB(val,mem) SLOCK subl val,mem; SLOCK sbbl $0,4+mem
271 #define SDADDNEG(val,mem) SLOCK subl val,mem
272 #define SDSUB(val,mem) SLOCK subl val,mem
762 SLOCK subl %eax,V_wasted(%ebx,%edi,4)
766 subl %eax,M_nfree(%edx) /* decrement bytes remaining */
/darwin-on-arm/xnu/libkern/crypto/intel/
H A Dsha1edp.s1207 subl $$1, cnt // pre-decrement cnt by 1
1236 subl $$1, cnt // pre-decrement cnt by 1

Completed in 78 milliseconds