Searched refs:hppa_shr (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 173 #define hppa_shr(r, len, target) \ macro
|
H A D | bpf_jit_comp32.c | 477 emit(hppa_shr(hi(rd), imm, lo(rd)), ctx); in emit_alu_i64() 484 emit(hppa_shr(hi(rd), imm, hi(rd)), ctx); in emit_alu_i64() 551 emit(hppa_shr(lo(rd), imm, lo(rd)), ctx); in emit_alu_i32()
|