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

/linux-master/arch/powerpc/include/asm/
H A Ddisassemble.h14 static inline unsigned int get_op(u32 inst) function
84 #define IS_XFORM(inst) (get_op(inst) == 31)
85 #define IS_DSFORM(inst) (get_op(inst) >= 56)
H A Dprobes.h37 switch (get_op(inst)) {
H A Dinst.h151 if (IS_ENABLED(CONFIG_PPC64) && get_op(val) == OP_PREFIX) {
/linux-master/arch/m68k/fpsp040/
H A DMakefile6 obj-y := bindec.o binstr.o decbin.o do_func.o gen_except.o get_op.o \
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-master/tools/testing/selftests/sgx/
H A Dmain.c284 struct encl_op_get_from_buf get_op; local
300 get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
301 get_op.value = 0;
303 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0);
305 EXPECT_EQ(get_op.value, MAGIC);
354 struct encl_op_get_from_buf get_op; local
373 get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
374 get_op.value = 0;
376 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0);
378 EXPECT_EQ(get_op
387 struct encl_op_get_from_buf get_op; variable in typeref:struct:encl_op_get_from_buf
506 struct encl_op_get_from_buf get_op; local
542 struct encl_op_get_from_buf get_op; local
[all...]
/linux-master/tools/perf/arch/x86/tests/
H A Dinsn-x86.c37 static int get_op(const char *op_str) function
119 op = get_op(dat->expected_op_str);
/linux-master/arch/powerpc/kvm/
H A Demulate.c210 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst));
216 switch (get_op(inst)) {
297 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst));
H A De500_emulate.c137 switch (get_op(inst)) {
H A Dbooke_emulate.c49 switch (get_op(inst)) {
H A Dbook3s_emulate.c244 switch (get_op(inst)) {
1051 switch (get_op(inst)) {
H A Dbook3s_paired_singles.c349 switch (get_op(inst)) {
677 switch (get_op(inst)) {
H A Dbook3s_hv.c1543 if (get_op(inst) != 31)
/linux-master/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c301 static enum tree_code get_op(tree *rhs) function
347 op = get_op(&rhs);
372 op = get_op(NULL);
471 op = get_op(NULL);
/linux-master/arch/powerpc/sysdev/
H A Dfsl_pci.c956 switch (get_op(inst)) {
/linux-master/arch/powerpc/kernel/
H A Dtraps.c553 if (*nip == PPC_RAW_SYNC() || get_op(*nip) == OP_TRAP) {
/linux-master/arch/powerpc/lib/
H A Dsstep.c1500 suffixopcode = get_op(suffix);
2991 suffixopcode = get_op(suffix);

Completed in 224 milliseconds