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

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/
Operands.java 25 public final class Operands {
33 * @param inputs an iteration of input operands
45 private Operands() {}
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbDisasm.c 174 UINT8 Operands;
182 Operands = GET_OPERANDS (InstructionAddress);
215 EdbPrintRegister1 (Operands);
217 if ((Operands & OPERAND_M_INDIRECT1) == 0) {
298 UINT8 Operands;
310 Operands = GET_OPERANDS (InstructionAddress);
325 if ((Operands & OPERAND_M_NATIVE_CALL) != 0) {
328 // if ((Operands & OPERAND_M_RELATIVE_ADDR) == 0) {
351 if ((Operands & OPERAND_M_OP1) == 0) {
354 Ip = GetRegisterValue (SystemContext, (Operands & OPERAND_M_OP1));
    [all...]
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 74 /// types. It has utility methods for emitting text based on the operands.
118 SmallVector<OpKind, 3> Operands;
121 return Operands < O.Operands;
124 return Operands == O.Operands;
127 bool empty() const { return Operands.empty(); }
130 for (unsigned i = 0, e = Operands.size(); i != e; ++i)
131 if (Operands[i].isImm() && Operands[i].getImmCode() != 0
    [all...]
AsmWriterInst.h 11 // the string into operands, which can be literal strings (the constant bits of
12 // the string), actual operands (i.e., operands from the MachineInstr), and
81 std::vector<AsmWriterOperand> Operands;
97 if (!Operands.empty() &&
98 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
99 Operands.back().Str.append(Str);
101 Operands.push_back(AsmWriterOperand(Str));
  /external/llvm/include/llvm/MC/
MCInst.h 31 /// \brief Instances of this class represent operands of the MCInst class.
153 SmallVector<MCOperand, 8> Operands;
164 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
165 MCOperand &getOperand(unsigned i) { return Operands[i]; }
166 unsigned getNumOperands() const { return Operands.size(); }
168 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
172 void clear() { Operands.clear(); }
173 void erase(iterator I) { Operands.erase(I); }
174 size_t size() const { return Operands.size(); }
175 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
173 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
174 MCOperand &getOperand(unsigned i) { return Operands[i]; }
175 unsigned getNumOperands() const { return Operands.size(); }
177 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
181 void clear() { Operands.clear(); }
182 void erase(iterator I) { Operands.erase(I); }
183 size_t size() const { return Operands.size(); }
184 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
173 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
174 MCOperand &getOperand(unsigned i) { return Operands[i]; }
175 unsigned getNumOperands() const { return Operands.size(); }
177 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
182 void clear() { Operands.clear(); }
183 void erase(iterator I) { Operands.erase(I); }
184 size_t size() const { return Operands.size(); }
185 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
173 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
174 MCOperand &getOperand(unsigned i) { return Operands[i]; }
175 unsigned getNumOperands() const { return Operands.size(); }
177 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
182 void clear() { Operands.clear(); }
183 void erase(iterator I) { Operands.erase(I); }
184 size_t size() const { return Operands.size(); }
185 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
181 MCOperand &getOperand(unsigned i) { return Operands[i]; }
182 unsigned getNumOperands() const { return Operands.size(); }
184 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
189 void clear() { Operands.clear(); }
190 void erase(iterator I) { Operands.erase(I); }
191 size_t size() const { return Operands.size(); }
192 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
181 MCOperand &getOperand(unsigned i) { return Operands[i]; }
182 unsigned getNumOperands() const { return Operands.size(); }
184 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
189 void clear() { Operands.clear(); }
190 void erase(iterator I) { Operands.erase(I); }
191 size_t size() const { return Operands.size(); }
192 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
181 MCOperand &getOperand(unsigned i) { return Operands[i]; }
182 unsigned getNumOperands() const { return Operands.size(); }
184 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
189 void clear() { Operands.clear(); }
190 void erase(iterator I) { Operands.erase(I); }
191 size_t size() const { return Operands.size(); }
192 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
181 MCOperand &getOperand(unsigned i) { return Operands[i]; }
182 unsigned getNumOperands() const { return Operands.size(); }
184 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
189 void clear() { Operands.clear(); }
190 void erase(iterator I) { Operands.erase(I); }
191 size_t size() const { return Operands.size(); }
192 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
173 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
174 MCOperand &getOperand(unsigned i) { return Operands[i]; }
175 unsigned getNumOperands() const { return Operands.size(); }
177 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
181 void clear() { Operands.clear(); }
182 void erase(iterator I) { Operands.erase(I); }
183 size_t size() const { return Operands.size(); }
184 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
173 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
174 MCOperand &getOperand(unsigned i) { return Operands[i]; }
175 unsigned getNumOperands() const { return Operands.size(); }
177 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
182 void clear() { Operands.clear(); }
183 void erase(iterator I) { Operands.erase(I); }
184 size_t size() const { return Operands.size(); }
185 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
173 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
174 MCOperand &getOperand(unsigned i) { return Operands[i]; }
175 unsigned getNumOperands() const { return Operands.size(); }
177 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
182 void clear() { Operands.clear(); }
183 void erase(iterator I) { Operands.erase(I); }
184 size_t size() const { return Operands.size(); }
185 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
181 MCOperand &getOperand(unsigned i) { return Operands[i]; }
182 unsigned getNumOperands() const { return Operands.size(); }
184 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
189 void clear() { Operands.clear(); }
190 void erase(iterator I) { Operands.erase(I); }
191 size_t size() const { return Operands.size(); }
192 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
181 MCOperand &getOperand(unsigned i) { return Operands[i]; }
182 unsigned getNumOperands() const { return Operands.size(); }
184 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
189 void clear() { Operands.clear(); }
190 void erase(iterator I) { Operands.erase(I); }
191 size_t size() const { return Operands.size(); }
192 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
181 MCOperand &getOperand(unsigned i) { return Operands[i]; }
182 unsigned getNumOperands() const { return Operands.size(); }
184 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
189 void clear() { Operands.clear(); }
190 void erase(iterator I) { Operands.erase(I); }
191 size_t size() const { return Operands.size(); }
192 iterator begin() { return Operands.begin();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCInst.h 33 /// \brief Instances of this class represent operands of the MCInst class.
162 SmallVector<MCOperand, 8> Operands;
180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
181 MCOperand &getOperand(unsigned i) { return Operands[i]; }
182 unsigned getNumOperands() const { return Operands.size(); }
184 void addOperand(const MCOperand &Op) { Operands.push_back(Op); }
189 void clear() { Operands.clear(); }
190 void erase(iterator I) { Operands.erase(I); }
191 size_t size() const { return Operands.size(); }
192 iterator begin() { return Operands.begin();
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterInst.h 11 // the string into operands, which can be literal strings (the constant bits of
12 // the string), actual operands (i.e., operands from the MachineInstr), and
87 std::vector<AsmWriterOperand> Operands;
104 if (!Operands.empty() &&
105 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
106 Operands.back().Str.append(Str);
108 Operands.push_back(AsmWriterOperand(Str));
FastISelEmitter.cpp 69 /// types. It has utility methods for emitting text based on the operands.
112 SmallVector<OpKind, 3> Operands;
115 return Operands < O.Operands;
118 return Operands == O.Operands;
121 bool empty() const { return Operands.empty(); }
124 for (unsigned i = 0, e = Operands.size(); i != e; ++i)
125 if (Operands[i].isImm() && Operands[i].getImmCode() != 0
    [all...]
AsmWriterInst.cpp 86 Operands.push_back(
118 Operands.push_back(
195 Operands.push_back(AsmWriterOperand("PrintSpecial",
201 unsigned OpNo = CGI.Operands.getOperandNamed(VarName);
202 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo];
205 Operands.push_back(AsmWriterOperand(OpInfo.PrinterMethodName,
212 Operands.push_back(AsmWriterOperand("return;",
221 if (Operands.size() != Other.Operands.size()) return ~1;
224 for (unsigned i = 0, e = Operands.size(); i != e; ++i)
    [all...]
PseudoLoweringEmitter.cpp 42 // Normal operands should always have the same type, or we have a
46 if (DI->getDef() != Insn.Operands[BaseIdx + i].Rec)
50 Insn.Operands[BaseIdx + i].Rec->getName() + "'");
54 for (unsigned I = 0, E = Insn.Operands[i].MINumOperands; I != E; ++I)
56 OpsAdded += Insn.Operands[i].MINumOperands;
62 // Just add the operands recursively. This is almost certainly
99 if (Insn.Operands.size() != Dag->getNumArgs())
104 OperandMap.grow(Insn.Operands.size());
108 // If there are more operands that weren't in the DAG, they have to
109 // be operands that have default values, or we have an error. Currently
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 94 // length for D(L,B)-style operands, otherwise it is null.
186 // Token operands
195 // Register operands.
207 // Access register operands. Access registers aren't exposed to LLVM
213 // Immediate operands.
225 // Immediate operands with optional TLS symbol.
230 // Memory operands.
254 assert(N == 3 && "Invalid number of operands");
269 assert(N == 1 && "Invalid number of operands");
273 assert(N == 1 && "Invalid number of operands");
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
illegal-lse.d 1 #name: LSE Illegal Instruction Operands

Completed in 587 milliseconds

1 2 3 4 5 6 7 8 91011>>