Searched defs:Opcode (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.cpp19 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { argument
33 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { argument
H A DPPCMCCodeEmitter.cpp79 unsigned Opcode = MI.getOpcode(); local
119 unsigned Opcode = MI.getOpcode(); local
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslmap.c67 AslMapNamedOpcodeToDataType( UINT16 Opcode) argument
H A Daslcodegen.c243 UINT16 Opcode; member in union:__anon6571
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h23 static inline ShiftOpc getShiftOpcForNode(unsigned Opcode) { argument
H A DARMHazardRecognizer.cpp26 unsigned Opcode = MCID.getOpcode(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsDirectObjLower.cpp54 int Opcode = InstIn.getOpcode(); local
/freebsd-10.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsopinfo.c76 AcpiPsGetOpcodeInfo( UINT16 Opcode) argument
123 AcpiPsGetOpcodeName( UINT16 Opcode) argument
[all...]
H A Dpsutils.c98 AcpiPsInitOp( ACPI_PARSE_OBJECT *Op, UINT16 Opcode) argument
129 AcpiPsAllocOp( UINT16 Opcode) argument
[all...]
H A Dpsparse.c112 UINT16 Opcode; local
78 AcpiPsGetOpcodeSize( UINT32 Opcode) argument
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstBuilder.h27 MCInstBuilder(unsigned Opcode) { argument
/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c146 AcpiExResolveOperands( UINT16 Opcode, ACPI_OPERAND_OBJECT **StackPtr, ACPI_WALK_STATE *WalkState) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp92 unsigned Opcode = Node->getOpcode(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp90 PPCHazardRecognizer970::GetInstrType(unsigned Opcode, argument
145 unsigned Opcode = MI->getOpcode(); local
203 unsigned Opcode = MI->getOpcode(); local
H A DPPCTargetTransformInfo.cpp171 unsigned PPCTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, argument
186 unsigned PPCTTI::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) const { argument
192 getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) const argument
197 getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) const argument
222 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) const argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp23 static unsigned getShortenedInstr(unsigned Opcode) { argument
104 unsigned Opcode = MI->getOpcode(); local
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DOpcode.h28 class Opcode class in namespace:lldb_private
42 Opcode () : m_type (eTypeInvalid) function in class:lldb_private::Opcode
46 Opcode (uint8_t inst) : m_type (eType8) function in class:lldb_private::Opcode
51 Opcode (uint16_t inst) : m_type (eType16) function in class:lldb_private::Opcode
56 Opcode (uint32_t inst) : m_type (eType32) function in class:lldb_private::Opcode
61 Opcode (uint64_t inst) : m_type (eType64) function in class:lldb_private::Opcode
66 Opcode (uint8_t *bytes, size_t length) function in class:lldb_private::Opcode
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmthdat.c735 AcpiDsMethodDataGetType( UINT16 Opcode, UINT32 Index, ACPI_WALK_STATE *WalkState) argument
H A Ddsobject.c652 AcpiDsInitObjectFromOp( ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op, UINT16 Opcode, ACPI_OPERAND_OBJECT **RetObjDesc) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp190 unsigned Opcode = Node->getOpcode(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600EmitClauseMarkers.cpp207 unsigned Opcode = PushBeforeModifier ? local
H A DR600ExpandSpecialInstrs.cpp263 unsigned Opcode = MI.getOpcode(); local
H A DSIInstrInfo.cpp69 unsigned Opcode; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp171 unsigned Opcode = N->getOpcode() == ISD::SDIV ? SP::SDIVrr : SP::UDIVrr; local
180 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr; local
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp39 static unsigned getRelaxedOpcode(unsigned Opcode) { argument
134 unsigned Opcode = getRelaxedOpcode(Inst.getOpcode()); local

Completed in 310 milliseconds

123456