Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsstep.h102 #define GETTYPE(t) ((t) & INSTR_TYPE_MASK) macro
/linux-6.1.9/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c139 *type = GETTYPE(op.type); in wp_get_instr_detail()
Dalign.c347 type = GETTYPE(op.type); in fix_alignment()
/linux-6.1.9/arch/powerpc/lib/
Dsstep.c3111 switch (GETTYPE(op->type)) { in analyse_instr()
3125 if ((GETTYPE(op->type) == LOAD_VSX || in analyse_instr()
3126 GETTYPE(op->type) == STORE_VSX) && in analyse_instr()
3224 switch (GETTYPE(op->type)) { in emulate_update_regs()
3324 type = GETTYPE(op->type); in emulate_loadstore()
3586 type = GETTYPE(op.type); in emulate_step()
Dtest_emulate_step.c1613 if (analysed != 1 || GETTYPE(op.type) != COMPUTE) { in emulate_compute_instr()