Home
last modified time | relevance | path

Searched defs:nop (Results 1 – 25 of 57) sorted by relevance

123

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
Djmpsize1-err.asm2 nop label
4 nop label
5 nop label
6 nop label
7 nop label
8 nop label
9 nop label
10 nop label
11 nop label
12 nop label
[all …]
Djmpsize1.asm2 nop label
4 nop label
5 nop label
6 nop label
7 nop label
8 nop label
9 nop label
10 nop label
11 nop label
12 nop label
[all …]
Dequ-expand.asm1 nop label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Daddrop.asm13 nop label
17 nop label
25 nop label
/external/fio/arch/
Darch-arm.h24 #define nop __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t") macro
28 #define nop __asm__ __volatile__ ("nop") macro
Darch-generic.h6 #define nop do { } while (0) macro
Darch-hppa.h21 #define nop do { } while (0) macro
Darch-mips.h23 #define nop __asm__ __volatile__("": : :"memory") macro
Darch-alpha.h21 #define nop do { } while (0) macro
Darch-sparc.h21 #define nop do { } while (0) macro
Darch-sparc64.h21 #define nop do { } while (0) macro
Darch-sh.h23 #define nop __asm__ __volatile__ ("nop": : :"memory") macro
Darch-s390.h21 #define nop asm volatile("nop" : : : "memory") macro
Darch-ia64.h21 #define nop asm volatile ("hint @pause" ::: "memory"); macro
Darch-x86.h34 #define nop __asm__ __volatile__("rep;nop": : :"memory") macro
Darch-x86_64.h41 #define nop __asm__ __volatile__("rep;nop": : :"memory") macro
Darch-ppc.h26 #define nop do { } while (0) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
Dbin-rip.asm6 nop label
8 nop label
/external/llvm/test/MC/MachO/
Dpcrel-to-other-section.s3 nop label
/external/mockito/src/org/mockito/internal/configuration/injection/
DMockInjectionStrategy.java19 public static final MockInjectionStrategy nop() { in nop() method in MockInjectionStrategy
/external/valgrind/main/memcheck/tests/
Dthread_alloca.c18 nop(void *nil) in nop() function
/external/chromium_org/v8/test/mjsunit/
Ddebug-stepout-scope-part1.js186 function nop() {} function
/external/chromium_org/chrome/browser/resources/standalone/
Dstandalone_hack.js353 nop = function() {}, function
358 nop.prototype = self.prototype; class
/external/eigen/test/
Dsparseqr.cpp25 int nop = internal::random<int>(0, internal::random<double>(0,1) > 0.5 ? cols/2 : 0); in generate_sparse_rectangular_problem() local
/external/chromium_org/sandbox/win/src/
Dservice_resolver_32.cc51 BYTE nop; member
73 USHORT nop; member
121 BYTE nop; member

123