Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/xmon/
Dspu-dis.c55 && index->insn_type == RRR) in get_index_for_opcode()
59 && (index->insn_type == RI18 || index->insn_type == LBT)) in get_index_for_opcode()
63 && index->insn_type == RI10) in get_index_for_opcode()
67 && (index->insn_type == RI16)) in get_index_for_opcode()
71 && (index->insn_type == RI8)) in get_index_for_opcode()
Dspu.h74 spu_iformat insn_type; member
/Linux-v5.4/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-v5.4/tools/objtool/
Darch.h14 enum insn_type { enum
73 unsigned int *len, enum insn_type *type,
Dcheck.h34 enum insn_type type;
/Linux-v5.4/arch/powerpc/math-emu/
Dmath_efp.c111 static unsigned long insn_type(unsigned long speinsn) in insn_type() function
189 type = insn_type(speinsn); in do_spe_mathemu()
736 type = insn_type(func); in speround_handler()
/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c71 unsigned int *len, enum insn_type *type, in arch_decode_instruction()