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

/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c65 #define EXIT_PTR_LOAD(reg) hppa_ldw(-0x08, HPPA_REG_SP, reg)
209 emit(hppa_ldw(-REG_SIZE * (8 + (i-3)), HPPA_REG_SP, HPPA_R(i)), ctx);
213 emit(hppa_ldw(-0x14, HPPA_REG_SP, HPPA_REG_RP), ctx);
216 emit(hppa_ldw(-0x04, HPPA_REG_SP, HPPA_REG_SP), ctx);
228 emit(hppa_ldw(REG_SIZE * hi(reg) - offset_sp, HPPA_REG_SP, hi(tmp)), ctx);
229 emit(hppa_ldw(REG_SIZE * lo(reg) - offset_sp, HPPA_REG_SP, lo(tmp)), ctx);
251 emit(hppa_ldw(REG_SIZE * hi(reg), HPPA_REG_SP, hi(tmp)), ctx);
284 emit(hppa_ldw(REG_SIZE * lo(reg), HPPA_REG_SP, lo(tmp)), ctx);
962 emit(hppa_ldw(off, lo(arr_reg), HPPA_REG_T1), ctx);
989 emit(hppa_ldw(of
[all...]
H A Dbpf_jit.h129 #define hppa_ldw(val14, reg, target) \ macro
H A Dbpf_jit_comp64.c364 emit(hppa_ldw(off, arr_reg, HPPA_REG_T1), ctx);
1046 emit(hppa_ldw(off, srcreg, rd), ctx);

Completed in 146 milliseconds