HomeSort by relevance Sort by last modified time
    Searched refs:opcode_ (Results 1 - 9 of 9) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
instruction.h 77 Instruction() : opcode_(SpvOpNop), type_id_(0), result_id_(0) {}
80 Instruction(SpvOp op) : opcode_(op), type_id_(0), result_id_(0) {}
88 SpvOp opcode() const { return opcode_; }
147 SpvOp opcode_; // Opcode member in class:spvtools::ir::Instruction
170 return opcode_ == SpvOpNop && type_id_ == 0 && result_id_ == 0 &&
175 opcode_ = SpvOpNop;
instruction.cpp 38 : opcode_(static_cast<SpvOp>(inst.opcode)),
42 assert((!IsDebugLineInst(opcode_) || dbg_line.empty()) &&
74 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_));
  /external/v8/src/compiler/
operator.cc 30 : opcode_(opcode),
operator.h 73 Opcode opcode() const { return opcode_; }
139 Opcode opcode_; member in class:v8::internal::compiler::Operator
instruction.h 837 InstructionCode opcode() const { return opcode_; }
891 opcode_ = ArchOpcodeField::encode(kArchNop);
    [all...]
instruction.cc 300 : opcode_(opcode),
313 : opcode_(opcode),
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script.cc 77 opcode_(0), lineno_(0), charpos_(0)
83 opcode_(0), lineno_(lineno), charpos_(charpos)
93 opcode_(0), lineno_(lineno), charpos_(charpos)
102 opcode_(opcode), lineno_(lineno), charpos_(charpos)
145 return this->opcode_;
160 int opcode_; member in class:gold::Token
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 154 return opcode_;
162 ArchOpcode opcode_; member in struct:v8::internal::compiler::ExtendingLoadMatcher
176 opcode_ = kMips64Lw;
177 if (g.CanBeImmediate(offset, opcode_)) {
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 182 return opcode_;
190 ArchOpcode opcode_; member in struct:v8::internal::compiler::__anon34146::ExtendingLoadMatcher
204 opcode_ = kArm64Ldrsw;
    [all...]

Completed in 478 milliseconds