Searched refs:PPC_STDU (Results 1 – 2 of 2) sorted by relevance
85 #define PPC_BPF_STLU(r, base, i) do { PPC_STDU(r, base, i); } while(0)
52 #define PPC_STDU(r, base, i) EMIT(PPC_INST_STDU | ___PPC_RS(r) | \ macro