Searched refs:x_tmp (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 31 x_tmp .req x8 label 69 mrs x_tmp, cntvct_el0 71 sub \res, x_tmp, \cycle_last 73 movn x_tmp, #0xff00, lsl #48 74 and \res, x_tmp, \res 85 udiv x_tmp, \res_nsec, \nsec_to_sec 86 add \res_sec, \xtime_sec, x_tmp 87 msub \res_nsec, x_tmp, \nsec_to_sec, \res_nsec 188 adr x_tmp, jumptable 189 add x_tmp, x_tmp, w0, uxtw #2 [all …]
|