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

123456

/freebsd-9.3-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-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslmap.c68 AslMapNamedOpcodeToDataType( UINT16 Opcode) argument
H A Daslcodegen.c244 UINT16 Opcode; member in union:__anon6194
/freebsd-9.3-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-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCInstBuilder.h27 MCInstBuilder(unsigned Opcode) { argument
/freebsd-9.3-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-9.3-release/sys/contrib/dev/acpica/parser/
H A Dpsopcode.c426 AcpiPsGetOpcodeInfo( UINT16 Opcode) argument
473 AcpiPsGetOpcodeName( UINT16 Opcode) argument
[all...]
H A Dpsparse.c112 UINT16 Opcode; local
78 AcpiPsGetOpcodeSize( UINT32 Opcode) argument
H A Dpsutils.c98 AcpiPsInitOp( ACPI_PARSE_OBJECT *Op, UINT16 Opcode) argument
129 AcpiPsAllocOp( UINT16 Opcode) argument
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexresop.c147 AcpiExResolveOperands( UINT16 Opcode, ACPI_OPERAND_OBJECT **StackPtr, ACPI_WALK_STATE *WalkState) argument
[all...]
H A Dexmisc.c439 AcpiExDoMathOp( UINT16 Opcode, UINT64 Integer0, UINT64 Integer1) argument
543 AcpiExDoLogicalNumericOp( UINT16 Opcode, UINT64 Integer0, UINT64 Integer1, BOOLEAN *LogicalResult) argument
613 AcpiExDoLogicalOp( UINT16 Opcode, ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, BOOLEAN *LogicalResult) argument
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/sys/contrib/dev/acpica/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.c514 UINT16 Opcode; local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp77 unsigned Opcode = MI->getOpcode(); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp182 int Opcode = InstIn.getOpcode(); local
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp67 static inline bool isMSALoadOrStore(const unsigned Opcode) { argument
/freebsd-9.3-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-9.3-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

Completed in 273 milliseconds

123456