Home
last modified time | relevance | path

Searched refs:GETTYPE (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/include/asm/
A Dsstep.h102 #define GETTYPE(t) ((t) & INSTR_TYPE_MASK) macro
/arch/powerpc/kernel/
A Dhw_breakpoint_constraints.c144 *type = GETTYPE(op.type); in wp_get_instr_detail()
A Dalign.c347 type = GETTYPE(op.type); in fix_alignment()
/arch/powerpc/lib/
A Dsstep.c3118 switch (GETTYPE(op->type)) { in analyse_instr()
3132 if ((GETTYPE(op->type) == LOAD_VSX || in analyse_instr()
3133 GETTYPE(op->type) == STORE_VSX) && in analyse_instr()
3231 switch (GETTYPE(op->type)) { in emulate_update_regs()
3331 type = GETTYPE(op->type); in emulate_loadstore()
3592 type = GETTYPE(op.type); in emulate_step()
A Dtest_emulate_step.c1613 if (analysed != 1 || GETTYPE(op.type) != COMPUTE) { in emulate_compute_instr()

Completed in 13 milliseconds