Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/net/
Dbpf_jit_comp.c182 PPC_MUL(r_A, r_A, r_X); in bpf_jit_build_body()
189 PPC_MUL(r_A, r_A, r_scratch1); in bpf_jit_build_body()
Dbpf_jit.h117 #define PPC_MUL(d, a, b) EMIT(PPC_INST_MULLW | __PPC_RT(d) | \ macro