Searched defs:OpCode (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/
H A Dcore.py27 class OpCode(object): class in inherits:object
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketFrame.h42 enum OpCode { enum in struct:WebCore::WebSocketFrame
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DInstruction.cpp96 const char *Instruction::getOpcodeName(unsigned OpCode) { argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DInstruction.h92 static inline bool isTerminator(unsigned OpCode) { argument
117 static inline bool isCast(unsigned OpCode) { argument
/macosx-10.10/ruby-106/ruby/lib/
H A Dresolv.rb1089 module OpCode # :nodoc: module in class:Resolv.DNS
/macosx-10.10/ruby-106/ruby/
H A Dregint.h522 enum OpCode { enum
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2637 void SelectionDAGBuilder::visitBinary(const User &I, unsigned OpCode) { argument
2731 ISD::NodeType OpCode = Cond.getValueType().isVector() ? local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5083 unsigned OpCode = MI->getOpcode() == PPC::SELECT_CC_I8 ? local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp10430 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11 local

Completed in 406 milliseconds