Searched refs:hppa_xor (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 111 #define hppa_xor(reg1, reg2, target) \ macro
|
H A D | bpf_jit_comp64.c | 648 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 D | bpf_jit_comp32.c | 137 emit(hppa_xor(r1, r2, r3), ctx); in emit_hppa_xor()
|