Searched defs:tmpnr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ | ||
H A D | fpsimdmacros.h | 26 mrs x\tmpnr, fpsr variable 27 str w\tmpnr, [\state, #16 * 2] variable 28 mrs x\tmpnr, fpcr variable 29 str w\tmpnr, [\state, #16 * 2 + 4] variable 62 ldr w\tmpnr, [\state, #16 * 2] variable 64 ldr w\tmpnr, [\state, #16 * 2 + 4] variable 65 fpsimd_restore_fpcr x\tmpnr, \stat variable [all...] |
/kernel/linux/linux-6.6/arch/arm64/include/asm/ | ||
H A D | fpsimdmacros.h | 28 mrs x\tmpnr, fpsr variable 29 str w\tmpnr, [\state, #16 * 2] variable 30 mrs x\tmpnr, fpcr variable 31 str w\tmpnr, [\state, #16 * 2 + 4] variable 64 ldr w\tmpnr, [\state, #16 * 2] variable 66 ldr w\tmpnr, [\state, #16 * 2 + 4] variable 67 fpsimd_restore_fpcr x\tmpnr, \stat variable [all...] |
Completed in 1 milliseconds