JosJuice 90fcaf7e96 Jit: Use one less register in dcbx
We were using a "value" register to avoid clobbering physical_addr,
but this isn't actually needed anymore. The only bits we need from
physical_addr after we start clobbering it are bits 5-9, and
those bits are identical in effective_addr and physical_addr,
so we can read them from effective_addr instead.
2021-08-19 23:26:11 +02:00
..
2021-07-31 23:50:20 +02:00
2021-08-19 23:26:11 +02:00
2021-07-13 16:42:49 +02:00
2021-07-13 16:42:35 +02:00
2021-07-13 16:41:18 +02:00
2019-05-08 23:59:04 +02:00