Home
last modified time | relevance | path

Searched defs:Opcode (Results 1 – 25 of 213) sorted by relevance

123456789

/external/lldb/include/lldb/Core/
DOpcode.h42 Opcode () : m_type (eTypeInvalid) in Opcode() function
46 Opcode (uint8_t inst) : m_type (eType8) in Opcode() function
51 Opcode (uint16_t inst) : m_type (eType16) in Opcode() function
56 Opcode (uint32_t inst) : m_type (eType32) in Opcode() function
61 Opcode (uint64_t inst) : m_type (eType64) in Opcode() function
66 Opcode (uint8_t *bytes, size_t length) in Opcode() function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
Dmini_disassembler_types.h179 struct Opcode { struct
201 SpecificOpcode opcode_if_f2_prefix_; argument
202 SpecificOpcode opcode_if_f3_prefix_; argument
203 SpecificOpcode opcode_if_66_prefix_; argument
209 const Opcode* table_; argument
/external/chromium_org/tools/traceline/traceline/sidestep/
Dmini_disassembler_types.h140 struct Opcode { struct
162 SpecificOpcode opcode_if_f2_prefix_; argument
163 SpecificOpcode opcode_if_f3_prefix_; argument
164 SpecificOpcode opcode_if_66_prefix_; argument
170 const Opcode* table_; argument
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
Dmini_disassembler_types.h179 struct Opcode { struct
201 SpecificOpcode opcode_if_f2_prefix_; argument
202 SpecificOpcode opcode_if_f3_prefix_; argument
203 SpecificOpcode opcode_if_66_prefix_; argument
209 const Opcode* table_; argument
/external/chromium_org/sandbox/win/src/sidestep/
Dmini_disassembler_types.h140 struct Opcode { struct
162 SpecificOpcode opcode_if_f2_prefix_; argument
163 SpecificOpcode opcode_if_f3_prefix_; argument
164 SpecificOpcode opcode_if_66_prefix_; argument
170 const Opcode* table_; argument
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.h74 void EmitInt8(unsigned Opcode) { in EmitInt8()
79 void EmitInt16(unsigned Opcode) { in EmitInt16()
85 void EmitBytes(const uint8_t *Opcode, size_t Size) { in EmitBytes()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.cpp19 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { in InvertPredicate()
53 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate()
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h96 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_00xxxxxx() local
101 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_01xxxxxx() local
119 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10011101() local
123 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10011111() local
127 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_1001nnnn() local
131 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10100nnn() local
137 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10101nnn() local
143 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10110000() local
160 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10110010_uleb128() local
186 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_101101nn() local
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp191 unsigned PPCTTI::getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCost()
321 unsigned PPCTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost()
336 unsigned PPCTTI::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) const { in getCastInstrCost()
342 unsigned PPCTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
347 unsigned PPCTTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
382 unsigned PPCTTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathPredicate.h69 enum Opcode { enum
83 …enum Opcode { OpcodeEqual, OpcodeNotEqual, OpcodeGreaterThan, OpcodeLessThan, OpcodeGreaterOrEqual… enum
96 enum Opcode { OP_And, OP_Or }; enum
/external/llvm/include/llvm/MC/
DMCInstrInfo.h48 const MCInstrDesc &get(unsigned Opcode) const { in get()
54 const char *getName(unsigned Opcode) const { in getName()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp182 unsigned AArch64TTI::getIntImmCost(unsigned Opcode, unsigned Idx, in getIntImmCost()
295 unsigned AArch64TTI::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost()
378 unsigned AArch64TTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
403 unsigned AArch64TTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost()
441 unsigned AArch64TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
472 unsigned AArch64TTI::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
/external/llvm/lib/DebugInfo/
DDWARFDebugFrame.cpp68 uint8_t Opcode; member
76 void addInstruction(uint8_t Opcode) { in addInstruction()
80 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction()
85 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction()
100 uint8_t Opcode = Data.getU8(Offset); in parseInstructions() local
187 uint8_t Opcode = Instr.Opcode; in dumpInstructions() local
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp183 unsigned ARMTTI::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost()
382 unsigned ARMTTI::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost()
395 unsigned ARMTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
500 unsigned ARMTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost()
575 unsigned ARMTTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
DARMSelectionDAGInfo.h23 static inline ShiftOpc getShiftOpcForNode(unsigned Opcode) { in getShiftOpcForNode()
DARMBaseInstrInfo.h303 bool isFpMLxInstruction(unsigned Opcode) const { in isFpMLxInstruction()
317 bool canCauseFpMLxStall(unsigned Opcode) const { in canCauseFpMLxStall()
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp31 static MCInst lowerRILow(const MachineInstr *MI, unsigned Opcode) { in lowerRILow()
45 static MCInst lowerRIHigh(const MachineInstr *MI, unsigned Opcode) { in lowerRIHigh()
59 static MCInst lowerRIEfLow(const MachineInstr *MI, unsigned Opcode) { in lowerRIEfLow()
DSystemZInstrInfo.cpp141 unsigned Opcode = getOpcodeForOffset(isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo() local
167 unsigned Opcode; in emitGRX32Move() local
426 static bool isShift(MachineInstr *MI, int Opcode, int64_t Imm) { in isShift()
498 static unsigned getConditionalMove(unsigned Opcode) { in getConditionalMove()
507 unsigned Opcode = MI->getOpcode(); in isPredicable() local
539 unsigned Opcode = MI->getOpcode(); in PredicateInstruction() local
572 unsigned Opcode; in copyPhysReg() local
642 static LogicOp interpretAndImmediate(unsigned Opcode) { in interpretAndImmediate()
681 unsigned Opcode = MI->getOpcode(); in convertToThreeAddress() local
753 unsigned Opcode = MI->getOpcode(); in foldMemoryOperandImpl() local
[all …]
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp106 int Opcode = isImmU6(OpImm) ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in IfNeededExtSP() local
128 int Opcode = isImmU6(OpImm) ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in IfNeededLDAWSP() local
200 int Opcode = isImmU6(Offset) ? XCore::LDWSP_ru6 : XCore::LDWSP_lru6; in RestoreSpillList() local
261 int Opcode = isImmU6(Adjusted) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6; in emitPrologue() local
285 int Opcode = isImmU6(Offset) ? XCore::STWSP_ru6 : XCore::STWSP_lru6; in emitPrologue() local
392 int Opcode = isImmU6(RemainingAdj) ? XCore::RETSP_u6 : XCore::RETSP_lu6; in emitEpilogue() local
399 int Opcode = isImmU6(RemainingAdj) ? XCore::LDAWSP_ru6 : in emitEpilogue() local
510 int Opcode = isU6 ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in eliminateCallFramePseudoInstr() local
515 int Opcode = isU6 ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in eliminateCallFramePseudoInstr() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp181 unsigned X86TTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost()
522 unsigned X86TTI::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) const { in getCastInstrCost()
682 unsigned X86TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
739 unsigned X86TTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
778 unsigned X86TTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
837 unsigned X86TTI::getReductionCost(unsigned Opcode, Type *ValTy, in getReductionCost()
964 unsigned X86TTI::getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCost()
/external/smack/src/org/xbill/DNS/
DOpcode.java11 public final class Opcode { class
46 Opcode() {} in Opcode() method in Opcode
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp289 unsigned BasicTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost()
358 unsigned BasicTTI::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost()
453 unsigned BasicTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
491 unsigned BasicTTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
498 unsigned BasicTTI::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
628 unsigned BasicTTI::getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost()
/external/llvm/lib/IR/
DInstruction.cpp459 bool Instruction::isAssociative(unsigned Opcode) { in isAssociative()
465 unsigned Opcode = getOpcode(); in isAssociative() local
506 bool Instruction::isIdempotent(unsigned Opcode) { in isIdempotent()
519 bool Instruction::isNilpotent(unsigned Opcode) { in isNilpotent()
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp175 unsigned Opcode = N->getOpcode() == ISD::SDIV ? SP::SDIVrr : SP::UDIVrr; in Select() local
184 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr; in Select() local
/external/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp69 static inline unsigned getLoadStoreOffsetSizeInBits(const unsigned Opcode) { in getLoadStoreOffsetSizeInBits()
89 static inline unsigned getLoadStoreOffsetAlign(const unsigned Opcode) { in getLoadStoreOffsetAlign()

123456789