Searched refs:UASM_i_SLL (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/mips/include/asm/ |
D | uasm.h | 221 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) macro 237 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_sll(buf, rs, rt, sh) macro
|
/linux-5.19.10/arch/mips/mm/ |
D | tlbex.c | 371 UASM_i_SLL(p, K0, K0, ilog2(sizeof(struct tlb_reg_save))); in build_get_work_registers() 1618 UASM_i_SLL(&p, a0, a0, 11); in build_setup_pgd()
|