HomeSort by relevance Sort by last modified time
    Searched defs:nop (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/test/MC/MachO/
pcrel-to-other-section.s 3 nop label
  /cts/tools/dx-tests/src/dxc/junit/opcodes/nop/jm/
T_nop_1.java 17 package dxc.junit.opcodes.nop.jm;
  /cts/tools/vm-tests/src/dot/junit/opcodes/nop/d/
T_nop_1.java 17 package dot.junit.opcodes.nop.d;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/nop/d/
T_nop_1.java 17 package dot.junit.opcodes.nop.d;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/nop/
Test_nop.java 17 package dxc.junit.opcodes.nop;
20 import dxc.junit.opcodes.nop.jm.T_nop_1;
29 // how do we test nop - e.g. push some data onto the stack, and
  /cts/tools/vm-tests/src/dot/junit/opcodes/nop/
Test_nop.java 17 package dot.junit.opcodes.nop;
20 import dot.junit.opcodes.nop.d.T_nop_1;
24 * @title tests nop
28 // how do we test nop - e.g. initialize some registers and
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/nop/
Test_nop.java 17 package dot.junit.opcodes.nop;
20 import dot.junit.opcodes.nop.d.T_nop_1;
24 * @title tests nop
28 // how do we test nop - e.g. initialize some registers and
  /bionic/libc/kernel/arch-x86/asm/
system_32.h 20 #define nop() __asm__ __volatile__ ("nop") macro
  /cts/tests/tests/jni/src/android/jni/cts/
StaticFromNative.java 32 public static void nop() { method in class:StaticFromNative
InstanceFromNative.java 35 public void nop() { method in class:InstanceFromNative
InstanceNonce.java 39 public native void nop(); method in class:InstanceNonce
StaticNonce.java 39 public static native void nop(); method in class:StaticNonce
JniInstanceTest.java 38 target.nop();
JniStaticTest.java 31 StaticNonce.nop();
  /development/ndk/platforms/android-9/arch-x86/include/asm/
system_32.h 20 #define nop() __asm__ __volatile__ ("nop") macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
system_32.h 20 #define nop() __asm__ __volatile__ ("nop") macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
system_32.h 20 #define nop() __asm__ __volatile__ ("nop") macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 20 #define nop() __asm__ __volatile__ ("nop") macro
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 552 nop = function() {},
554 return self.apply(this instanceof nop ? this : (selfObj || {}),
557 nop.prototype = self.prototype;
558 bound.prototype = new nop();
556 nop.prototype = self.prototype; class
  /external/kernel-headers/original/asm-x86/
system_32.h 201 #define nop() __asm__ __volatile__ ("nop") macro
218 * nop for these.
  /external/kernel-headers/original/asm-arm/
system.h 179 #define nop() __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t"); macro
  /external/v8/src/ia32/
assembler-ia32.cc 379 nop();
1446 void Assembler::nop() { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/mips/
assembler-mips.h 523 // Insert the smallest number of nop instructions
530 // Different nop operations are used by the code generator to detect certain
545 void nop(unsigned int type = 0) { function in class:v8::internal::Assembler
608 // Please note: sll(zero_reg, zero_reg, x) instructions are reserved as nop
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 430 nop(9);
434 nop(delta);
1750 void Assembler::nop() { function in class:v8::internal::Assembler
1780 void Assembler::nop(int n) { function in class:v8::internal::Assembler
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 221 void nop() function in class:JSC::MIPSAssembler
226 /* Need to insert one load data delay nop for mips1. */
230 nop();
234 /* Need to insert one coprocessor access delay nop for mips1. */
238 nop();
874 nop
876 nop
877 nop
878 nop
883 nop
    [all...]

Completed in 411 milliseconds

1 2