Home
last modified time | relevance | path

Searched refs:rs0 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dsleep.S38 .macro compute_mpidr_hash dst, rs0, rs1, rs2, mpidr, mask
41 ARM( mov \dst, \dst, lsr \rs0 ) @ dst=aff0>>rs0
42 THUMB( lsr \dst, \dst, \rs0 )
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1429 uint8_t rs6, rs4, rs2, rs0; in helper_precr_ob_qh() local
1436 rs0 = rs & MIPSDSP_Q0; in helper_precr_ob_qh()
1489 uint8_t rs6, rs4, rs2, rs0; in helper_precrq_ob_qh() local
1525 uint32_t rs2, rs0; in helper_precrq_rs_qh_pw() local
1530 rs0 = rs & MIPSDSP_LLO; in helper_precrq_rs_qh_pw()
1577 uint16_t rs3, rs2, rs1, rs0; in helper_precrqu_s_ob_qh() local
2139 int16_t rs3, rs2, rs1, rs0; in helper_mulsaq_s_w_qh() local
2571 int32_t rs1, rs0; in helper_mulsaq_s_l_pw() local
2579 rs0 = rs & MIPSDSP_LLO; in helper_mulsaq_s_l_pw()
3110 uint32_t rs0, rt1; in helper_packrl_pw() local
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dsleep.S39 .macro compute_mpidr_hash dst, rs0, rs1, rs2, rs3, mpidr, mask
42 lsr \dst ,\dst, \rs0 // dst=aff0>>rs0
/openbmc/linux/drivers/edac/
H A Dpnd2_edac.h223 u32 rs0 : 5; member
H A Dpnd2_edac.c978 daddr->rank = dnv_get_bit(pmiaddr, dmap[pmiidx].rs0 + 13, 0); in dnv_pmi2mem()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch36561 + const unsigned int rs0 = s->ps.pps->ctb_addr_ts_to_rs[jb->ctu_ts_first];
36566 + bounds->x = (rs0 % ctb_width) << s->ps.sps->log2_ctb_size;
36567 + bounds->y = (rs0 / ctb_width) << s->ps.sps->log2_ctb_size;
36568 + bounds->w = ((rs1 - rs0) % ctb_width + 1) << s->ps.sps->log2_ctb_size;
36569 + bounds->h = ((rs1 - rs0) / ctb_width + 1) << s->ps.sps->log2_ctb_size;