Searched refs:Opcode (Results 26 - 50 of 318) sorted by relevance

1234567891011>>

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction11n.java33 import org.jf.dexlib.Code.Opcode;
44 public Instruction11n(Opcode opcode, byte regA, byte litB) {
60 private Instruction11n(Opcode opcode, byte[] buffer, int bufferIndex) {
85 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction11x.java32 import org.jf.dexlib.Code.Opcode;
42 public Instruction11x(Opcode opcode, short regA) {
52 private Instruction11x(Opcode opcode, byte[] buffer, int bufferIndex) {
72 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction12x.java32 import org.jf.dexlib.Code.Opcode;
43 public Instruction12x(Opcode opcode, byte regA, byte regB) {
55 private Instruction12x(Opcode opcode, byte[] buffer, int bufferIndex) {
79 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction20t.java33 import org.jf.dexlib.Code.Opcode;
42 public Instruction20t(Opcode opcode, int offA) {
54 private Instruction20t(Opcode opcode, byte[] buffer, int bufferIndex) {
90 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction21s.java33 import org.jf.dexlib.Code.Opcode;
44 public Instruction21s(Opcode opcode, short regA, short litB) {
55 private Instruction21s(Opcode opcode, byte[] buffer, int bufferIndex) {
81 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction22b.java33 import org.jf.dexlib.Code.Opcode;
44 public Instruction22b(Opcode opcode, short regA, short regB, byte litC) {
57 private Instruction22b(Opcode opcode, byte[] buffer, int bufferIndex) {
89 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction22s.java33 import org.jf.dexlib.Code.Opcode;
45 public Instruction22s(Opcode opcode, byte regA, byte regB, short litC) {
58 private Instruction22s(Opcode opcode, byte[] buffer, int bufferIndex) {
89 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction22x.java32 import org.jf.dexlib.Code.Opcode;
43 public Instruction22x(Opcode opcode, short regA, int regB) {
58 private Instruction22x(Opcode opcode, byte[] buffer, int bufferIndex) {
84 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction23x.java32 import org.jf.dexlib.Code.Opcode;
43 public Instruction23x(Opcode opcode, short regA, short regB, short regC) {
57 private Instruction23x(Opcode opcode, byte[] buffer, int bufferIndex) {
89 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction30t.java33 import org.jf.dexlib.Code.Opcode;
42 public Instruction30t(Opcode opcode, int offA) {
47 private Instruction30t(Opcode opcode, byte[] buffer, int bufferIndex) {
74 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction31c.java33 import org.jf.dexlib.Code.Opcode;
44 public Instruction31c(Opcode opcode, short regA, Item referencedItem) {
54 private Instruction31c(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
75 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction31i.java33 import org.jf.dexlib.Code.Opcode;
44 public Instruction31i(Opcode opcode, short regA, int litB) {
55 private Instruction31i(Opcode opcode, byte[] buffer, int bufferIndex) {
81 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction31t.java33 import org.jf.dexlib.Code.Opcode;
44 public Instruction31t(Opcode opcode, short regA, int offB) {
55 private Instruction31t(Opcode opcode, byte[] buffer, int bufferIndex) {
86 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction32x.java32 import org.jf.dexlib.Code.Opcode;
43 public Instruction32x(Opcode opcode, int regA, int regB) {
55 private Instruction32x(Opcode opcode, byte[] buffer, int bufferIndex) {
82 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction51l.java33 import org.jf.dexlib.Code.Opcode;
44 public Instruction51l(Opcode opcode, short regA, long litB) {
55 private Instruction51l(Opcode opcode, byte[] buffer, int bufferIndex) {
81 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction21c.java33 import org.jf.dexlib.Code.Opcode;
45 public Instruction21c(Opcode opcode, short regA, Item referencedItem) {
52 if (opcode == Opcode.NEW_INSTANCE) {
62 private Instruction21c(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
65 if (opcode == Opcode.NEW_INSTANCE &&
98 Opcode jumboOpcode = opcode.getJumboOpcode();
111 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction20bc.java41 public Instruction20bc(Opcode opcode, VerificationErrorType validationErrorType, Item referencedItem) {
60 private Instruction20bc(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
67 protected ReferenceType readReferenceType(Opcode opcode, byte[] buffer, int bufferIndex) {
80 if(opcode == Opcode.CONST_STRING && getReferencedItem().getIndex() > 0xFFFF) {
96 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction22c.java33 import org.jf.dexlib.Code.Opcode;
46 public Instruction22c(Opcode opcode, byte regA, byte regB, Item referencedItem) {
58 private Instruction22c(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
93 Opcode jumboOpcode = opcode.getJumboOpcode();
102 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
H A DInstruction5rc.java36 import org.jf.dexlib.Code.Opcode;
45 import static org.jf.dexlib.Code.Opcode.*;
52 public Instruction5rc(Opcode opcode, int regCount, int startReg, Item referencedItem) {
75 private Instruction5rc(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
104 private static void checkItem(Opcode opcode, Item item, int regCount) {
129 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DInstructionIterator.java48 Opcode opcode = Opcode.getOpcodeByValue(opcodeValue);
57 if (opcode == Opcode.NOP) {
62 instruction = new Instruction10x(Opcode.NOP, insns, insnsPosition);
H A DInstructionWithReference.java38 protected InstructionWithReference(Opcode opcode, Item referencedItem) {
45 protected InstructionWithReference(Opcode opcode, Item referencedItem, ReferenceType referenceType) {
52 protected InstructionWithReference(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
72 protected ReferenceType readReferenceType(Opcode opcode, byte[] buffer, int bufferIndex) {
76 private void lookupReferencedItem(DexFile dexFile, Opcode opcode, int itemIndex) {
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h111 virtual unsigned getOperationCost(unsigned Opcode, Type *Ty,
280 virtual unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty) const;
290 virtual unsigned getCastInstrCost(unsigned Opcode, Type *Dst,
295 virtual unsigned getCFInstrCost(unsigned Opcode) const;
298 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
303 virtual unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
307 virtual unsigned getMemoryOpCost(unsigned Opcode, Type *Src,
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp90 PPCHazardRecognizer970::GetInstrType(unsigned Opcode, argument
94 const MCInstrDesc &MCID = TII.get(Opcode);
145 unsigned Opcode = MI->getOpcode(); local
148 GetInstrType(Opcode, isFirst, isSingle, isCracked,
182 if (HasCTRSet && (Opcode == PPC::BCTRL_Darwin || Opcode == PPC::BCTRL_SVR4))
203 unsigned Opcode = MI->getOpcode(); local
206 GetInstrType(Opcode, isFirst, isSingle, isCracked,
211 if (Opcode == PPC::MTCTR || Opcode
[all...]
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp88 virtual unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty) const;
91 virtual unsigned getCastInstrCost(unsigned Opcode, Type *Dst,
93 virtual unsigned getCFInstrCost(unsigned Opcode) const;
94 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
96 virtual unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
98 virtual unsigned getMemoryOpCost(unsigned Opcode, Type *Src,
196 unsigned BasicTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty) const { argument
198 int ISD = TLI->InstructionOpcodeToISD(Opcode);
222 unsigned Cost = TopTTI->getArithmeticInstrCost(Opcode, Ty->getScalarType());
237 unsigned BasicTTI::getCastInstrCost(unsigned Opcode, Typ argument
330 getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) const argument
367 getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) const argument
372 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) const argument
[all...]
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp44 const char *x86DisassemblerGetInstrName(unsigned Opcode, const void *mii) { argument
46 return MII->getName(Opcode);
344 uint32_t Opcode = mcInst.getOpcode(); local
351 if (Opcode != X86::BLENDPSrri && Opcode != X86::BLENDPDrri &&
352 Opcode != X86::PBLENDWrri && Opcode != X86::MPSADBWrri &&
353 Opcode != X86::DPPSrri && Opcode != X86::DPPDrri &&
354 Opcode !
503 uint32_t Opcode = mcInst.getOpcode(); local
[all...]

Completed in 1177 milliseconds

1234567891011>>