Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dtic54x-dis.c29 static int get_insn_size (unsigned short, const template *);
124 if (size) *size = get_insn_size (memdata, tm); in tic54x_get_insn()
131 if (size) *size = get_insn_size (memdata, tm); in tic54x_get_insn()
140 if (size) *size = get_insn_size (memdata, tm); in tic54x_get_insn()
150 get_insn_size (unsigned short memdata, const template *insn) in get_insn_size() function