Searched defs:nop (Results 1 - 25 of 64) sorted by relevance

123

/external/llvm/test/MC/MachO/
H A Dpcrel-to-other-section.s3 nop label
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dpcrel-to-other-section.s3 nop label
/external/llvm/test/MC/Hexagon/instructions/
H A Dalu32_alu.s30 nop label
/external/llvm/test/MC/Mips/
H A Duser-macro-argument-separation.s40 nop # CHECK: nop label
/external/fio/arch/
H A Darch-generic.h6 #define nop do { } while (0) macro
H A Darch-aarch64.h16 #define nop do { __asm__ __volatile__ ("yield"); } while (0) macro
H A Darch-alpha.h21 #define nop do { } while (0) macro
H A Darch-arm.h25 #define nop __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t") macro
29 #define nop __asm__ __volatile__ ("nop") macro
H A Darch-hppa.h21 #define nop do { } while (0) macro
H A Darch-mips.h23 #define nop __asm__ __volatile__("": : :"memory") macro
H A Darch-sparc.h21 #define nop do { } while (0) macro
H A Darch-sparc64.h21 #define nop do { } while (0) macro
H A Darch-s390.h21 #define nop asm volatile("nop" : : : "memory") macro
H A Darch-sh.h23 #define nop __asm__ __volatile__ ("nop": : :"memory") macro
H A Darch-ia64.h21 #define nop asm volatile ("hint @pause" ::: "memory"); macro
H A Darch-x86.h34 #define nop __asm__ __volatile__("rep;nop": : :"memory") macro
/external/clang/test/CoverageMapping/
H A Dswitch.c13 void nop() {} function
24 nop(); // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE]]:10 = 0
28 nop();
31 nop(); // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE+2]]:10 = 0
33 nop();
35 nop();
H A Dmd.cpp10 void nop() {} function
25 nop();
26 #define HANDLE_MD(X) else if (i == MD::X) { nop(); }
/external/compiler-rt/test/tsan/
H A Dfork_multithreaded.cc13 static void *nop(void *p) { function
28 pthread_create(&th2, 0, nop, 0);
/external/clang/test/CodeGenCXX/
H A Dmangle-local-anonymous-unions.cpp31 inline void nop() { function
39 nop();
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/filter/
H A DOngoingInjector.java26 OngoingInjector nop = new OngoingInjector() { field in interface:OngoingInjector
/external/valgrind/memcheck/tests/
H A Dthread_alloca.c18 nop(void *nil) function
40 err = pthread_create(&thr[i], NULL, nop, NULL);
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/
H A DMockInjectionStrategy.java19 public static MockInjectionStrategy nop() { method in class:MockInjectionStrategy
/external/eigen/test/
H A Dsparseqr.cpp25 int nop = internal::random<int>(0, internal::random<double>(0,1) > 0.5 ? cols/2 : 0); local
26 for(int k=0; k<nop; ++k)
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
H A DStubs.java41 public static void nop() { method in class:Stubs
47 public static void nop(int i) { method in class:Stubs
53 public static void nop(boolean b) { method in class:Stubs
59 public static void nop(Object o) { method in class:Stubs

Completed in 454 milliseconds

123