get_op
#define IS_XFORM(inst) (get_op(inst) == 31)
#define IS_DSFORM(inst) (get_op(inst) >= 56)
if (IS_ENABLED(CONFIG_PPC64) && get_op(val) == OP_PREFIX) {
switch (get_op(inst)) {
if (*nip == PPC_RAW_SYNC() || get_op(*nip) == OP_TRAP) {
switch (get_op(inst)) {
switch (get_op(inst)) {
if (get_op(inst) != 31)
switch (get_op(inst)) {
switch (get_op(inst)) {
switch (get_op(inst)) {
switch (get_op(inst)) {
pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst));
switch (get_op(inst)) {
"(op %d xop %d)\n", inst, get_op(inst), get_xop(inst));
suffixopcode = get_op(suffix);
suffixopcode = get_op(suffix);
switch (get_op(inst)) {
op = get_op(&rhs);
op = get_op(NULL);
op = get_op(NULL);
op = get_op(dat->expected_op_str);
struct encl_op_get_from_buf get_op;
get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
get_op.value = 0;
EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0);
EXPECT_EQ(get_op.value, MAGIC);
struct encl_op_get_from_buf get_op;
get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
get_op.value = 0;
EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0);
EXPECT_EQ(get_op.value, MAGIC);
struct encl_op_get_from_buf get_op;
get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
get_op.value = 0;
EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0);
EXPECT_EQ(get_op.value, MAGIC);
struct encl_op_get_from_buf get_op;
get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
get_op.value = 0;
EXPECT_EQ(ENCL_CALL(&get_op, &self->run, true), 0);
EXPECT_EQ(get_op.value, MAGIC);
struct encl_op_get_from_buf get_op;
get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
get_op.value = 0;
EXPECT_EQ(ENCL_CALL(&get_op, &self->run, true), 0);
EXPECT_EQ(get_op.value, MAGIC);