Searched refs:MIPS_REG_DSPPOS (Results 1 – 5 of 5) sorted by relevance
/external/capstone/arch/Mips/ |
D | MipsMapping.c | 96 { MIPS_REG_DSPPOS, "dsppos"}, 983 MIPS_REG_DSPPOS, MIPS_REG_DSPSCOUNT, MIPS_REG_FP, MIPS_REG_GP, MIPS_REG_2, in Mips_map_register()
|
D | MipsMappingInsn.inc | 3439 { MIPS_REG_DSPPOS, 0 }, { MIPS_REG_DSPEFI, 0 }, { MIPS_GRP_DSP, 0 }, 0, 0 3445 { MIPS_REG_DSPPOS, 0 }, { MIPS_REG_DSPPOS, MIPS_REG_DSPEFI, 0 }, { MIPS_GRP_DSP, 0 }, 0, 0 3451 { MIPS_REG_DSPPOS, 0 }, { MIPS_REG_DSPPOS, MIPS_REG_DSPEFI, 0 }, { MIPS_GRP_DSP, 0 }, 0, 0 3457 { MIPS_REG_DSPPOS, 0 }, { MIPS_REG_DSPEFI, 0 }, { MIPS_GRP_DSP, 0 }, 0, 0 4675 { MIPS_REG_DSPPOS, MIPS_REG_DSPSCOUNT, 0 }, { 0 }, { MIPS_GRP_DSP, 0 }, 0, 0 6487 { 0 }, { MIPS_REG_DSPPOS, 0 }, { MIPS_GRP_DSP, 0 }, 0, 0
|
/external/capstone/bindings/python/capstone/ |
D | mips_const.py | 51 MIPS_REG_DSPPOS = 43 variable
|
/external/capstone/bindings/java/capstone/ |
D | Mips_const.java | 54 public static final int MIPS_REG_DSPPOS = 43; field in Mips_const
|
/external/capstone/include/capstone/ |
D | mips.h | 78 MIPS_REG_DSPPOS, enumerator
|