Searched refs:PPC_RAW_AND (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 800 EMIT(PPC_RAW_AND(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_emit_atomic_ops() 1147 EMIT(PPC_RAW_AND(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 1156 EMIT(PPC_RAW_AND(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body() 1880 EMIT(PPC_RAW_AND(tmp1_reg, dst_reg, src_reg)); in bpf_jit_build_body() 1960 EMIT(PPC_RAW_AND(tmp1_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 546 #define PPC_RAW_AND(d, a, b) (0x7c000038 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b)) macro
|