Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h103 #define hppa_or(reg1, reg2, target) \ macro
122 hppa_or(0,0,0) /* nop: or 0,0,0 */
128 hppa_or(reg, HPPA_REG_ZERO, target) /* copy reg,target */
H A Dbpf_jit_comp32.c445 emit(hppa_or(lo(rd), HPPA_REG_T0, lo(rd)), ctx); in emit_alu_i64()
539 emit(hppa_or(lo(rd), HPPA_REG_T0, lo(rd)), ctx); in emit_alu_i32()
596 emit(hppa_or(lo(rd), lo(rs), lo(rd)), ctx); in emit_alu_r64()
597 emit(hppa_or(hi(rd), hi(rs), hi(rd)), ctx); in emit_alu_r64()
660 emit(hppa_or(lo(rd), lo(rs), lo(rd)), ctx); in emit_alu_r32()
H A Dbpf_jit_comp64.c642 emit(hppa_or(rd, rs, rd), ctx); in bpf_jit_emit_insn()
762 emit(hppa_or(HPPA_REG_T2, HPPA_REG_T1, rd), ctx); in bpf_jit_emit_insn()
811 emit(hppa_or(rd, HPPA_REG_T1, rd), ctx); in bpf_jit_emit_insn()