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