Searched refs:post_inc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | alternative-macros.h | 211 .macro uao_ldp l, reg1, reg2, addr, post_inc 213 8888: ldp \reg1, \reg2, [\addr], \post_inc; variable 219 add \addr, \addr, \post_inc; variable 226 .macro uao_stp l, reg1, reg2, addr, post_inc 228 8888: stp \reg1, \reg2, [\addr], \post_inc; variable 234 add \addr, \addr, \post_inc; variable 241 .macro uao_user_alternative l, inst, alt_inst, reg, addr, post_inc 243 8888: \inst \reg, [\addr], \post_inc; variable 247 add \addr, \addr, \post_inc; variable 253 .macro uao_ldp l, reg1, reg2, addr, post_inc [all...] |
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | asm-uaccess.h | 69 .macro user_ldp l, reg1, reg2, addr, post_inc 72 add \addr, \addr, \post_inc; variable 78 .macro user_stp l, reg1, reg2, addr, post_inc 81 add \addr, \addr, \post_inc; variable 87 .macro user_ldst l, inst, reg, addr, post_inc 89 add \addr, \addr, \post_inc; variable
|
Completed in 1 milliseconds