HomeSort by relevance Sort by last modified time
    Searched refs:AArch64_map_insn (Results 1 - 3 of 3) sorted by null

  /external/capstone/arch/AArch64/
AArch64Mapping.h 20 arm64_reg AArch64_map_insn(const char *name);
AArch64InstPrinter.c 127 MCInst_setOpcodePub(MI, AArch64_map_insn(AsmMnemonic));
170 MCInst_setOpcodePub(MI, AArch64_map_insn(AsmMnemonic));
197 MCInst_setOpcodePub(MI, AArch64_map_insn(IsSigned ? "sbfiz" : "ubfiz"));
225 MCInst_setOpcodePub(MI, AArch64_map_insn(IsSigned ? "sbfx" : "ubfx"));
263 MCInst_setOpcodePub(MI, AArch64_map_insn("bfi"));
292 MCInst_setOpcodePub(MI, AArch64_map_insn("bfxil"));
314 MCInst_setOpcodePub(MI, AArch64_map_insn(mnem));
    [all...]
AArch64Mapping.c     [all...]

Completed in 106 milliseconds