Searched refs:rs0 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm/kernel/ |
H A D | sleep.S | 38 .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 D | dsp_helper.c | 1256 uint8_t rs3, rs2, rs1, rs0; \ 1260 MIPSDSP_SPLIT32_8(rs, rs3, rs2, rs1, rs0); \ 1266 tempA = ((uint16_t)rs0 - (uint16_t)rt0 + var) >> 1; \ 1429 uint8_t rs6, rs4, rs2, rs0; in helper_precr_ob_qh() local 1436 rs0 = rs & MIPSDSP_Q0; in helper_precr_ob_qh() 1443 ((uint64_t)rs2 << 40) | ((uint64_t)rs0 << 32) | in helper_precr_ob_qh() 1460 uint16_t rs3, rs2, rs1, rs0; \ 1464 MIPSDSP_SPLIT64_16(rs, rs3, rs2, rs1, rs0); \ 1471 tempA = rs0 << var; \ 1489 uint8_t rs6, rs4, rs2, rs0; in helper_precrq_ob_qh() local [all …]
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | sleep.S | 39 .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 D | pnd2_edac.h | 223 u32 rs0 : 5; member
|
H A D | pnd2_edac.c | 978 daddr->rank = dnv_get_bit(pmiaddr, dmap[pmiidx].rs0 + 13, 0); in dnv_pmi2mem()
|