Searched refs:PPC_RAW_MTLR (Results 1 – 3 of 3) sorted by relevance
89 EMIT(PPC_RAW_MTLR(0)); in bpf_jit_build_epilogue()417 EMIT(PPC_RAW_MTLR(r_scratch1)); in bpf_jit_build_body()443 EMIT(PPC_RAW_MTLR(r_scratch1)); in bpf_jit_build_body()
150 EMIT(PPC_RAW_MTLR(0)); in bpf_jit_emit_common_epilogue()174 EMIT(PPC_RAW_MTLR(b2p[TMP_REG_1])); in bpf_jit_emit_func_call_hlp()185 EMIT(PPC_RAW_MTLR(12)); in bpf_jit_emit_func_call_hlp()223 EMIT(PPC_RAW_MTLR(12)); in bpf_jit_emit_func_call_rel()
435 #define PPC_RAW_MTLR(r) (0x7c0803a6 | ___PPC_RT(r)) macro