HomeSort by relevance Sort by last modified time
    Searched full:opcode_ (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
instruction.cpp 26 : opcode_(static_cast<SpvOp>(inst.opcode)),
30 assert((!IsDebugLineInst(opcode_) || dbg_line.empty()) &&
43 : opcode_(op), type_id_(ty_id), result_id_(res_id), operands_() {
56 : opcode_(that.opcode_),
63 opcode_ = that.opcode_;
87 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_));
instruction.h 76 Instruction() : opcode_(SpvOpNop), type_id_(0), result_id_(0) {}
79 Instruction(SpvOp op) : opcode_(op), type_id_(0), result_id_(0) {}
98 SpvOp opcode() const { return opcode_; }
103 void SetOpcode(SpvOp op) { opcode_ = op; }
185 SpvOp opcode_; // Opcode member in class:spvtools::ir::Instruction
224 return opcode_ == SpvOpNop && type_id_ == 0 && result_id_ == 0 &&
229 opcode_ = SpvOpNop;
277 switch (opcode_) {
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
while_transformer.cc 70 explicit ExprTree(HloOpcode opcode) : opcode_(opcode) {}
71 ExprTree(HloOpcode opcode, const string& tag) : opcode_(opcode), tag_(tag) {}
72 ExprTree(HloOpcode opcode, const ExprTree& operand0) : opcode_(opcode) {
76 : opcode_(opcode) {
81 : opcode_(opcode) {
86 : opcode_(opcode), tag_(tag) {
90 : opcode_(opcode) {
96 opcode_ = to_copy.opcode_;
115 // Matches 'instruction' HloOpcode against 'opcode_'
156 HloOpcode opcode_; member in class:xla::gpu::__anon38929::ExprTree
    [all...]
  /system/bt/packet/avrcp/
avrcp_packet.h 48 Opcode opcode_; member in class:bluetooth::avrcp::PacketBuilder
60 opcode_(opcode){};
78 * Opcode opcode_;
capabilities_packet.h 56 * Opcode opcode_;
113 * Opcode opcode_;
set_addressed_player.h 54 * Opcode opcode_;
register_notification_packet.h 34 * Opcode opcode_;
109 * Opcode opcode_;
get_element_attributes_packet.h 35 * Opcode opcode_;
get_play_status_packet.h 37 * Opcode opcode_;
pass_through_packet.h 56 * Opcode opcode_;
play_item.h 53 * Opcode opcode_;
set_absolute_volume.h 60 * Opcode opcode_;
vendor_packet.h 64 * Opcode opcode_;
avrcp_packet.cc 57 AddPayloadOctets1(pkt, static_cast<uint8_t>(opcode_));
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
remote_method_type.h 17 template <int Opcode_, typename Signature_>
21 enum : int { Opcode = 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 840 InstructionCode opcode() const { return opcode_; }
894 opcode_ = ArchOpcodeField::encode(kArchNop);
    [all...]
instruction.cc 311 : opcode_(opcode),
324 : opcode_(opcode),
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_matchers.cc 28 if (!instruction || instruction->opcode() != opcode_) {
63 *os << opcode_; local
hlo_instruction.cc     [all...]
hlo_instruction.h 508 HloOpcode opcode() const { return opcode_; }
694 CHECK_EQ(HloOpcode::kParameter, opcode_);
1345 HloOpcode opcode_; member in class:xla::HloInstruction
    [all...]
hlo_matchers.h 29 : opcode_(opcode), operands_(operands) {}
37 HloOpcode opcode_; member in class:xla::testing::HloMatcher
  /external/mesa3d/src/mesa/program/
program_lexer.l 69 yylval->temp_inst.Opcode = OPCODE_ ## opcode; \
  /toolchain/binutils/binutils-2.27/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...]

Completed in 354 milliseconds

1 2