Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Ddisassemble.h14 static inline unsigned int get_op(u32 inst) in get_op() function
84 #define IS_XFORM(inst) (get_op(inst) == 31)
85 #define IS_DSFORM(inst) (get_op(inst) >= 56)
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dinst.c21 if (get_op(val) == OP_PREFIX) { in probe_user_read_inst()
39 if (get_op(val) == OP_PREFIX) { in probe_kernel_read_inst()
H A Dsstep.c1365 suffixopcode = get_op(suffix); in analyse_instr()
2802 suffixopcode = get_op(suffix); in analyse_instr()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Demulate.c208 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
214 switch (get_op(inst)) { in kvmppc_emulate_instruction()
295 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
H A De500_emulate.c137 switch (get_op(inst)) { in kvmppc_core_emulate_op_e500()
H A Dbook3s_emulate.c248 switch (get_op(inst)) { in kvmppc_core_emulate_op_pr()
1049 switch (get_op(inst)) { in kvmppc_alignment_dar()
H A Dbooke_emulate.c49 switch (get_op(inst)) { in kvmppc_booke_emulate_op()
H A Dbook3s_paired_singles.c349 switch (get_op(inst)) { in kvmppc_inst_is_paired_single()
675 switch (get_op(inst)) { in kvmppc_emulate_paired_single()
H A Dbook3s_hv.c1238 if (get_op(inst) != 31) in kvmppc_emulate_doorbell_instr()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dinsn-x86.c35 static int get_op(const char *op_str) in get_op() function
115 op = get_op(dat->expected_op_str); in test_data_item()
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dx_unimp.S34 |xref get_op
66 bsrl get_op |go get operand(s)
H A DMakefile6 obj-y := bindec.o binstr.o decbin.o do_func.o gen_except.o get_op.o \
H A Dget_op.S2 | get_op.sa 3.6 5/19/92
4 | get_op.sa 3.5 4/26/91
H A Ddecbin.S494 | it will be inex2, but will be reported as inex1 by get_op.
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c313 static enum tree_code get_op(tree *rhs) in get_op() function
359 op = get_op(&rhs); in perturb_local_entropy()
384 op = get_op(NULL); in __perturb_latent_entropy()
483 op = get_op(NULL); in init_local_entropy()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhsa-common.h446 hsa_op_base *get_op (int index);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhsa-common.h446 hsa_op_base *get_op (int index);
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dfsl_pci.c950 switch (get_op(inst)) { in mcheck_handle_load()