Searched refs:UASM_i_ROTR (Results 1 – 2 of 2) sorted by relevance
/linux/arch/mips/include/asm/ |
A D | uasm.h | 219 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) macro 235 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_rotr(buf, rs, rt, sh) macro
|
/linux/arch/mips/mm/ |
A D | tlbex.c | 632 UASM_i_ROTR(p, reg, reg, ilog2(_PAGE_GLOBAL)); in build_convert_pte_to_entrylo() 635 UASM_i_ROTR(p, reg, reg, in build_convert_pte_to_entrylo() 1059 UASM_i_ROTR(p, tmp, tmp, ilog2(_PAGE_GLOBAL)); in build_update_entries() 1069 UASM_i_ROTR(p, tmp, tmp, ilog2(_PAGE_GLOBAL)); in build_update_entries()
|
Completed in 12 milliseconds