Searched refs:hppa_or (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 103 #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 D | bpf_jit_comp32.c | 445 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 D | bpf_jit_comp64.c | 642 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()
|