Searched refs:dstreg (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_comp64.c | 558 s8 dstreg; in emit_store() local 562 dstreg = rd; in emit_store() 565 dstreg = HPPA_REG_R1; in emit_store() 572 emit(hppa_stb(rs, off, dstreg), ctx); in emit_store() 575 emit(hppa_sth(rs, off, dstreg), ctx); in emit_store() 578 emit(hppa_stw(rs, off, dstreg), ctx); in emit_store() 582 emit(hppa_ldo(off, dstreg, HPPA_REG_R1), ctx); in emit_store() 585 emit(hppa64_std_im5(rs, off, dstreg), ctx); in emit_store() 587 emit(hppa64_std_im16(rs, off, dstreg), ctx); in emit_store()
|
| H A D | bpf_jit_comp32.c | 1060 s8 dstreg; in emit_store_r64() local 1064 dstreg = lo(rd); in emit_store_r64() 1067 dstreg = HPPA_REG_R1; in emit_store_r64() 1075 emit(hppa_stb(lo(rs), off + 0, dstreg), ctx); in emit_store_r64() 1078 emit(hppa_sth(lo(rs), off + 0, dstreg), ctx); in emit_store_r64() 1081 emit(hppa_stw(lo(rs), off + 0, dstreg), ctx); in emit_store_r64() 1084 emit(hppa_stw(hi(rs), off + 0, dstreg), ctx); in emit_store_r64() 1085 emit(hppa_stw(lo(rs), off + 4, dstreg), ctx); in emit_store_r64()
|