HomeSort by relevance Sort by last modified time
    Searched defs:Opcode (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 77 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
896 static const MCInstrDesc &getInstDesc(unsigned Opcode) {
897 return MipsInsts[Opcode];
907 const unsigned Opcode = Inst.getOpcode();
910 switch (Opcode) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 267 const char *NVPTXTargetLowering::getTargetNodeName(unsigned Opcode) const {
268 switch (Opcode) {
903 unsigned opcode = NVPTXISD::StoreParam; local
1040 unsigned opcode; local
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 44 : Op0(Op0In), Op1(Op1In), Opcode(0), ICmpType(0), CCValid(0), CCMask(0) {}
49 // The opcode that should be used to compare Op0 and Op1.
50 unsigned Opcode;
55 // The mask of CC values that Opcode can produce.
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 366 // Get opcode and regclass of the output for the given load instruction.
428 // Get opcode and regclass of the output for the given store instruction.
530 /// type SrcVT to type DstVT using the specified extension opcode Opc (e.g.
656 unsigned Opcode = Instruction::UserOp1;
663 Opcode = I->getOpcode();
667 Opcode = C->getOpcode();
677 switch (Opcode) {
815 unsigned Opcode = Instruction::UserOp1;
842 Opcode = I->getOpcode();
846 Opcode = C->getOpcode()
    [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 152 ///\returns Opcode that can be clubbed with \p Op to create an alternate
169 ///\returns bool representing if Opcode \p Op can be part
184 unsigned Opcode = I0->getOpcode();
185 unsigned AltOpcode = getAltOpcode(Opcode);
188 if (!I || I->getOpcode() != ((i & 1) ? AltOpcode : Opcode))
194 /// \returns The opcode if all of the Instructions in \p VL have the same
195 /// opcode, or zero.
200 unsigned Opcode = I0->getOpcode();
203 if (!I || Opcode != I->getOpcode()) {
204 if (canCombineAsAltInst(Opcode) && i == 1
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 34 public enum Opcode
36 NOP((short)0x00, "nop", ReferenceType.NONE, Format.Format10x, Opcode.CAN_CONTINUE),
37 MOVE((short)0x01, "move", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
38 MOVE_FROM16((short)0x02, "move/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
39 MOVE_16((short)0x03, "move/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
40 MOVE_WIDE((short)0x04, "move-wide", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 441 * Opcode is the operation code to execute. A given operation defines the
458 unsigned Opcode : 8; /* TGSI_OPCODE_ */
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h 180 virtual Opcode opcode() const V8_FINAL V8_OVERRIDE { \
214 enum Opcode {
222 virtual Opcode opcode() const = 0;
226 bool Is##type() const { return opcode() == k##type; }
231 // an opcode.
698 virtual Opcode opcode() const V8_OVERRIDE {
726 virtual Opcode opcode() const V8_OVERRIDE
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 47 BinaryOperator::Opcode Opcode; // Opcode of BinOp to perform
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 197 module Opcode : sig
301 (** The opcode of an [atomicrmw] instruction.
343 | Instruction of Opcode.t
763 (** [constexpr_opcode v] returns an [Opcode.t] corresponding to constexpr
764 value [v], or [Opcode.Invalid] if [v] is not a constexpr. *)
765 val constexpr_opcode : llvalue -> Opcode.t
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 107 /// \brief The opcode from the last parsed instruction.
108 unsigned Opcode;
115 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(nullptr) {}
117 : Opcode(~0), ParseError(false), AsmRewrites(rewrites) {}
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 121 const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const {
122 switch (Opcode) {
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 441 * Opcode is the operation code to execute. A given operation defines the
458 unsigned Opcode : 8; /* TGSI_OPCODE_ */
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 83 BYTE Opcode : 4;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c 105 struct gl_list_instruction Opcode[MAX_DLIST_EXT_OPCODES];
493 } OpCode;
510 OpCode opcode; member in union:gl_dlist_node
522 void *next; /* If prev node's opcode==OPCODE_CONTINUE */
577 dlist->Head[0].opcode = OPCODE_END_OF_LIST;
593 /** Is the given opcode an extension code? */
595 is_ext_opcode(OpCode opcode)
597 return (opcode >= OPCODE_EXT_0)
651 const OpCode opcode = n[0].opcode; local
7692 const OpCode opcode = n[0].opcode; local
10703 const OpCode opcode = n[0].opcode; local
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 641 const char *AArch64TargetLowering::getTargetNodeName(unsigned Opcode) const {
642 switch (Opcode) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 360 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 760 const char *PPCTargetLowering::getTargetNodeName(unsigned Opcode) const {
761 switch (Opcode) {
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 105 struct gl_list_instruction Opcode[MAX_DLIST_EXT_OPCODES];
493 } OpCode;
510 OpCode opcode; member in union:gl_dlist_node
522 void *next; /* If prev node's opcode==OPCODE_CONTINUE */
577 dlist->Head[0].opcode = OPCODE_END_OF_LIST;
593 /** Is the given opcode an extension code? */
595 is_ext_opcode(OpCode opcode)
597 return (opcode >= OPCODE_EXT_0)
651 const OpCode opcode = n[0].opcode; local
7692 const OpCode opcode = n[0].opcode; local
10703 const OpCode opcode = n[0].opcode; local
    [all...]

Completed in 1953 milliseconds

1 2 3 4 56 7