Searched refs:PPC_RAW_LDARX (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 775 EMIT(PPC_RAW_LDARX(b2p[TMP_REG_2], 0, b2p[TMP_REG_1], 0)); in bpf_jit_build_body()
|
/arch/powerpc/lib/ |
D | test_emulate_step.c | 253 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LDARX(5, 3, 4, 0))); in test_ldarx_stdcx()
|
/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 370 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… macro
|