Searched refs:push (Results 1 - 25 of 237) sorted by relevance

12345678910

/freebsd-10-stable/contrib/ofed/management/opensm/include/complib/
H A Dcl_packon.h82 #pragma pack (push, 1)
/freebsd-10-stable/crypto/heimdal/appl/push/
H A Dpfrom.in6 push --from $*
/freebsd-10-stable/lib/libc/i386/sys/
H A Dsyscall.S44 push %ecx
46 push %ecx /* need to push a word to keep stack frame intact
/freebsd-10-stable/contrib/gcc/
H A Dgthr-gnat.h32 #pragma GCC visibility push(default)
H A Dgthr.h33 #pragma GCC visibility push(default)
H A Dgthr-gnat.c32 #pragma GCC visibility push(default)
/freebsd-10-stable/sys/compat/ndis/
H A Dwinx32_wrap.S113 push %esi
114 push %edi
129 push %eax # preserve return val
130 push %edx
153 push %esi # must preserve %esi
154 push %edi # and %edi
169 push %eax # preserve return val
170 push %edx
197 push %eax
198 push
[all...]
/freebsd-10-stable/contrib/compiler-rt/lib/arm/
H A Daeabi_idivmod.S21 push { lr }
H A Daeabi_uidivmod.S22 push { lr }
H A Daeabi_ldivmod.S22 push {r11, lr}
H A Daeabi_uldivmod.S22 push {r11, lr}
H A Dmodsi3.S18 push {r4, r7, lr} ;\
/freebsd-10-stable/contrib/wpa/src/common/
H A Deapol_common.h15 #pragma pack(push, 1)
50 #pragma pack(push, 1)
/freebsd-10-stable/sys/mips/cavium/
H A Docteon_nmi.S37 .set push
H A Dasm_octeon.S39 .set push
/freebsd-10-stable/usr.sbin/ppp/
H A Dlayer.h48 struct mbuf *(*push)(struct bundle *, struct link *, struct mbuf *, member in struct:layer
/freebsd-10-stable/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb65 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\"/>"
77 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"
78 @arrayList.push " <skipped type=\"TEST IGNORED\"> " + reason + " </skipped>"
79 @arrayList.push " </testcase>"
91 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"
92 @arrayList.push " <failure type=\"ASSERT FAILED\"> " + reason + " </failure>"
93 @arrayList.push " </testcase>"
/freebsd-10-stable/sys/amd64/vmm/amd/
H A Dsvm_support.S37 #define VENTER push %rbp ; mov %rsp,%rbp
54 push %rdx
63 push %rbx
64 push %r12
65 push %r13
66 push %r14
67 push %r15
72 push %rsi /* push guest context pointer on the stack */
/freebsd-10-stable/sys/boot/i386/libi386/
H A Dpxetramp.s25 push %dx # seg:data
26 push %ax # off:data
27 push %bx # int16 func
/freebsd-10-stable/sys/i386/xbox/
H A Dpic16l.s40 push %ebp
43 push %ebx
84 push %ecx
172 push %ecx
188 push %ebp
191 push %ebx
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp54 push(*(first_it++));
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_types.h41 #pragma pack(push, 8)
/freebsd-10-stable/lib/libc/arm/aeabi/
H A Daeabi_asm_double.S47 push {r4, r5, r6, r7, ip, lr}
105 push {r0, r1, r2, r3, r4, lr}
H A Daeabi_asm_float.S47 push {r4, r5, ip, lr}
96 push {r0, r1, r2, lr}
/freebsd-10-stable/sys/boot/i386/btx/btx/
H A Dbtx.S217 push $0x202 # Set flags (IF set)
218 push $SEL_UCODE # Set CS
226 init.9: push $0x0 # general
289 push %ax # IMR
291 push %ax # IMR
315 intx00: push $0x0 # Int 0x0: #DE
317 push $0x1 # Int 0x1: #DB
319 push $0x3 # Int 0x3: #BP
321 push $0x4 # Int 0x4: #OF
323 push
[all...]

Completed in 218 milliseconds

12345678910