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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cr16/
push_test.s 5 # push uimm3 regr RA
7 push $1,r7,RA
8 push $2,r6,RA
9 push $3,r5,RA
10 push $4,r4,RA
11 push $5,r3,RA
12 push $6,r2,RA
13 push $7,r1,RA
14 #push $6,r12,RA
15 #push $7,r13,R
    [all...]
push_test.d 10 0: 87 01 push \$0x1,r7,RA
11 2: 96 01 push \$0x2,r6,RA
12 4: a5 01 push \$0x3,r5,RA
13 6: b4 01 push \$0x4,r4,RA
14 8: c3 01 push \$0x5,r3,RA
15 a: d2 01 push \$0x6,r2,RA
16 c: e1 01 push \$0x7,r1,RA
17 e: 07 01 push \$0x1,r7
18 10: 16 01 push \$0x2,r6
19 12: 25 01 push \$0x3,r
    [all...]
  /external/clang/test/Frontend/
rewrite-includes-warnings.c 4 #pragma GCC visibility push (default)
  /external/clang/test/Preprocessor/
pragma_microsoft.cpp 3 #pragma warning(push, 4_D) // expected-warning {{requires a level between 0 and 4}}
ignore-pragmas.c 8 #pragma GCC visibility push (default)
  /external/toolchain-utils/toolchain_utils_githooks/
pre-push 6 # Just execute our custom pre-push script.
8 # we modify our pre-push script
9 exec ./toolchain_utils_githooks/pre-push.real "$@"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pshpack1.h 7 #pragma pack(push,1)
pshpack2.h 7 #pragma pack(push,2)
pshpack4.h 7 #pragma pack(push,4)
pshpack8.h 7 #pragma pack(push,8)
pshpck16.h 6 #pragma pack(push,16)
  /external/clang/test/Parser/
pragma-visibility2.c 5 #define push(foo) push(default) macro
6 #pragma GCC visibility push(hidden)
16 _Pragma("GCC visibility push(hidden)");
pragma-pack.c 11 #pragma pack(push)
14 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,)
15 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,)
18 #pragma pack(push,i)
19 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,i,
20 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,i,)
21 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,i,help)
23 #pragma pack(push,8)
24 /* expected-warning {{missing ')' after '#pragma pack'}}*/ #pragma pack(push,8,
25 /* expected-warning {{missing ')' after '#pragma pack'}}*/ #pragma pack(push,8,)
    [all...]
pragma-visibility.c 5 #pragma GCC visibility push // expected-warning{{missing '(' after '#pragma visibility'}}
6 #pragma GCC visibility push( // expected-warning{{expected identifier in '#pragma visibility' - ignored}}
7 #pragma GCC visibility push(hidden // expected-warning{{missing ')' after '#pragma visibility' - ignoring}}
8 #pragma GCC visibility push(hidden)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_context.c 42 struct nouveau_pushbuf *push = context_push(ctx); local
48 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx);
49 if (nouveau_pushbuf_validate(push)) {
50 nouveau_pushbuf_bufctx(push, NULL);
67 BEGIN_NV04(push, NV20_3D(CLEAR_VALUE), 1);
68 PUSH_DATA (push, pack_rgba_clamp_f(s->format, ctx->Color.ClearColor.f));
82 BEGIN_NV04(push, NV20_3D(CLEAR_DEPTH_VALUE), 1);
83 PUSH_DATA (push, pack_zs_f(s->format, ctx->Depth.Clear,
89 BEGIN_NV04(push, NV20_3D(CLEAR_BUFFERS), 1);
90 PUSH_DATA (push, clear)
99 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
  /external/llvm/test/MC/ELF/
relax-arith4.s 3 // Test for proper instruction relaxation behavior for the push $imm
4 // instruction forms. This is the 32-bit version of the push $imm tests from
16 push $-128
17 push $127
25 push $foo
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_compute.c 34 struct nouveau_pushbuf *push)
70 BEGIN_NV04(push, SUBC_CP(NV01_SUBCHAN_OBJECT), 1);
71 PUSH_DATA (push, screen->compute->handle);
73 BEGIN_NV04(push, NV50_CP(UNK02A0), 1);
74 PUSH_DATA (push, 1);
75 BEGIN_NV04(push, NV50_CP(DMA_STACK), 1);
76 PUSH_DATA (push, fifo->vram);
77 BEGIN_NV04(push, NV50_CP(STACK_ADDRESS_HIGH), 2);
78 PUSH_DATAh(push, screen->stack_bo->offset);
79 PUSH_DATA (push, screen->stack_bo->offset)
198 struct nouveau_pushbuf *push = screen->base.pushbuf; local
247 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
    [all...]
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
back.pass.cpp 21 q.push(1);
22 q.push(2);
23 q.push(3);
front.pass.cpp 21 q.push(1);
22 q.push(2);
23 q.push(3);
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
top.pass.cpp 21 q.push(1);
22 q.push(2);
23 q.push(3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/queue/queue.defn/
back.pass.cpp 21 q.push(1);
22 q.push(2);
23 q.push(3);
front.pass.cpp 21 q.push(1);
22 q.push(2);
23 q.push(3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.defn/
top.pass.cpp 21 q.push(1);
22 q.push(2);
23 q.push(3);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
push.d 9 0: 7e 80 push\.b r0
10 2: 7e 8f push\.b r15
11 4: 7e 90 push\.w r0
12 6: 7e 9f push\.w r15
13 8: 7e a0 push\.l r0
14 a: 7e af push\.l r15
15 c: f4 08 push\.b \[r0\]
16 e: f4 f8 push\.b \[r15\]
17 10: f5 08 fc push\.b 252\[r0\]
18 13: f5 f8 fc push\.b 252\[r15\
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
push-pop.s 3 push {r0}
4 push {r1, r2, r3}
5 push {r9}

Completed in 283 milliseconds

1 2 3 4 5 6 7 8 91011>>