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

123456

/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.cpp19 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { argument
49 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { argument
H A DPPCMCCodeEmitter.cpp83 unsigned Opcode = MI.getOpcode(); local
/freebsd-10.1-release/sys/contrib/dev/acpica/compiler/
H A Daslmap.c67 AslMapNamedOpcodeToDataType( UINT16 Opcode) argument
H A Daslcodegen.c243 UINT16 Opcode; member in union:__anon6776
/freebsd-10.1-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.1-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.1-release/contrib/llvm/include/llvm/MC/
H A DMCInstBuilder.h27 MCInstBuilder(unsigned Opcode) { argument
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h70 void EmitInt8(unsigned Opcode) { argument
75 void EmitInt16(unsigned Opcode) { argument
81 void EmitBytes(const uint8_t *Opcode, size_t Size) { argument
/freebsd-10.1-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.1-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
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp86 unsigned Opcode = MI->getOpcode(); local
H A DSystemZAsmPrinter.cpp31 static MCInst lowerRILow(const MachineInstr *MI, unsigned Opcode) { argument
45 static MCInst lowerRIHigh(const MachineInstr *MI, unsigned Opcode) { argument
59 static MCInst lowerRIEfLow(const MachineInstr *MI, unsigned Opcode) { argument
[all...]
/freebsd-10.1-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
H A Ddsutils.c510 UINT16 Opcode; local
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp77 unsigned Opcode = MI->getOpcode(); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp182 int Opcode = InstIn.getOpcode(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp67 static inline bool isMSALoadOrStore(const unsigned Opcode) { argument
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DR600EmitClauseMarkers.cpp270 unsigned Opcode = PushBeforeModifier ? local
H A DR600ExpandSpecialInstrs.cpp209 unsigned Opcode = BMI->getOpcode(); local
305 unsigned Opcode = MI.getOpcode(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp175 unsigned Opcode = N->getOpcode() == ISD::SDIV ? SP::SDIVrr : SP::UDIVrr; local
184 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DOpcode.h30 class Opcode class in namespace:lldb_private
44 Opcode () : m_byte_order (lldb::eByteOrderInvalid), m_type (eTypeInvalid) function in class:lldb_private::Opcode
48 Opcode (uint8_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType8) function in class:lldb_private::Opcode
53 Opcode (uint16_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType16) function in class:lldb_private::Opcode
58 Opcode (uint32_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType32) function in class:lldb_private::Opcode
63 Opcode (uint64_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType64) function in class:lldb_private::Opcode
68 Opcode (uint8_t *bytes, size_t length) : m_byte_order (lldb::eByteOrderInvalid) function in class:lldb_private::Opcode
[all...]

Completed in 251 milliseconds

123456