Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsstep.h103 #define GETTYPE(t) ((t) & INSTR_TYPE_MASK) macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c148 *type = GETTYPE(op.type); in wp_get_instr_detail()
H A Dalign.c343 type = GETTYPE(op.type); in fix_alignment()
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dsstep.c2919 switch (GETTYPE(op->type)) { in analyse_instr()
2933 if ((GETTYPE(op->type) == LOAD_VSX || in analyse_instr()
2934 GETTYPE(op->type) == STORE_VSX) && in analyse_instr()
3041 switch (GETTYPE(op->type)) { in emulate_update_regs()
3141 type = GETTYPE(op->type); in emulate_loadstore()
3403 type = GETTYPE(op.type); in emulate_step()
H A Dtest_emulate_step.c1318 if (analysed != 1 || GETTYPE(op.type) != COMPUTE) { in emulate_compute_instr()