Lines Matching full:while
77 EMIT(PPC_RAW_LBZ(r, r, IMM_L(i))); } } while(0)
81 EMIT(PPC_RAW_LD(r, r, IMM_L(i))); } } while(0)
85 EMIT(PPC_RAW_LWZ(r, r, IMM_L(i))); } } while(0)
89 EMIT(PPC_RAW_LHZ(r, r, IMM_L(i))); } } while(0)
92 #define PPC_LL_OFFS(r, base, i) do { PPC_LD_OFFS(r, base, i); } while(0)
94 #define PPC_LL_OFFS(r, base, i) do { PPC_LWZ_OFFS(r, base, i); } while(0)
102 } while (0)
107 } while(0)
110 #define PPC_BPF_LOAD_CPU(r) do { EMIT(PPC_RAW_LI(r, 0)); } while(0)
114 do { PPC_LI32(r, i); EMIT(PPC_RAW_LHBRX(r, r, base)); } while(0)
121 #define PPC_BPF_LL(r, base, i) do { EMIT(PPC_RAW_LWZ(r, base, i)); } while(0)
122 #define PPC_BPF_STL(r, base, i) do { EMIT(PPC_RAW_STW(r, base, i)); } while(0)
123 #define PPC_BPF_STLU(r, base, i) do { EMIT(PPC_RAW_STWU(r, base, i)); } while(0)