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

/linux-master/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_comp64.c642 emit(hppa_or(rd, rs, rd), ctx);
762 emit(hppa_or(HPPA_REG_T2, HPPA_REG_T1, rd), ctx);
811 emit(hppa_or(rd, HPPA_REG_T1, rd), ctx);
H A Dbpf_jit_comp32.c445 emit(hppa_or(lo(rd), HPPA_REG_T0, lo(rd)), ctx);
539 emit(hppa_or(lo(rd), HPPA_REG_T0, lo(rd)), ctx);
596 emit(hppa_or(lo(rd), lo(rs), lo(rd)), ctx);
597 emit(hppa_or(hi(rd), hi(rs), hi(rd)), ctx);
660 emit(hppa_or(lo(rd), lo(rs), lo(rd)), ctx);

Completed in 212 milliseconds