HomeSort by: relevance | last modified time | path
    Searched defs:print_insn_neon (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 1180 checked by the print_insn_neon routine, as it depends on whether we are
1183 /* print_insn_neon recognizes the following format control codes:
8946 print_insn_neon (struct disassemble_info *info, long given, bool thumb)
10045 if (print_insn_neon (info, given, false))
11047 if (!is_mve && print_insn_neon (info, given, true))
8945 print_insn_neon (struct disassemble_info *info, long given, bool thumb) function
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 1180 checked by the print_insn_neon routine, as it depends on whether we are
1183 /* print_insn_neon recognizes the following format control codes:
8946 print_insn_neon (struct disassemble_info *info, long given, bool thumb)
10045 if (print_insn_neon (info, given, false))
11047 if (!is_mve && print_insn_neon (info, given, true))
8945 print_insn_neon (struct disassemble_info *info, long given, bool thumb) function
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 1180 checked by the print_insn_neon routine, as it depends on whether we are
1183 /* print_insn_neon recognizes the following format control codes:
8946 print_insn_neon (struct disassemble_info *info, long given, bool thumb)
10045 if (print_insn_neon (info, given, false))
11047 if (!is_mve && print_insn_neon (info, given, true))
8945 print_insn_neon (struct disassemble_info *info, long given, bool thumb) function
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 1275 checked by the print_insn_neon routine, as it depends on whether we are
1278 /* print_insn_neon recognizes the following format control codes:
9139 print_insn_neon (struct disassemble_info *info, long given, bool thumb)
10253 if (print_insn_neon (info, given, false))
11234 if (!is_mve && print_insn_neon (info, given, true))
9138 print_insn_neon (struct disassemble_info *info, long given, bool thumb) function

Completed in 56 milliseconds