Searched refs:get_aarch64_opcode (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Daarch64-gen.c119 get_aarch64_opcode (const opcode_node *opcode_node) function
164 printf ("%s\t%08x\t%08x\t%d\n", get_aarch64_opcode (ent)->name,
165 get_aarch64_opcode (ent)->opcode, get_aarch64_opcode (ent)->mask,
406 get_aarch64_opcode (bittree->list)->name);
470 const aarch64_opcode *curr = get_aarch64_opcode (list);
471 const aarch64_opcode *next = get_aarch64_opcode (list->next);
585 get_aarch64_opcode (alias)->name);
587 get_aarch64_opcode (real)->name);
626 printf ("\t/* %s --> %s. */\n", get_aarch64_opcode (nod
[all...]

Completed in 67 milliseconds