Searched defs:UASM_i_SLL (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | uasm.h | 220 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) macro 236 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_sll(buf, rs, rt, sh) macro
|
| /kernel/linux/linux-6.6/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
|