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

/linux-master/arch/powerpc/xmon/
H A Dspu-dis.c55 && index->insn_type == RRR)
59 && (index->insn_type == RI18 || index->insn_type == LBT))
63 && index->insn_type == RI10)
67 && (index->insn_type == RI16))
71 && (index->insn_type == RI8))
H A Dspu.h74 spu_iformat insn_type; member in struct:spu_opcode
/linux-master/arch/s390/tools/
H A Dgen_opcode_table.c16 struct insn_type { struct
23 struct insn_type *type;
32 struct insn_type *type;
66 static struct insn_type insn_type_table[] = {
132 static struct insn_type *insn_format_to_type(char *format)
/linux-master/arch/x86/kernel/
H A Dstatic_call.c7 enum insn_type { enum
53 static void __ref __static_call_transform(void *insn, enum insn_type type,
142 static inline enum insn_type __sc_insn(bool null, bool tail)
/linux-master/tools/objtool/include/objtool/
H A Darch.h14 enum insn_type { enum
/linux-master/tools/objtool/arch/powerpc/
H A Ddecode.c47 enum insn_type typ;
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c112 static unsigned long insn_type(unsigned long speinsn) function
190 type = insn_type(speinsn);
740 type = insn_type(func);

Completed in 101 milliseconds