Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Duasm.h213 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) macro
229 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Duasm.h214 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) macro
230 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) macro

Completed in 2 milliseconds