Home
last modified time | relevance | path

Searched defs:UASM_i_SRL (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Duasm.h222 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_dsrl(buf, rs, rt, sh) macro
238 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Duasm.h223 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_dsrl(buf, rs, rt, sh) macro
239 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) macro

Completed in 3 milliseconds