Searched refs:STCX (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | sstep.h | 35 STCX, enumerator 51 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX)
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | hw_breakpoint.c | 205 return (!ret && (type == LARX || type == STCX)); in is_larx_stcx_instr()
|
| D | align.c | 348 if (type == LARX || type == STCX) in fix_alignment()
|
| /Linux-v5.4/arch/powerpc/lib/ |
| D | sstep.c | 2035 op->type = MKOP(STCX, 0, 4); in analyse_instr() 2044 op->type = MKOP(STCX, 0, 8); in analyse_instr() 2052 op->type = MKOP(STCX, 0, 1); in analyse_instr() 2060 op->type = MKOP(STCX, 0, 2); in analyse_instr() 2070 op->type = MKOP(STCX, 0, 16); in analyse_instr() 2901 case STCX: in emulate_loadstore()
|