HomeSort by relevance Sort by last modified time
    Searched refs:mci (Results 1 - 25 of 35) sorted by null

1 2

  /external/capstone/arch/AArch64/
AArch64InstPrinter.h 26 void AArch64_post_printer(csh handle, cs_insn *pub_insn, char *insn_asm, MCInst *mci);
AArch64InstPrinter.c     [all...]
  /external/capstone/arch/PowerPC/
PPCInstPrinter.h 13 void PPC_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci);
PPCInstPrinter.c 61 void PPC_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
  /external/capstone/arch/Sparc/
SparcInstPrinter.h 13 void Sparc_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci);
SparcInstPrinter.c 79 void Sparc_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
  /external/capstone/arch/SystemZ/
SystemZInstPrinter.h 13 void SystemZ_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci);
SystemZInstPrinter.c 34 void SystemZ_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
  /external/capstone/arch/XCore/
XCoreInstPrinter.h 13 void XCore_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci);
XCoreInstPrinter.c 39 void XCore_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form4rcc.java 74 MultiCstInsn mci = (MultiCstInsn) insn; local
75 int methodIdx = mci.getIndex(0);
76 int protoIdx = mci.getIndex(1);
81 Constant methodRef = mci.getConstant(0);
86 Constant protoRef = mci.getConstant(1);
91 RegisterSpecList regs = mci.getRegisters();
106 MultiCstInsn mci = (MultiCstInsn) insn; local
107 short regB = (short) mci.getIndex(0); // B is the method index
108 short regH = (short) mci.getIndex(1); // H is the call site proto index
Form45cc.java 80 MultiCstInsn mci = (MultiCstInsn) insn; local
81 if (mci.getNumberOfConstants() != 2) {
85 int methodIdx = mci.getIndex(0);
86 int protoIdx = mci.getIndex(1);
91 Constant methodRef = mci.getConstant(0);
96 Constant protoRef = mci.getConstant(1);
101 RegisterSpecList regs = mci.getRegisters();
130 MultiCstInsn mci = (MultiCstInsn) insn; local
131 short regB = (short) mci.getIndex(0); // B is the method index
132 short regH = (short) mci.getIndex(1); // H is the call site proto inde
    [all...]
  /external/capstone/arch/ARM/
ARMInstPrinter.h 25 void ARM_post_printer(csh handle, cs_insn *pub_insn, char *mnem, MCInst *mci);
ARMInstPrinter.c 247 void ARM_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
253 if (mci->writeback || (strrchr(insn_asm, '!')) != NULL) {
255 } else if (mci->csh->mode & CS_MODE_THUMB) {
257 //printf(">> Opcode = %u\n", mci->Opcode);
258 switch(mci->Opcode) {
309 //printf(">> Opcode = %u\n", mci->Opcode);
310 switch(mci->Opcode) {
390 // printf(">>> id: %u, mcid: %u\n", insn->id, mci->Opcode);
391 switch(mci->Opcode) {
    [all...]
  /external/capstone/
cs.c 306 static void fill_insn(struct cs_struct *handle, cs_insn *insn, char *buffer, MCInst *mci,
320 if (MCInst_getOpcodePub(mci))
321 insn->id = MCInst_getOpcodePub(mci);
325 postprinter((csh)handle, insn, buffer, mci);
475 MCInst mci; local
525 MCInst_Init(&mci);
526 mci.csh = handle;
529 mci.address = offset;
539 mci.flat_insn = insn_cache;
540 mci.flat_insn->address = offset
732 MCInst mci; local
    [all...]
cs_priv.h 16 typedef void (*PostPrinter_t)(csh handle, cs_insn *, char *mnem, MCInst *mci);
  /external/clang/test/SemaCXX/
class.cpp 83 mutable const int mci; // expected-error {{'mutable' and 'const' cannot be mixed}} member in class:C
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 213 MultiCstInsn mci = (MultiCstInsn) insn; local
219 CstProtoRef proto = (CstProtoRef) mci.getConstant(1);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 591 void JIT::runJITOnFunction(Function *F, MachineCodeInfo *MCI) {
595 MachineCodeInfo *const MCI;
597 MCIListener(MachineCodeInfo *mci) : MCI(mci) {}
601 MCI->setAddress(Code);
602 MCI->setSize(Size);
605 MCIListener MCIL(MCI);
606 if (MCI)
611 if (MCI)
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.4.0-alpha5/
builder-2.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.4.0-alpha6/
builder-2.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.4.0-alpha7/
builder-2.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.5.0-alpha-preview-02/
builder-2.5.0-alpha-preview-02.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha4/
builder-3.0.0-alpha4.jar 

Completed in 425 milliseconds

1 2