Home
last modified time | relevance | path

Searched refs:kNop (Results 1 – 15 of 15) sorted by relevance

/external/shaderc/spirv-headers/example/
Dexample.cpp35 const spv::Op kNop = spv::OpNop; variable
Dexample-1.1.cpp37 const spv::Op kNop = spv::OpNop; variable
/external/v8/src/interpreter/
Dmkpeephole.cc90 if (last == Bytecode::kNop) { in LookupActionAndData()
222 } else if (current == Bytecode::kNop) { in LookupActionAndData()
Dbytecode-peephole-optimizer.cc80 DCHECK(node->bytecode() != Bytecode::kNop || node->source_info().is_valid()); in SetLast()
Dbytecodes.h608 bytecode == Bytecode::kNop || IsJumpWithoutEffects(bytecode)); in IsWithoutExternalSideEffects()
/external/v8/src/
Deh-frame.cc244 byte nop = static_cast<byte>(EhFrameConstants::DwarfOpcodes::kNop); in WritePaddingToAlignedSize()
568 case EhFrameConstants::DwarfOpcodes::kNop: in DumpDwarfDirectives()
Deh-frame.h20 kNop = 0x00, in NON_EXPORTED_BASE() enumerator
/external/v8/src/snapshot/
Dserializer-common.h149 static const int kNop = 0x2f; variable
Dserializer.cc310 sink_.Put(kNop, "Padding"); in Pad()
314 sink_.Put(kNop, "Padding"); in Pad()
Ddeserializer.cc725 case kNop: in ReadData()
/external/vixl/src/aarch32/
Dconstants-aarch32.cc209 case kNop: in ToCString()
Dconstants-aarch32.h209 kNop, enumerator
Dassembler-aarch32.h971 VIXL_ASSERT((type == kNop) || (type == kYield)); in Delegate()
Ddisasm-aarch32.cc1984 os().SetCurrentInstruction(kNop, kNoAttribute); in nop()
1985 os() << ToCString(kNop) << ConditionPrinter(it_block_, cond) << size; in nop()
Dassembler-aarch32.cc7677 Delegate(kNop, &Assembler::nop, cond, size); in nop()