Searched refs:hppa_add (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 113 #define hppa_add(reg1, reg2, target) \ macro
|
H A D | bpf_jit_comp64.c | 624 emit(hppa_add(rd, rs, rd), ctx); in bpf_jit_emit_insn() 785 emit(hppa_add(rd, HPPA_REG_T1, rd), ctx); in bpf_jit_emit_insn()
|
H A D | bpf_jit_comp32.c | 527 emit(hppa_add(lo(rd), HPPA_REG_T0, lo(rd)), ctx); in emit_alu_i32() 584 emit(hppa_add(lo(rd), lo(rs), lo(rd)), ctx); in emit_alu_r64() 651 emit(hppa_add(lo(rd), lo(rs), lo(rd)), ctx); in emit_alu_r32()
|