Searched refs:LARX (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | 34 LARX, enumerator 52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | align.c | 355 if (type == LARX || type == STCX) in fix_alignment()
|
H A D | hw_breakpoint.c | 257 return type == LARX || type == STCX; in is_larx_stcx_instr()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | 2286 op->type = MKOP(LARX, 0, 4); in analyse_instr() 2295 op->type = MKOP(LARX, 0, 1); in analyse_instr() 2303 op->type = MKOP(LARX, 0, 2); in analyse_instr() 2312 op->type = MKOP(LARX, 0, 8); in analyse_instr() 2321 op->type = MKOP(LARX, 0, 16); in analyse_instr() 3336 case LARX: in emulate_loadstore()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2945 #define LARX(name, memop) \ macro 2952 LARX(lbarx, MO_UB) in LARX() function 2953 LARX(lharx, MO_UW) in LARX() 2954 LARX(lwarx, MO_UL) in LARX() 3205 LARX(ldarx, MO_UQ) in STCX()
|