Home
last modified time | relevance | path

Searched refs:hppa_xor (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h111 #define hppa_xor(reg1, reg2, target) \ macro
H A Dbpf_jit_comp64.c648 emit(hppa_xor(rd, rs, rd), ctx); in bpf_jit_emit_insn()
818 emit(hppa_xor(rd, HPPA_REG_T1, rd), ctx); in bpf_jit_emit_insn()
H A Dbpf_jit_comp32.c137 emit(hppa_xor(r1, r2, r3), ctx); in emit_hppa_xor()