Home
last modified time | relevance | path

Searched refs:MCInst_insert0 (Results 1 – 4 of 4) sorted by relevance

/external/capstone/
DMCInst.h116 void MCInst_insert0(MCInst *inst, int index, MCOperand *Op);
DMCInst.c32 void MCInst_insert0(MCInst *inst, int index, MCOperand *Op) in MCInst_insert0() function
/external/capstone/arch/PowerPC/
DPPCDisassembler.c283 MCInst_insert0(Inst, 0, MCOperand_CreateReg1(Inst, GP0Regs[Base])); in decodeMemRIOperands()
307 MCInst_insert0(Inst, 0, MCOperand_CreateReg1(Inst, GP0Regs[Base])); in decodeMemRIXOperands()
/external/capstone/arch/ARM/
DARMDisassembler.c565 MCInst_insert0(MI, i, MCOperand_CreateReg1(MI, InITBlock ? 0 : ARM_CPSR)); in AddThumb1SBit()
571 MCInst_insert0(MI, i, MCOperand_CreateReg1(MI, InITBlock ? 0 : ARM_CPSR)); in AddThumb1SBit()
634 MCInst_insert0(MI, i, MCOperand_CreateImm1(MI, CC)); in AddThumbPredicate()
636 MCInst_insert0(MI, i+1, MCOperand_CreateReg1(MI, 0)); in AddThumbPredicate()
638 MCInst_insert0(MI, i+1, MCOperand_CreateReg1(MI, ARM_CPSR)); in AddThumbPredicate()
643 MCInst_insert0(MI, i, MCOperand_CreateImm1(MI, CC)); in AddThumbPredicate()
645 MCInst_insert0(MI, i+1, MCOperand_CreateReg1(MI, 0)); in AddThumbPredicate()
647 MCInst_insert0(MI, i+1, MCOperand_CreateReg1(MI, ARM_CPSR)); in AddThumbPredicate()