Searched refs:MCOperand_CreateReg1 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/ |
D | MCInst.h | 81 MCOperand *MCOperand_CreateReg1(MCInst *inst, unsigned Reg);
|
D | MCInst.c | 140 MCOperand *MCOperand_CreateReg1(MCInst *mcInst, unsigned Reg) in MCOperand_CreateReg1() function
|
/external/capstone/arch/PowerPC/ |
D | PPCDisassembler.c | 283 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/ |
D | ARMDisassembler.c | 565 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() 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() 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()
|