Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Dspu-dis.c66 && index->insn_type == RRR) in get_index_for_opcode()
70 && (index->insn_type == RI18 || index->insn_type == LBT)) in get_index_for_opcode()
74 && index->insn_type == RI10) in get_index_for_opcode()
78 && (index->insn_type == RI16)) in get_index_for_opcode()
82 && (index->insn_type == RI8)) in get_index_for_opcode()
Dspu.h85 spu_iformat insn_type; member
/Linux-v4.19/arch/s390/tools/
Dgen_opcode_table.c16 struct insn_type { struct
23 struct insn_type *type; argument
32 struct insn_type *type;
66 static struct insn_type insn_type_table[] = {
132 static struct insn_type *insn_format_to_type(char *format) in insn_format_to_type()
/Linux-v4.19/arch/powerpc/math-emu/
Dmath_efp.c115 static unsigned long insn_type(unsigned long speinsn) in insn_type() function
193 type = insn_type(speinsn); in do_spe_mathemu()
740 type = insn_type(func); in speround_handler()