Home
last modified time | relevance | path

Searched refs:PPC_RAW_LFSX (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/powerpc/lib/
Dtest_emulate_step.c308 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LFSX(10, 3, 4))); in test_lfsx_stfsx()
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h468 #define PPC_RAW_LFSX(t, a, b) (0x7c00042e | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro