Searched refs:LARX (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | sstep.h | 35 LARX, enumerator 53 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | align.c | 350 if (type == LARX || type == STCX) in fix_alignment()
|
| H A D | hw_breakpoint.c | 499 return type == LARX || type == STCX; in is_larx_stcx_instr()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | sstep.c | 2133 op->type = MKOP(LARX, 0, 4); in analyse_instr() 2142 op->type = MKOP(LARX, 0, 8); in analyse_instr() 2150 op->type = MKOP(LARX, 0, 1); in analyse_instr() 2158 op->type = MKOP(LARX, 0, 2); in analyse_instr() 2167 op->type = MKOP(LARX, 0, 16); in analyse_instr() 3146 case LARX: in emulate_loadstore()
|