HomeSort by relevance Sort by last modified time
    Searched defs:Opcode (Results 376 - 400 of 498) sorted by null

<<11121314151617181920

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 43 getTargetNodeName(unsigned Opcode) const
45 switch (Opcode)
730 unsigned Opcode = (N->getOpcode() == ISD::ADD) ? XCoreISD::LADD :
733 SDValue Carry = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
737 SDValue Ignored = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 138 /// opcode and two operands into either a constant true or false, or a brand
161 /// opcode and two operands into either a FCmp instruction. isordered is passed
    [all...]
InstructionCombining.cpp 124 Instruction::BinaryOps Opcode = I.getOpcode();
125 if (Opcode != Instruction::Add &&
126 Opcode != Instruction::Sub) {
141 if (Opcode == Instruction::Add) {
172 Instruction::BinaryOps Opcode = I.getOpcode();
188 if (Op0 && Op0->getOpcode() == Opcode) {
194 if (Value *V = SimplifyBinOp(Opcode, B, C, TD)) {
217 if (Op1 && Op1->getOpcode() == Opcode) {
223 if (Value *V = SimplifyBinOp(Opcode, A, B, TD)) {
239 if (Op0 && Op0->getOpcode() == Opcode) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 207 void AssemblerMIPS32::emitRsRt(IValueT Opcode, const Operand *OpRs,
212 Opcode |= Rs << 21;
213 Opcode |= Rt << 16;
215 emitInst(Opcode);
218 void AssemblerMIPS32::emitRtRsImm16(IValueT Opcode, const Operand *OpRt,
224 Opcode |= Rs << 21;
225 Opcode |= Rt << 16;
226 Opcode |= Imm & 0xffff;
228 emitInst(Opcode);
231 void AssemblerMIPS32::emitRtRsImm16Rel(IValueT Opcode, const Operand *OpRt
    [all...]
IceInstARM32.cpp 111 void InstARM32Pred::dumpOpcodePred(Ostream &Str, const char *Opcode,
113 Str << Opcode << getPredicate() << "." << Ty;
162 void InstARM32Pred::emitUnaryopGPR(const char *Opcode,
168 Str << "\t" << Opcode;
177 void InstARM32Pred::emitUnaryopFP(const char *Opcode, FPSign Sign,
182 Str << "\t" << Opcode << Instr->getPredicate();
200 void InstARM32Pred::emitTwoAddr(const char *Opcode, const InstARM32Pred *Instr,
208 Str << "\t" << Opcode << Instr->getPredicate() << "\t";
214 void InstARM32Pred::emitThreeAddr(const char *Opcode,
221 Str << "\t" << Opcode << (SetFlags ? "s" : "") << Instr->getPredicate(
    [all...]
IceInstARM32.h 484 static void emitThreeAddrFP(const char *Opcode, FPSign Sign,
487 static void emitFourAddrFP(const char *Opcode, FPSign Sign,
523 void dumpOpcodePred(Ostream &Str, const char *Opcode, Type Ty) const;
526 static void emitUnaryopGPR(const char *Opcode, const InstARM32Pred *Instr,
528 static void emitUnaryopFP(const char *Opcode, FPSign Sign,
530 static void emitTwoAddr(const char *Opcode, const InstARM32Pred *Instr,
532 static void emitThreeAddr(const char *Opcode, const InstARM32Pred *Instr,
534 static void emitFourAddr(const char *Opcode, const InstARM32Pred *Instr,
536 static void emitCmpLike(const char *Opcode, const InstARM32Pred *Instr,
565 emitUnaryopGPR(Opcode, this, Func, NeedsWidthSuffix)
    [all...]
IceInstMIPS32.h 297 void dumpOpcode(Ostream &Str, const char *Opcode, Type Ty) const {
298 Str << Opcode << "." << Ty;
305 static void emitUnaryopGPR(const char *Opcode, const InstMIPS32 *Inst,
307 static void emitUnaryopGPRFLoHi(const char *Opcode, const InstMIPS32 *Inst,
309 static void emitUnaryopGPRTLoHi(const char *Opcode, const InstMIPS32 *Inst,
311 static void emitTwoAddr(const char *Opcode, const InstMIPS32 *Inst,
313 static void emitThreeAddr(const char *Opcode, const InstMIPS32 *Inst,
315 static void emitThreeAddrLoHi(const char *Opcode, const InstMIPS32 *Inst,
370 emitUnaryopGPR(Opcode, this, Func);
380 dumpOpcode(Str, Opcode, getDest()->getType())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 72 /// Opcode for unary arithmetic operations.
79 /// Opcode for binary arithmetic operations.
99 /// Opcode for cast operations.
118 /// Return the name of a unary opcode.
121 /// Return the name of a binary opcode.
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } function in class:clang::threadSafety::SExpr
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
302 : Opcode(E.Opcode), Reserved(0), Flags(E.Flags), SExprID(0)
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 19 public enum Opcode {
277 public static boolean isBetween(Opcode opcode, Opcode opcode1, Opcode opcode2) {
278 return (opcode.ordinal() >= opcode1.ordinal() && opcode.ordinal() <= opcode2.ordinal());
  /dalvik/libdex/
DexOpcodes.h 18 * Dalvik opcode information.
21 * automatically by the opcode-gen tool. Any edits to the generated
24 * See the file opcode-gen/README.txt for information about updating
34 * kMaxOpcodeValue: the highest possible raw (unpacked) opcode value
36 * kNumPackedOpcodes: the highest possible packed opcode value of a
37 * valid Dalvik opcode, plus one
42 // BEGIN(libdex-maximum-values); GENERATED AUTOMATICALLY BY opcode-gen
45 // END(libdex-maximum-values); GENERATED AUTOMATICALLY BY opcode-gen
58 * associated with each is the corresponding packed opcode number.
59 * This is different than the opcode value from the Dalvik bytecod
    [all...]

Completed in 1515 milliseconds

<<11121314151617181920