Searched refs:STCX (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | sstep.h | 39 STCX, enumerator 55 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX)
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | align.c | 349 if (type == LARX || type == STCX) in fix_alignment()
|
/Linux-v4.19/arch/powerpc/lib/ |
D | sstep.c | 1929 op->type = MKOP(STCX, 0, 4); in analyse_instr() 1938 op->type = MKOP(STCX, 0, 8); in analyse_instr() 1946 op->type = MKOP(STCX, 0, 1); in analyse_instr() 1954 op->type = MKOP(STCX, 0, 2); in analyse_instr() 1964 op->type = MKOP(STCX, 0, 16); in analyse_instr() 2795 case STCX: in emulate_loadstore()
|