Home
last modified time | relevance | path

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

/qemu/disas/
H A Dsparc.c85 typedef struct sparc_opcode struct
94 } sparc_opcode; argument
212 static const struct sparc_opcode sparc_opcodes[];
361 static const struct sparc_opcode sparc_opcodes[] = {
2255 static const sparc_opcode **sorted_opcodes;
2270 const sparc_opcode *opcode;
2414 const sparc_opcode *opcode = op->opcode; in is_delayed_branch()
2466 sparc_opcode *op0 = * (sparc_opcode **) a; in compare_opcodes()
2467 sparc_opcode *op1 = * (sparc_opcode **) b; in compare_opcodes()
2612 build_hash_table (const sparc_opcode **opcode_table, in build_hash_table()
[all …]