Searched refs:get_op (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/arch/m68k/fpsp040/
H A DMakefile5 obj-y := bindec.o binstr.o decbin.o do_func.o gen_except.o get_op.o \
H A Dx_unsupp.S14 | 1. get_op - gets the operand(s)
35 |xref get_op
76 bsrl get_op |everything okay, go get operand(s)
H A Dx_unimp.S34 |xref get_op
66 bsrl get_op |go get operand(s)
H A Dget_op.S2 | get_op.sa 3.6 5/19/92
4 | get_op.sa 3.5 4/26/91
8 | instruction exception handler ('unimp' - vector 11). 'get_op'
167 .global get_op
170 get_op: label
199 | If the instruction is fmovecr, exit get_op. It is handled
333 bnes end_getop |if inf/nan/zero leave get_op
H A Ddecbin.S494 | it will be inex2, but will be reported as inex1 by get_op.
/linux-4.4.14/arch/powerpc/include/asm/
H A Ddisassemble.h25 static inline unsigned int get_op(u32 inst) get_op() function
90 #define IS_XFORM(inst) (get_op(inst) == 31)
91 #define IS_DSFORM(inst) (get_op(inst) >= 56)
/linux-4.4.14/tools/perf/arch/x86/tests/
H A Dinsn-x86.c33 static int get_op(const char *op_str) get_op() function
113 op = get_op(dat->expected_op_str); test_data_item()
/linux-4.4.14/arch/powerpc/kvm/
H A Demulate.c226 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst)); kvmppc_emulate_instruction()
232 switch (get_op(inst)) { kvmppc_emulate_instruction()
304 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst)); kvmppc_emulate_instruction()
H A Dbook3s_emulate.c100 switch (get_op(inst)) { kvmppc_core_emulate_op_pr()
676 switch (get_op(inst)) { kvmppc_alignment_dar()
H A Demulate_loadstore.c69 switch (get_op(inst)) { kvmppc_emulate_loadstore()
H A Dbooke_emulate.c60 switch (get_op(inst)) { kvmppc_booke_emulate_op()
H A De500_emulate.c140 switch (get_op(inst)) { kvmppc_core_emulate_op_e500()
H A Dbook3s_paired_singles.c360 switch (get_op(inst)) { kvmppc_inst_is_paired_single()
686 switch (get_op(inst)) { kvmppc_emulate_paired_single()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dfsl_pci.c909 switch (get_op(inst)) { mcheck_handle_load()
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Dpfpsp.S13406 # it will be inex2, but will be reported as inex1 by get_op.
H A Dfpsp.S23446 # it will be inex2, but will be reported as inex1 by get_op.

Completed in 424 milliseconds