Searched refs:pop (Results 301 - 325 of 1896) sorted by last modified time

<<11121314151617181920>>

/external/lzma/Asm/x86/
H A DAesOpt.asm40 pop r6
41 pop r5
42 pop r3
/external/lzma/C/
H A DCpuArch.c17 __asm pop EAX;
23 __asm pop EAX;
31 "pop %%EAX\n\t"
37 "pop %%EAX\n\t"
/external/markdown/markdown/
H A Dblockparser.py28 self.pop()
H A Dblockprocessors.py94 to the parent, and should remove (``pop``) or add (``insert``) items to
130 block = blocks.pop(0)
194 block = blocks.pop(0)
225 block = blocks.pop(0)
270 items = self.get_items(blocks.pop(0))
283 firstitem = items.pop(0)
340 block = blocks.pop(0)
371 lines = blocks.pop(0).split('\n')
397 lines = blocks.pop(0).split('\n')
429 block = blocks.pop(
[all...]
H A Dodict.py43 def pop(self, k, *args): member in class:OrderedDict
44 result = super(OrderedDict, self).pop(k, *args)
H A Dtreeprocessors.py264 currElement = stack.pop()
/external/markdown/markdown/extensions/
H A Dcodehilite.py148 fl = lines.pop(0)
H A Ddef_list.py35 block = blocks.pop(0)
H A Dheaderid.py96 block = blocks.pop(0)
H A Dmeta.py66 line = lines.pop(0)
H A Dtables.py32 block = blocks.pop(0).split('\n')
H A Dtoc.py64 list_stack.pop()
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h271 #pragma pack(pop)
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
H A Dasm_swap_intel.s51 pop rbx
/external/llvm/test/MC/ARM/
H A D2010-11-30-reloc-movt.s25 pop {r11, pc}
H A Dbasic-arm-instructions.s1400 pop {r7}
1401 pop {r7, r8, r9, r10}
1403 @ CHECK: pop {r7} @ encoding: [0x04,0x70,0x9d,0xe4]
1404 @ CHECK: pop {r7, r8, r9, r10} @ encoding: [0x80,0x07,0xbd,0xe8]
H A Dbasic-thumb-instructions.s458 pop {r2, r3, r6}
460 @ CHECK: pop {r2, r3, r6} @ encoding: [0x4c,0xbc]
H A Dbasic-thumb2-instructions.s760 @ CHECK: pop.w {r4, r5, r6, r7, r8, r9, r10, r11, pc} @ encoding: [0xbd,0xe8,0xf0,0x8f]
1764 pop {r2, r9}
1766 @ CHECK: pop.w {r2, r9} @ encoding: [0xbd,0xe8,0x04,0x02]
H A Deh-compact-pr0.s18 pop {r11, lr}
30 pop {r11, pc}
55 @ 0x8480 = pop {r11, r14}
88 @ 0x8480 = pop {r11, r14}
H A Deh-compact-pr1.s19 pop {r4, r5, r11, pc}
45 @ 0x8483 = pop {r4, r5, r11, r14}
H A Deh-directive-handlerdata.s68 pop {r4, r5, r6, r7, r8, r9, r10, r11, r12}
H A Deh-directive-integrated-test.s46 pop {r4, r11, pc}
80 pop {r4, pc}
H A Deh-directive-multiple-offsets.s155 pop {r9, r10}
157 pop {r4, r5, r6, r7, r8}
H A Deh-directive-save.s9 @ 0xB100: pop r[3:0]
10 @ 0xA0: pop r[(4+x):4] @ r[4+x]-r[4] must be consecutive.
11 @ 0xA8: pop r14, r[(4+x):4] @ r[4+x]-r[4] must be consecutive.
12 @ 0x8000: pop r[15:4]
31 pop {r0}
44 pop {r0, r1}
57 pop {r0, r2}
70 pop {r1, r2}
83 pop {r0, r1, r2, r3}
114 pop {r
[all...]
H A Deh-directive-section-comdat.s31 pop {r4, pc}

Completed in 283 milliseconds

<<11121314151617181920>>