Home
last modified time | relevance | path

Searched refs:MIPS_INS_XORI (Results 1 – 5 of 5) sorted by relevance

/external/capstone/bindings/python/capstone/
Dmips_const.py809 MIPS_INS_XORI = 621 variable
/external/capstone/bindings/java/capstone/
DMips_const.java812 public static final int MIPS_INS_XORI = 621; field in Mips_const
/external/capstone/include/capstone/
Dmips.h881 MIPS_INS_XORI, enumerator
/external/capstone/arch/Mips/
DMipsMapping.c878 { MIPS_INS_XORI, "xori" },
DMipsMappingInsn.inc9275 Mips_XORI_B, MIPS_INS_XORI,
9293 Mips_XORi, MIPS_INS_XORI,
9299 Mips_XORi64, MIPS_INS_XORI,
9305 Mips_XORi_MM, MIPS_INS_XORI,