Searched refs:MIPS_REG_AC2 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/Mips/ |
D | MipsMapping.c | 101 { MIPS_REG_AC2, "ac2"}, 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 | 55 MIPS_REG_AC2 = 47 variable 181 MIPS_REG_HI2 = MIPS_REG_AC2
|
/external/capstone/bindings/java/capstone/ |
D | Mips_const.java | 58 public static final int MIPS_REG_AC2 = 47; field in Mips_const 184 public static final int MIPS_REG_HI2 = MIPS_REG_AC2;
|
/external/capstone/include/capstone/ |
D | mips.h | 84 MIPS_REG_AC2, enumerator 223 MIPS_REG_HI2 = MIPS_REG_AC2,
|