Searched refs:MIPS_REG_AC3 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/Mips/ |
D | MipsMapping.c | 102 { MIPS_REG_AC3, "ac3"}, 987 MIPS_REG_AC0, MIPS_REG_AC1, MIPS_REG_AC2, MIPS_REG_AC3, MIPS_REG_AT, in Mips_map_register() 1028 MIPS_REG_AC2, MIPS_REG_AC3, 0, 0, 0, in Mips_map_register() 1035 MIPS_REG_K1, MIPS_REG_AC0, MIPS_REG_AC1, MIPS_REG_AC2, MIPS_REG_AC3, in Mips_map_register()
|
/external/capstone/bindings/python/capstone/ |
D | mips_const.py | 56 MIPS_REG_AC3 = 48 variable 182 MIPS_REG_HI3 = MIPS_REG_AC3
|
/external/capstone/bindings/java/capstone/ |
D | Mips_const.java | 59 public static final int MIPS_REG_AC3 = 48; field in Mips_const 185 public static final int MIPS_REG_HI3 = MIPS_REG_AC3;
|
/external/capstone/include/capstone/ |
D | mips.h | 85 MIPS_REG_AC3, enumerator 224 MIPS_REG_HI3 = MIPS_REG_AC3,
|