Searched defs:UASM_i_SRL_SAFE (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | uasm.h | 223 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_dsrl_safe(buf, rs, rt, sh) macro 239 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) macro
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | uasm.h | 224 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_dsrl_safe(buf, rs, rt, sh) macro 240 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) macro
|