Searched refs:hppa_shrpw (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/parisc/net/
H A Dbpf_jit.h163 #define hppa_shrpw(r1, r2, p, target) \ macro
H A Dbpf_jit_comp32.c483 emit(hppa_shrpw(hi(rd), lo(rd), imm, lo(rd)), ctx);
498 emit(hppa_shrpw(hi(rd), lo(rd), imm, lo(rd)), ctx);
1101 emit(hppa_shrpw(rs, rs, 16, HPPA_REG_T1), ctx);
1103 emit(hppa_shrpw(rs, HPPA_REG_T1, 8, rd), ctx);
H A Dbpf_jit_comp64.c753 emit(hppa_shrpw(rd, rd, 16, HPPA_REG_T1), ctx);
755 emit(hppa_shrpw(rd, HPPA_REG_T1, 8, HPPA_REG_T1), ctx);

Completed in 118 milliseconds