Home
last modified time | relevance | path

Searched refs:dstreg (Results 1 – 3 of 3) sorted by relevance

/arch/arm64/include/asm/
A Dtraps.h115 int dstreg = ESR_ELx_MOPS_ISS_DESTREG(esr); in arm64_mops_reset_regs() local
120 dst = regs->regs[dstreg]; in arm64_mops_reset_regs()
132 regs->regs[dstreg] = dst + size; in arm64_mops_reset_regs()
142 regs->regs[dstreg] = dst - size; in arm64_mops_reset_regs()
149 regs->regs[dstreg] = dst + size; in arm64_mops_reset_regs()
/arch/parisc/net/
A Dbpf_jit_comp64.c558 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()
A Dbpf_jit_comp32.c1060 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()

Completed in 9 milliseconds