Searched defs:UASM_i_SRL_SAFE (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.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
|