Searched refs:Opcode (Results 176 - 200 of 318) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp611 unsigned Opcode) {
612 const MCInstrDesc *Desc = &II->get(Opcode);
1132 unsigned Opcode = Desc->Opcode;
1157 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags, Opcode);
1172 switch (Opcode) {
1247 if (Opcode == X86::CALLpcrel32 || Opcode == X86::CALL64pcrel32) {
1273 if (Opcode == X86::MOV64ri64i32)
1276 if (Opcode
[all...]
H A DX86FloatingPoint.cpp595 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) {
596 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode);
597 if (I != Table+N && I->from == Opcode)
785 static unsigned getConcreteOpcode(unsigned Opcode) {
787 int Opc = Lookup(OpcodeTable, array_lengthof(OpcodeTable), Opcode);
838 int Opcode = Lookup(PopTable, array_lengthof(PopTable), I->getOpcode());
839 if (Opcode != -1) {
840 I->setDesc(TII->get(Opcode));
841 if (Opcode == X86::UCOM_FPPr)
1226 int Opcode
[all...]
/external/smack/src/org/xbill/DNS/
H A DMessage.java82 m.header.setOpcode(Opcode.QUERY);
100 boolean isUpdate = (header.getOpcode() == Opcode.UPDATE);
582 if (header.getOpcode() != Opcode.UPDATE)
H A DHeader.java187 * @see Opcode
192 throw new IllegalArgumentException("DNS Opcode " + value +
200 * @see Opcode
258 sb.append("opcode: " + Opcode.string(getOpcode()));
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java506 Opcode instructionOpcode = instruction.instruction.opcode;
549 Opcode instructionOpcode = instruction.instruction.opcode;
553 if (instruction.instruction.opcode != Opcode.NOP ||
568 if (instructionOpcode == Opcode.PACKED_SWITCH || instructionOpcode == Opcode.SPARSE_SWITCH) {
599 if (!allowMoveException && successor.instruction.opcode == Opcode.MOVE_EXCEPTION) {
1844 Instruction10x deodexedInstruction = new Instruction10x(Opcode.RETURN_VOID);
2307 if (priorInstruction.getInstruction().opcode == Opcode.NOP &&
3474 Opcode deodexedOpcode = null;
3477 deodexedOpcode = Opcode
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp139 Instruction::BinaryOps Opcode = I.getOpcode(); local
140 if (Opcode != Instruction::Add &&
141 Opcode != Instruction::Sub) {
156 if (Opcode == Instruction::Add) {
202 Instruction::BinaryOps Opcode = I.getOpcode(); local
218 if (Op0 && Op0->getOpcode() == Opcode) {
224 if (Value *V = SimplifyBinOp(Opcode, B, C, TD)) {
247 if (Op1 && Op1->getOpcode() == Opcode) {
253 if (Value *V = SimplifyBinOp(Opcode, A, B, TD)) {
269 if (Op0 && Op0->getOpcode() == Opcode) {
[all...]
/external/javassist/src/main/javassist/
H A DCtMethod.java230 return it.hasNext() && it.byteAt(it.next()) == Opcode.RETURN
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp186 if (DAG->TII->isZeroCost(MCID->Opcode))
H A DMachineLICM.cpp1302 unsigned Opcode = MI->getOpcode(); local
1304 CI = CSEMap.find(Opcode);
1310 CSEMap.insert(std::make_pair(Opcode, CSEMIs));
1386 unsigned Opcode = MI->getOpcode(); local
1388 CI = CSEMap.find(Opcode);
1429 unsigned Opcode = MI->getOpcode(); local
1431 CI = CSEMap.find(Opcode);
1454 CSEMap.insert(std::make_pair(Opcode, CSEMIs));
H A DMachineSSAUpdater.cpp112 MachineInstrBuilder InsertNewDef(unsigned Opcode, argument
118 return BuildMI(*BB, I, DebugLoc(), TII->get(Opcode), NewVR);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h99 virtual const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.h102 virtual const char *getTargetNodeName(unsigned Opcode) const;
H A DMBlazeISelLowering.cpp43 const char *MBlazeTargetLowering::getTargetNodeName(unsigned Opcode) const {
44 switch (Opcode) {
926 unsigned Opcode = 0; local
928 Opcode = ISD::AssertSext;
930 Opcode = ISD::AssertZext;
931 if (Opcode)
932 ArgValue = DAG.getNode(Opcode, dl, RegVT, ArgValue,
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h83 virtual const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp194 const char *NVPTXTargetLowering::getTargetNodeName(unsigned Opcode) const {
195 switch (Opcode) {
905 unsigned Opcode = 0; local
919 Opcode = NVPTXISD::StoreV2;
922 Opcode = NVPTXISD::StoreV4;
950 SDValue NewSt = DAG.getMemIntrinsicNode(Opcode, DL,
1459 unsigned Opcode = 0; local
1465 Opcode = NVPTXISD::LoadV2;
1469 Opcode = NVPTXISD::LoadV4;
1488 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, D
1543 unsigned Opcode = 0; local
[all...]
H A DNVPTXISelLowering.h86 virtual const char *getTargetNodeName(unsigned Opcode) const;
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h63 virtual const char* getTargetNodeName(unsigned Opcode) const;
H A DSIISelLowering.cpp255 static SDNode *findUser(SDValue Value, unsigned Opcode) { argument
264 if (I->getOpcode() == Opcode)
553 int Opcode = Node->getMachineOpcode(); local
554 const MCInstrDesc *Desc = &TII->get(Opcode);
560 int OpcodeE64 = AMDGPU::getVOPe64(Opcode);
/external/clang/lib/Analysis/
H A DBodyFarm.cpp55 BinaryOperator::Opcode Op);
94 BinaryOperator::Opcode Op) {
/external/smali/smali/src/main/java/org/jf/smali/
H A Dmain.java35 import org.jf.dexlib.Code.Opcode;
190 Opcode.updateMapsForApiLevel(apiLevel, jumboInstructions);
/external/webkit/Source/WebCore/xml/
H A DXPathGrammar.y63 NumericOp::Opcode numop;
64 EqTestOp::Opcode eqop;
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp273 unsigned Opcode = fieldFromInstruction(Insn, 11, 5); local
274 switch (Opcode) {
436 unsigned Opcode = fieldFromInstruction(Insn, 16, 4) | local
438 switch (Opcode) {
665 unsigned Opcode = fieldFromInstruction(Insn, 27, 5); local
666 switch (Opcode) {
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp47 BinaryOperator::Opcode Opcode; // Opcode of BinOp to perform member in struct:__anon3728::BinOpInfo
807 BinaryOperatorKind Opcode = Info.Opcode; local
808 if (BinaryOperator::isCompoundAssignmentOp(Opcode))
809 Opcode = BinaryOperator::getOpForCompoundAssignment(Opcode);
818 if (BinaryOperator::isShiftOp(Opcode)) {
826 } else if (Opcode
[all...]
/external/llvm/lib/MC/
H A DMCDwarf.cpp379 uint64_t Temp, Opcode; local
427 Opcode = Temp + AddrDelta * DWARF2_LINE_RANGE;
428 if (Opcode <= 255) {
429 OS << char(Opcode);
434 Opcode = Temp + (AddrDelta - MAX_SPECIAL_ADDR_DELTA) * DWARF2_LINE_RANGE;
435 if (Opcode <= 255) {
437 OS << char(Opcode);
1538 uint8_t Opcode = dwarf::DW_CFA_advance_loc | AddrDelta; local
1539 OS << Opcode; local
/external/llvm/include/llvm/IR/
H A DConstants.h789 /// constant expressions. The Opcode field for the ConstantExpr class is
797 ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps) argument
800 setValueSubclassData(Opcode);
909 static Constant *getBinOpIdentity(unsigned Opcode, Type *Ty);
915 static Constant *getBinOpAbsorber(unsigned Opcode, Type *Ty);
989 static Constant *get(unsigned Opcode, Constant *C1, Constant *C2,

Completed in 535 milliseconds

1234567891011>>