/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMUnwindOpAsm.h | 70 void EmitInt8(unsigned Opcode) { in EmitInt8() 75 void EmitInt16(unsigned Opcode) { in EmitInt16() 81 void EmitBytes(const uint8_t *Opcode, size_t Size) { in EmitBytes()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCPredicates.cpp | 19 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { in InvertPredicate() 49 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate()
|
/external/chromium_org/tools/traceline/traceline/sidestep/ |
D | mini_disassembler_types.h | 140 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/vendor/src/windows/ |
D | mini_disassembler_types.h | 179 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/ |
D | mini_disassembler_types.h | 140 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/ |
D | mini_disassembler_types.h | 179 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/memory_watcher/ |
D | mini_disassembler_types.h | 142 struct Opcode { struct 164 SpecificOpcode opcode_if_f2_prefix_; argument 165 SpecificOpcode opcode_if_f3_prefix_; argument 166 SpecificOpcode opcode_if_66_prefix_; argument 172 const Opcode* table_; argument
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 171 unsigned PPCTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost() 186 unsigned PPCTTI::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) const { in getCastInstrCost() 192 unsigned PPCTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 197 unsigned PPCTTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 222 unsigned PPCTTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
|
D | PPCHazardRecognizers.cpp | 90 PPCHazardRecognizer970::GetInstrType(unsigned Opcode, in GetInstrType() 145 unsigned Opcode = MI->getOpcode(); in getHazardType() local 203 unsigned Opcode = MI->getOpcode(); in EmitInstruction() local
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XPathPredicate.h | 65 enum Opcode { enum 78 enum Opcode { OP_EQ, OP_NE, OP_GT, OP_LT, OP_GE, OP_LE }; enum 90 enum Opcode { OP_And, OP_Or }; enum
|
/external/llvm/include/llvm/MC/ |
D | MCInstrInfo.h | 48 const MCInstrDesc &get(unsigned Opcode) const { in get() 54 const char *getName(unsigned Opcode) const { in getName()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 54 int Opcode = isU6 ? XCore::LDWSP_ru6 : XCore::LDWSP_lru6; in loadFromStack() local 69 int Opcode = isU6 ? XCore::STWSP_ru6 : XCore::STWSP_lru6; in storeToStack() local 122 int Opcode; in emitPrologue() local 225 int Opcode = (isU6) ? XCore::RETSP_u6 : XCore::RETSP_lu6; in emitEpilogue() local 231 int Opcode = (isU6) ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in emitEpilogue() local 336 int Opcode = isU6 ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in eliminateCallFramePseudoInstr() local 341 int Opcode = isU6 ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in eliminateCallFramePseudoInstr() local
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 168 unsigned X86TTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost() 359 unsigned X86TTI::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) const { in getCastInstrCost() 459 unsigned X86TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 519 unsigned X86TTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 558 unsigned X86TTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
|
D | X86MCInstLower.cpp | 237 static void SimplifyShortImmForm(MCInst &Inst, unsigned Opcode) { in SimplifyShortImmForm() 287 unsigned Opcode) { in SimplifyShortMoveForm() 454 unsigned Opcode = OutMI.getOpcode(); in Lower() local 473 unsigned Opcode; in Lower() local
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugFrame.cpp | 71 uint8_t Opcode; member 79 void addInstruction(uint8_t Opcode) { in addInstruction() 83 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() 88 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() 103 uint8_t Opcode = Data.getU8(Offset); in parseInstructions() local 191 uint8_t Opcode = I->Opcode; in dumpInstructions() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZMCInstLower.cpp | 20 static unsigned getShortenedInstr(unsigned Opcode) { in getShortenedInstr() 96 unsigned Opcode = MI->getOpcode(); in lower() local
|
D | SystemZInstrInfo.cpp | 298 static unsigned getConditionalMove(unsigned Opcode) { in getConditionalMove() 307 unsigned Opcode = MI->getOpcode(); in isPredicable() local 339 unsigned Opcode = MI->getOpcode(); in PredicateInstruction() local 367 unsigned Opcode; in copyPhysReg() local 439 static LogicOp interpretAndImmediate(unsigned Opcode) { in interpretAndImmediate() 477 unsigned Opcode = MI->getOpcode(); in convertToThreeAddress() local 553 unsigned Opcode = MI->getOpcode(); in foldMemoryOperandImpl() local 737 unsigned SystemZInstrInfo::getOpcodeForOffset(unsigned Opcode, in getOpcodeForOffset() 822 unsigned SystemZInstrInfo::getCompareAndBranch(unsigned Opcode, in getCompareAndBranch() 842 unsigned Opcode; in loadImmediate() local
|
/external/smack/src/org/xbill/DNS/ |
D | Opcode.java | 11 public final class Opcode { class 46 Opcode() {} in Opcode() method in Opcode
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.h | 23 static inline ShiftOpc getShiftOpcForNode(unsigned Opcode) { in getShiftOpcForNode()
|
D | ARMTargetTransformInfo.cpp | 179 unsigned ARMTTI::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() 383 unsigned ARMTTI::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() 396 unsigned ARMTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 475 unsigned ARMTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Op1Info, in getArithmeticInstrCost()
|
D | ARMBaseInstrInfo.h | 298 bool isFpMLxInstruction(unsigned Opcode) const { in isFpMLxInstruction() 312 bool canCauseFpMLxStall(unsigned Opcode) const { in canCauseFpMLxStall()
|
/external/llvm/lib/CodeGen/ |
D | BasicTargetTransformInfo.cpp | 218 unsigned BasicTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost() 267 unsigned BasicTTI::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() 361 unsigned BasicTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 399 unsigned BasicTTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 404 unsigned BasicTTI::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 171 unsigned Opcode = N->getOpcode() == ISD::SDIV ? SP::SDIVrr : SP::UDIVrr; in Select() local 180 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr; in Select() local
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 476 bool Instruction::isAssociative(unsigned Opcode) { in isAssociative() 482 unsigned Opcode = getOpcode(); in isAssociative() local 523 bool Instruction::isIdempotent(unsigned Opcode) { in isIdempotent() 536 bool Instruction::isNilpotent(unsigned Opcode) { in isNilpotent()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 53 unsigned Opcode = Mips::Mflo16; in selectMULT() local 58 unsigned Opcode = Mips::Mfhi16; in selectMULT() local 239 unsigned Opcode = Node->getOpcode(); in selectNode() local
|