Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c439 emit(hppa_and(lo(rd), HPPA_REG_T0, lo(rd)), ctx); in emit_alu_i64()
535 emit(hppa_and(lo(rd), HPPA_REG_T0, lo(rd)), ctx); in emit_alu_i32()
592 emit(hppa_and(lo(rd), lo(rs), lo(rd)), ctx); in emit_alu_r64()
593 emit(hppa_and(hi(rd), hi(rs), hi(rd)), ctx); in emit_alu_r64()
657 emit(hppa_and(lo(rd), lo(rs), lo(rd)), ctx); in emit_alu_r32()
770 emit(hppa_and(hi(rs1), hi(rs2), HPPA_REG_T0), ctx); in emit_branch_r64()
771 emit(hppa_and(lo(rs1), lo(rs2), HPPA_REG_T1), ctx); in emit_branch_r64()
800 emit(hppa_and(rd, rs, HPPA_REG_T0), ctx); in emit_bcc()
H A Dbpf_jit_comp64.c260 emit(hppa_and(rd, rs, HPPA_REG_T0), ctx); in emit_branch()
636 emit(hppa_and(rd, rs, rd), ctx); in bpf_jit_emit_insn()
804 emit(hppa_and(rd, HPPA_REG_T1, rd), ctx); in bpf_jit_emit_insn()
902 emit(hppa_and(rs, rd, HPPA_REG_T1), ctx); in bpf_jit_emit_insn()
956 emit(hppa_and(HPPA_REG_T1, rd, HPPA_REG_T1), ctx); in bpf_jit_emit_insn()
H A Dbpf_jit.h107 #define hppa_and(reg1, reg2, target) \ macro