Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dsstep.h96 #define GETTYPE(t) ((t) & INSTR_TYPE_MASK) macro
/arch/powerpc/kernel/
Dhw_breakpoint.c204 type = GETTYPE(op.type); in is_larx_stcx_instr()
Dalign.c341 type = GETTYPE(op.type); in fix_alignment()
/arch/powerpc/lib/
Dsstep.c2672 if ((GETTYPE(op->type) == LOAD_VSX || in analyse_instr()
2673 GETTYPE(op->type) == STORE_VSX) && in analyse_instr()
2776 switch (GETTYPE(op->type)) { in emulate_update_regs()
2876 type = GETTYPE(op->type); in emulate_loadstore()
3138 type = GETTYPE(op.type); in emulate_step()
Dtest_emulate_step.c852 GETTYPE(op.type) != COMPUTE) { in emulate_compute_instr()