Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 3 of 3) sorted by relevance

/components/lwp/arch/aarch64/cortex-a/
A Dlwp_gcc.S60 msr sp_el0, x2
61 mov x3, x2
74 ldr x5, [x2]
233 orr x2, x2, x1
237 bic x2, x2, x1
287 sub x2, x2, #0x10
288 mov x3, x2
296 dc cvau, x2
297 add x2, x2, #4
298 dc cvau, x2
[all …]
/components/drivers/virtio/
A Dvirtio_gpu.c711 static void virtio_gpu_draw_hline(const char *pixel, int x1, int x2, int y) in virtio_gpu_draw_hline() argument
719 x1 < 0 || x2 < 0 || y < 0) in virtio_gpu_draw_hline()
724 if (x1 > x2) in virtio_gpu_draw_hline()
726 x1 ^= x2; in virtio_gpu_draw_hline()
727 x2 ^= x1; in virtio_gpu_draw_hline()
728 x1 ^= x2; in virtio_gpu_draw_hline()
734 for (i = x1; i < x2; ++i) in virtio_gpu_draw_hline()
/components/drivers/include/drivers/classes/
A Dgraphic.h97 void (*draw_hline)(const char *pixel, int x1, int x2, int y);

Completed in 7 milliseconds