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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
cache2.s 29 //FLUSH [ Preg ] ; /* indexed (a) */
30 FLUSH [ P0 ] ;
31 FLUSH [ P1 ] ;
32 FLUSH [ P2 ] ;
33 FLUSH [ P3 ] ;
34 FLUSH [ P4 ] ;
35 FLUSH [ P5 ] ;
36 FLUSH [ SP ] ;
37 FLUSH [ FP ] ;
38 //FLUSH [ Preg ++ ] ; /* indexed, post increment (a) *
    [all...]
cache2.d 23 20: 50 02 FLUSH\[P0\];
24 22: 51 02 FLUSH\[P1\];
25 24: 52 02 FLUSH\[P2\];
26 26: 53 02 FLUSH\[P3\];
27 28: 54 02 FLUSH\[P4\];
28 2a: 55 02 FLUSH\[P5\];
29 2c: 56 02 FLUSH\[SP\];
30 2e: 57 02 FLUSH\[FP\];
31 30: 70 02 FLUSH\[P0\+\+\];
32 32: 71 02 FLUSH\[P1\+\+\]
    [all...]
cache.d 11 00000006 <flush>:
12 6: 52 02 FLUSH\[P2\];
13 8: 76 02 FLUSH\[SP\+\+\];
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
flush.s 1 # Test FLUSH instruction
3 flush [%g1 + %g2]
4 flush %g1 + %g2
5 flush [%g3]
6 flush %g3
7 flush [%g4 + 0x80]
8 flush %g4 + 0x80
9 flush [0x90 + %g5]
10 flush 0x90 + %g5
flush.d 3 #name: sparc FLUSH
10 0: 81 d8 40 02 flush \[ %g1 \+ %g2 \]
11 4: 81 d8 40 02 flush \[ %g1 \+ %g2 \]
12 8: 81 d8 c0 00 flush \[ %g3 \]
13 c: 81 d8 c0 00 flush \[ %g3 \]
14 10: 81 d9 20 80 flush \[ %g4 \+ 0x80 \]
15 14: 81 d9 20 80 flush \[ %g4 \+ 0x80 \]
16 18: 81 d9 60 90 flush \[ %g5 \+ 0x90 \]
17 1c: 81 d9 60 90 flush \[ %g5 \+ 0x90 \]
splet.s 54 ! test FLUSH
55 flush %l1 ! is the official V8 syntax
  /external/freetype/src/gzip/
infutil.h 81 #define FLUSH {UPDOUT r=inflate_flush(s,z,r); LOADOUT}
82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
infcodes.c 224 FLUSH
infblock.c 355 FLUSH
  /external/skia/src/core/
SkPictureFlat.h 98 FLUSH,
100 LAST_DRAWTYPE_ENUM = FLUSH
  /external/skqp/src/core/
SkPictureFlat.h 98 FLUSH,
100 LAST_DRAWTYPE_ENUM = FLUSH
  /external/brotli/java/org/brotli/wrapper/enc/
EncoderJNI.java 23 FLUSH,
Encoder.java 138 void flush() throws IOException { method in class:Encoder
139 encode(EncoderJNI.Operation.FLUSH);
  /external/v8/src/compiler-dispatcher/
optimizing-compile-dispatcher.h 43 void Flush(BlockingBehavior blocking_behavior);
59 enum ModeFlag { COMPILE, FLUSH };
optimizing-compile-dispatcher.cc 99 if (static_cast<ModeFlag>(base::Acquire_Load(&mode_)) == FLUSH) {
137 void OptimizingCompileDispatcher::Flush(BlockingBehavior blocking_behavior) {
154 base::Release_Store(&mode_, static_cast<base::AtomicWord>(FLUSH));
168 base::Release_Store(&mode_, static_cast<base::AtomicWord>(FLUSH));
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp.h 144 FLUSH();
195 FLUSH();
257 FLUSH();
286 FLUSH();
318 FLUSH();
342 FLUSH();
360 FLUSH();
  /frameworks/av/media/libaudioclient/
IAudioTrack.cpp 37 FLUSH,
91 virtual void flush() function in class:android::BpAudioTrack
95 remote()->transact(FLUSH, data, &reply);
221 case FLUSH: {
223 flush();
  /bionic/libc/stdio/
vfprintf.cpp 128 #define FLUSH() \
681 FLUSH(); /* copy out the I/O vectors */
684 FLUSH();
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nve4_compute.c 184 BEGIN_NVC0(push, NVE4_CP(FLUSH), 1);
249 BEGIN_NVC0(push, NVE4_CP(FLUSH), 1);
350 BEGIN_NVC0(push, NVE4_CP(FLUSH), 1);
413 BEGIN_NVC0(push, NVE4_CP(FLUSH), 1);
535 BEGIN_NVC0(push, NVE4_CP(FLUSH), 1);
680 /* upload descriptor and flush */
nvc0_compute.c 245 BEGIN_NVC0(push, NVC0_CP(FLUSH), 1);
419 BEGIN_NVC0(push, NVC0_CP(FLUSH), 1);
459 BEGIN_NVC0(push, NVC0_CP(FLUSH), 1);
nvc0_shader_state.c 250 BEGIN_NVC0(push, NVC0_CP(FLUSH), 1);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 43 private static final Event FLUSH_EVENT = new Event(Event.FLUSH, null);
98 public static final int FLUSH = 10;
156 case Event.FLUSH:
816 * @param flush true, if the GraphRunner should flush the graph when running completes.
819 public void setFlushOnClose(boolean flush) {
821 mParams.flushOnClose = flush;
966 * It can then no longer rely on opened graphs, and instead flush a graph and all its
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 226 * Flush out all the vectors defined by the given uio,
710 #define FLUSH()
723 #define FLUSH() do { \
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c 150 #define FLUSH() INTEL_FIREVERTICES(intel)
  /external/llvm/lib/Target/Sparc/
LeonPasses.cpp 766 // insert flush and 5 NOPs before the swap/ldstub instruction
767 BuildMI(MBB, MBBI, DL, TII.get(SP::FLUSH));
782 // insert flush and 5 NOPs before the swap/ldstub instruction
783 BuildMI(MBB, MBBI, DL, TII.get(SP::FLUSH));
    [all...]

Completed in 696 milliseconds

1 2 3