HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 226 - 250 of 5069) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/boringssl/src/crypto/perlasm/
x86gas.pl 107 { push(@out,".text\n"); }
117 push(@out,".globl\t$func\n") if ($global);
119 push(@out,".private_extern\t$func\n");
121 push(@out,".hidden\t$func\n");
124 { push(@out,".def\t$func;\t.scl\t".(3-$global).";\t.type\t32;\t.endef\n"); }
128 { push(@out,".type $func,\@function\n"); }
129 push(@out,".align\t$align\n");
130 push(@out,"$func:\n");
131 push(@out,"$begin:\n") if ($global);
137 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf)
    [all...]
  /bionic/libc/arch-arm/generic/bionic/
__memcpy_chk.S 38 push {lr}
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DisablePaging32.c 28 push ebp
40 push edi
42 push edx
43 push ecx
EnablePaging32.c 28 push ebp
40 push edi
42 push edx
43 push ecx
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
Power10U64.c 59 push ecx
60 push 10
61 push dword ptr Operand[4]
62 push dword ptr Operand[0]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DisablePaging32.c 58 push ebp
70 push edi
72 push edx
73 push ecx
EnablePaging32.c 61 push ebp
73 push edi
75 push edx
76 push ecx
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
llmul.c 55 push eax
57 push eax
63 push eax
65 push eax
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationPrivate.h 18 #pragma pack(push, 1)
  /external/annotation-tools/scene-lib/src/annotations/util/
PersistentStack.java 13 public PersistentStack<E> push(E elem); method in interface:PersistentStack
  /external/clang/test/Preprocessor/
_Pragma-location.c 7 #define push_p _Pragma ("pack(push)")
9 // CHECK: #pragma pack(push)
11 push_p _Pragma("pack(push)") __pragma(pack(push))
12 // CHECK: #pragma pack(push)
14 // CHECK-NEXT: #pragma pack(push)
16 // CHECK-NEXT: #pragma pack(push)
19 #define __PRAGMA_PUSH_NO_EXTRA_ARG_WARNINGS _Pragma("clang diagnostic push") \
24 1;_Pragma("clang diagnostic push") \
35 // CHECK-NEXT: #pragma clang diagnostic push
    [all...]
pragma_diagnostic_output.c 10 // CHECK: #pragma GCC diagnostic push
11 #pragma GCC diagnostic push
23 // CHECK: #pragma clang diagnostic push
24 #pragma clang diagnostic push
  /external/clang/test/Sema/
pragma-section.c 24 #pragma bss_seg(L".my_seg") // expected-warning {{expected push, pop or a string literal for the section name in '#pragma bss_seg' - ignored}}
25 #pragma bss_seg(1) // expected-warning {{expected push, pop or a string literal for the section name in '#pragma bss_seg' - ignored}}
26 #pragma bss_seg(push)
27 #pragma bss_seg(push, ".my_seg")
28 #pragma bss_seg(push, 1) // expected-warning {{expected a stack label or a string literal for the section name in '#pragma bss_seg'}}
30 #pragma bss_seg(push, my_label, 1) // expected-warning {{expected a string literal for the section name in '#pragma bss_seg' - ignored}}
  /external/compiler-rt/lib/tsan/
check_analyze.sh 4 # of push/pop/rsp instructions to verify that runtime is efficient enough.
31 check $f push 2
37 check $f push 3
43 check $f push 5
49 check $f push 0
  /external/compiler-rt/test/builtins/Unit/arm/
call_apsr.S 25 push {lr}
39 push {lr}
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/
empty.pass.cpp 23 q.push(1);
size.pass.cpp 23 q.push(1);
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
empty.pass.cpp 21 q.push(1);
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
empty.pass.cpp 21 q.push(1);
  /external/libunwind/src/x86_64/
longjmp.S 29 push %rax /* push target IP as return address */
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho.s 5 push {r7, lr}
9 push {r7, lr}
13 # CHECK: 0: 80 b5 push {r7, lr}
16 # CHECK: 4: 80 b5 push {r7, lr}
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_winsys.h 42 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags)
45 nouveau_pushbuf_refn(push, &ref, 1);
107 PUSH_DATAh(struct nouveau_pushbuf *push, uint64_t data)
109 *push->cur++ = (uint32_t)(data >> 32);
113 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
116 PUSH_SPACE(push, size + 1);
118 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size));
122 BEGIN_NIC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
125 PUSH_SPACE(push, size + 1);
127 PUSH_DATA (push, NVC0_FIFO_PKHDR_NI(subc, mthd, size))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.c 53 struct nouveau_pushbuf *push = context_push(ctx); local
69 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1);
70 PUSH_DATA (push, fahrenheit->handle);
81 struct nouveau_pushbuf *push = context_push(ctx); local
84 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
85 PUSH_DATA (push, hw->surf3d->handle);
86 BEGIN_NV04(push, NV04_SF3D(DMA_NOTIFY), 3);
87 PUSH_DATA (push, hw->ntfy->handle);
88 PUSH_DATA (push, fifo->vram);
89 PUSH_DATA (push, fifo->vram)
    [all...]
  /external/toolchain-utils/go/android/
target_cp 25 adb_${target} push ${src} ${dest}/${src##*/} 2>/dev/null
27 adb_${target} push ${src} ${dest} 2>/dev/null
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
queue.h 36 int push(Queue *q, void * element);

Completed in 712 milliseconds

1 2 3 4 5 6 7 8 91011>>