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

1 2

  /external/v8/src/compiler/
jump-threading.cc 87 } else if (instr->IsNop()) {
move-optimizer.cc 36 if (instr->IsNop()) return true;
instruction.h 782 bool IsNop() const {
    [all...]
  /external/v8/src/arm64/
instructions-arm64.h 353 bool IsNop(int n) {
assembler-arm64-inl.h 870 return !current_instr->IsNop(Assembler::DEBUG_BREAK_NOP);
    [all...]
  /external/v8/src/mips/
assembler-mips-inl.h 369 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP);
assembler-mips.h     [all...]
macro-assembler-mips.h 483 return IsNop(instr, type);
    [all...]
  /external/v8/src/mips64/
assembler-mips64-inl.h 370 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP);
assembler-mips64.h     [all...]
  /external/v8/src/arm/
assembler-arm-inl.h 279 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP);
assembler-arm.h     [all...]
macro-assembler-arm.h 721 return IsNop(instr, type);
    [all...]
  /external/v8/src/ia32/
assembler-ia32-inl.h 277 return !Assembler::IsNop(pc());
  /external/v8/src/x87/
assembler-x87-inl.h 278 return !Assembler::IsNop(pc());
assembler-x87.h 958 static bool IsNop(Address addr);
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
assembler_mips.h 664 static bool IsNop(BranchCondition condition, Register lhs, Register rhs);
    [all...]
  /external/v8/src/ppc/
assembler-ppc-inl.h 361 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP);
codegen-ppc.cc 634 return Assembler::IsNop(Assembler::instr_at(candidate));
assembler-ppc.h     [all...]
macro-assembler-ppc.h 621 return IsNop(instr, type);
    [all...]
  /external/v8/src/x64/
assembler-x64-inl.h 494 return !Assembler::IsNop(pc());
  /art/compiler/utils/mips64/
assembler_mips64.h 578 static bool IsNop(BranchCondition condition, GpuRegister lhs, GpuRegister rhs);
assembler_mips64.cc     [all...]

Completed in 245 milliseconds

1 2