Home
last modified time | relevance | path

Searched refs:PPC_RAW_LDARX (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/powerpc/lib/
Dtest_emulate_step.c250 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LDARX(5, 3, 4, 0))); in test_ldarx_stdcx()
/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp64.c790 EMIT(PPC_RAW_LDARX(tmp2_reg, tmp1_reg, dst_reg, 0)); in bpf_jit_build_body()
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h371 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… macro