HomeSort by relevance Sort by last modified time
    Searched refs:Nop (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/v8/src/ia32/
assembler-ia32.cc 338 Nop((m - (addr & mask)) & mask);
351 void Assembler::Nop(int bytes) {
1423 void Assembler::nop() { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 541 // One byte opcode for nop.
574 // Insert the smallest number of nop instructions
581 void Nop(int bytes = 1);
815 void nop();
    [all...]
macro-assembler-ia32.cc 1012 Nop(kNoCodeAgeSequenceLength - Assembler::kCallInstructionLength);
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 466 void Nop();
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 649 void Nop();
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86Base.h 421 /// load/store operation. Legalizes the operand as well. This is a nop if the
    [all...]
IceInstARM32.cpp     [all...]
IceInstX86BaseImpl.h 324 : InstX86Base(Func, InstX86Base::Nop, 0, nullptr), Variant(Variant) {}
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 329 Nop(delta);
1767 void Assembler::nop() { function in class:v8::internal::Assembler
    [all...]
assembler-x64.h 568 // One byte opcode for nop.
651 // Insert the smallest number of nop instructions
658 void Nop(int bytes = 1);
    [all...]
macro-assembler-x64.cc     [all...]
  /art/compiler/optimizing/
code_generator_mips.cc     [all...]
code_generator_arm64.cc     [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 960 Nop(kNoCodeAgeSequenceLength - Assembler::kCallInstructionLength);
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h     [all...]
  /external/vixl/test/aarch32/
test-disasm-a32.cc     [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 381 masm()->nop();
597 __ nop();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 620 __ nop();
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 384 masm()->nop();
869 __ nop();
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 

Completed in 1682 milliseconds

1 23 4