Home
last modified time | relevance | path

Searched refs:write_masks (Results 1 – 25 of 70) sorted by path

123

/dports/emulators/vmips/vmips-1.5.1/
H A Dcpzero.cc45 static uint32 write_masks[] = { variable
61 reg[r] = random() & (read_masks[r] | write_masks[r]); in reset()
227 reg[r] = (reg[r] & (read_masks[r] & ~write_masks[r])) in write_reg()
228 | (data & write_masks[r]); in write_reg()
260 write_masks[EntryHi]; in tlbr_emulate()
262 write_masks[EntryLo]; in tlbr_emulate()
H A Ddecrtc.cc58 write_masks[i] = 0xff; in DECRTCDevice()
60 write_masks[RTC_REGA] = 0x7f; in DECRTCDevice()
61 write_masks[RTC_REGB] = 0xd7; in DECRTCDevice()
62 write_masks[RTC_REGC] = 0x00; in DECRTCDevice()
63 write_masks[RTC_REGD] = 0x00; in DECRTCDevice()
127 rtc_reg[reg_no] = (rtc_reg[reg_no] & ~write_masks[reg_no]) in store_word()
128 | (((uint8) data) & write_masks[reg_no]); in store_word()
H A Ddecrtc.h57 uint8 write_masks[64]; variable
/dports/emulators/vmips/vmips-1.5.1/doc/
H A Dvmips.texi1570 for @var{read_masks} and @var{write_masks}.
/dports/graphics/libosmesa-gallium/mesa-21.3.6/docs/relnotes/
H A D7.10.1.rst218 write_masks.
H A D7.10.rst1038 - glsl: Rework assignments with write_masks to have LHS chan count
H A D7.9.2.rst211 write_masks.
/dports/graphics/libosmesa/mesa-21.3.6/docs/relnotes/
H A D7.10.1.rst218 write_masks.
H A D7.10.rst1038 - glsl: Rework assignments with write_masks to have LHS chan count
H A D7.9.2.rst211 write_masks.
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/docs/relnotes/
H A D22.0.0.rst3719 - ac/nir: fix store_buffer_amd write_masks
H A D7.10.1.rst218 write_masks.
H A D7.10.rst1038 - glsl: Rework assignments with write_masks to have LHS chan count
H A D7.9.2.rst211 write_masks.
/dports/graphics/mesa-dri-classic/mesa-20.2.3/docs/relnotes/
H A D7.10.1.rst218 write_masks.
H A D7.10.rst1038 - glsl: Rework assignments with write_masks to have LHS chan count
H A D7.9.2.rst211 write_masks.
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/docs/relnotes/
H A D7.10.1.rst218 write_masks.
H A D7.10.rst1038 - glsl: Rework assignments with write_masks to have LHS chan count
H A D7.9.2.rst211 write_masks.
/dports/graphics/mesa-dri/mesa-21.3.6/docs/relnotes/
H A D7.10.1.rst218 write_masks.
H A D7.10.rst1038 - glsl: Rework assignments with write_masks to have LHS chan count
H A D7.9.2.rst211 write_masks.
/dports/graphics/mesa-gallium-va/mesa-21.3.6/docs/relnotes/
H A D7.10.1.rst218 write_masks.
H A D7.10.rst1038 - glsl: Rework assignments with write_masks to have LHS chan count

123