Searched refs:w0 (Results 1 - 2 of 2) sorted by relevance

/gem5/system/arm/aarch64_bootloader/
H A Dboot.S76 mov w0, #7 // EnableGrp0 | EnableGrp1NS | EnableGrp1S
77 str w0, [x1]
85 mov w0, #~0 // Grp1 interrupts
86 str w0, [x1], #4
89 str w0, [x1], #4
90 str w0, [x1], #4
91 str w0, [x1], #4
107 mov w0, #3 // EnableGrp0 | EnableGrp1
108 str w0, [x1]
111 mov w0, #~
[all...]
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_datatype/
H A Dstd_ulogic_datatype.cpp348 std_ulogic wu, wx, w0, w1, wz, ww, wl, wh, wd; local
383 wu = v6 & v1; wx = v6 & v2; w0 = v6 & v3;
436 wu = v6 | v1; wx = v6 | v2; w0 = v6 | v3;
489 wu = v6 ^ v1; wx = v6 ^ v2; w0 = v6 ^ v3;

Completed in 6 milliseconds