Searched refs:pop (Results 26 - 50 of 59) sorted by relevance

123

/barrelfish-master/lib/compiler-rt/builtins/arm/
H A Daeabi_uldivmod.S41 pop {r6, pc}
H A Daeabi_ldivmod.S41 pop {r6, pc}
H A Dmodsi3.S20 pop {r4, r7, pc}
H A Ddivsi3.S20 pop {r4, r7, pc}
H A Ddivmodsi4.S21 pop {r4-r7, pc}
H A Dsync-ops.h46 pop { r4, r5, r6, pc }
H A Dcomparesf2.S162 pop {r6, pc}
H A Dudivsi3.S191 pop {r7, pc}
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfixxfdi.c51 #pragma warning(pop)
H A Dassembly.h115 // pop {pc} can't switch Thumb mode on ARMv4T
117 #define POP_PC() pop {pc}
120 pop {ip}; \
H A Dos_version_check.c98 #pragma clang diagnostic pop
H A Demutls.c43 #pragma warning(pop)
254 #pragma warning(pop)
H A Dudivmoddi4.c199 #pragma warning(pop)
/barrelfish-master/lib/libc/arm/aeabi/
H A Daeabi_asm_double.S82 pop {r4, r5, r6, r7, ip, pc}
109 pop {r0, r1, r2, r3, r4, lr}
/barrelfish-master/lib/cxx/cxx/
H A Dfuture.cpp62 #pragma clang diagnostic pop
64 #pragma GCC diagnostic pop
/barrelfish-master/lib/libc/stdlib/
H A Dradixsort.c122 #define pop(a, n, i) a = (--sp)->sa, n = sp->sn, i = sp->si macro
141 pop(a, n, i);
239 pop(a, n, i);
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl613 if {[catch {menu $w.pop -tearoff 0}]} {
618 #bind [winfo toplevel $w] <Button-3> "tk_popup $w.pop %X %Y"
619 bind $text <Button-3> "tk_popup $w.pop %X %Y"
626 $w.pop add cascade -label $l -underline 0 -menu $w.pop.$n
628 [menu $w.pop.$n -disabledforeground $data(-promptcolor)]] {
682 $w.pop add cascade -label $l -underline 0 -menu $w.pop.$n
683 foreach m [list [menu $w.$n.m] [menu $w.pop.$n]] {
707 $w.pop ad
[all...]
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DViz.java374 stateStack.pop();
461 stack.pop();
463 stack.pop();
465 stack.pop();
467 stack.pop();
/barrelfish-master/lib/cxx/include/
H A Dprivate_typeinfo.h244 #pragma GCC visibility pop
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Ddirectory_iterator.cpp298 __imp_->__stack_.pop();
341 stack.pop();
/barrelfish-master/lib/cxx/cxxabi/
H A Dprivate_typeinfo.cpp242 #pragma clang diagnostic pop
533 #pragma clang diagnostic pop
707 #pragma clang diagnostic pop
H A Dcxa_guard_impl.h138 #pragma clang diagnostic pop
395 #pragma clang diagnostic pop
/barrelfish-master/lib/cxx/unwind/
H A DUnwindRegistersRestore.S53 pop %eax # eax was already pushed on new stack
126 pop %rdi # rdi was saved here earlier
918 .set pop
1008 .set pop
/barrelfish-master/kernel/arch/armv7/
H A Dexceptions.S97 pop {r4-r7} // Pop spilled scratch registers
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_padlock.c302 * As for excessive "push %ebx"/"pop %ebx" found all over.
561 pop eax
567 pop eax

Completed in 248 milliseconds

123