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

<<11121314151617181920

  /external/v8/src/crankshaft/s390/
lithium-s390.h 147 Opcode opcode() const final { return LInstruction::k##type; } \
173 enum Opcode {
180 virtual Opcode opcode() const = 0;
184 bool Is##type() const { return opcode() == k##type; }
189 // an opcode.
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 147 Opcode opcode() const final { return LInstruction::k##type; } \
178 enum Opcode {
186 virtual Opcode opcode() const = 0;
190 bool Is##type() const { return opcode() == k##type; }
195 // an opcode.
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 150 Opcode opcode() const final { return LInstruction::k##type; } \
181 enum Opcode {
189 virtual Opcode opcode() const = 0;
193 bool Is##type() const { return opcode() == k##type; }
198 // an opcode.
    [all...]
  /external/v8/src/s390/
constants-s390.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.h 375 UINT32 CmdOp:8; // Command Opcode
852 UINT8 Opcode;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.h 375 UINT32 CmdOp:8; // Command Opcode
852 UINT8 Opcode;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 71 UINT16 Opcode;
165 UINT16 Opcode;
448 #define EXCEPT_EBC_INVALID_OPCODE 5 ///< Opcode out of range.
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 48 BinaryOperator::Opcode Opcode; // Opcode of BinOp to perform
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 551 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB;
552 SDValue Res = DAG.getNode(Opcode, dl, NVT, LHS, RHS);
744 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB;
745 SDValue Res = DAG.getNode(Opcode, dl, NVT, LHS, RHS);
    [all...]
LegalizeVectorTypes.cpp 717 unsigned Opcode = N->getOpcode();
718 Lo = DAG.getNode(Opcode, dl, LHSLo.getValueType(), LHSLo, RHSLo, Flags);
719 Hi = DAG.getNode(Opcode, dl, LHSHi.getValueType(), LHSHi, RHSHi, Flags);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 359 /// First entry is always the opcode of the branching instruction, except when
361 /// BB with only unconditional jump. Subsequent entries depend upon the opcode,
369 /// Cond[0] = Hexagon::CMPEQri_f_Jumpnv_t_V4 -- specific opcode
1328 unsigned opcode = Cond[0].getImm(); local
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 110 const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const {
111 switch ((MipsISD::NodeType)Opcode) {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 147 ///\returns Opcode that can be clubbed with \p Op to create an alternate
164 ///\returns bool representing if Opcode \p Op can be part
177 unsigned Opcode = I0->getOpcode();
178 unsigned AltOpcode = getAltOpcode(Opcode);
181 if (!I || I->getOpcode() != ((i & 1) ? AltOpcode : Opcode))
187 /// \returns The opcode if all of the Instructions in \p VL have the same
188 /// opcode, or zero.
193 unsigned Opcode = I0->getOpcode();
196 if (!I || Opcode != I->getOpcode()) {
197 if (canCombineAsAltInst(Opcode) && i == 1
    [all...]
  /external/swiftshader/src/Shader/
Shader.hpp 35 enum Opcode
276 static Opcode OPCODE_DP(int);
277 static Opcode OPCODE_LEN(int);
278 static Opcode OPCODE_DIST(int);
279 static Opcode OPCODE_NRM(int);
280 static Opcode OPCODE_FORWARD(int);
281 static Opcode OPCODE_REFLECT(int);
282 static Opcode OPCODE_REFRACT(int);
493 explicit Instruction(Opcode opcode);
516 Opcode opcode; member in struct:sw::Shader::Instruction
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/bindings/go/llvm/
ir.go 62 Opcode C.LLVMOpcode
168 // llvm.Opcode
172 Ret Opcode = C.LLVMRet
173 Br Opcode = C.LLVMBr
174 Switch Opcode = C.LLVMSwitch
175 IndirectBr Opcode = C.LLVMIndirectBr
176 Invoke Opcode = C.LLVMInvoke
177 Unreachable Opcode = C.LLVMUnreachable
180 Add Opcode = C.LLVMAdd
181 FAdd Opcode = C.LLVMFAd
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 99 /// \brief The opcode from the last parsed instruction.
100 unsigned Opcode;
107 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(nullptr) {}
109 : Opcode(~0), ParseError(false), AsmRewrites(rewrites) {}
376 MCBinaryExpr::Opcode &Kind);
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 134 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 610 * Opcode is the operation code to execute. A given operation defines the
627 unsigned Opcode : 8; /* TGSI_OPCODE_ */
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]

Completed in 1766 milliseconds

<<11121314151617181920