OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:or_mask
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
x86_xform.c
76
GLubyte *
or_mask
,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
x86_xform.c
76
GLubyte *
or_mask
,
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_bios.c
1441
uint32_t val, reg, and_mask,
or_mask
;
local
1485
or_mask
= RADEON_BIOS32(index);
1488
(unsigned)reg, (unsigned)and_mask, (unsigned)
or_mask
);
1490
val = (val & and_mask) |
or_mask
;
1546
or_mask
= RADEON_BIOS32(index);
1549
val = (val & and_mask) |
or_mask
;
1551
(unsigned)reg, (unsigned)and_mask, (unsigned)
or_mask
);
1564
or_mask
= RADEON_BIOS32(index);
1567
(unsigned)reg, (unsigned)and_mask, (unsigned)
or_mask
);
1569
val = (val & and_mask) |
or_mask
;
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_llvm_build.c
3571
ds_pattern_bitmode(unsigned and_mask, unsigned
or_mask
, unsigned xor_mask)
3573
assert(and_mask < 32 &&
or_mask
< 32 && xor_mask < 32);
3574
return and_mask | (
or_mask
<< 5) | (xor_mask << 10);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_llvm_build.c
3615
static inline unsigned ds_pattern_bitmode(unsigned and_mask, unsigned
or_mask
, unsigned xor_mask)
3617
assert(and_mask < 32 &&
or_mask
< 32 && xor_mask < 32);
3618
return and_mask | (
or_mask
<< 5) | (xor_mask << 10);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection.cpp
241
unsigned
or_mask
= (mask >> 5) & 0x1f;
local
247
if (and_mask == 0x1f &&
or_mask
< 4 && xor_mask < 4) {
250
res[i] = ((res[i] |
or_mask
) ^ xor_mask) & 0x3;
252
} else if (and_mask == 0x1f && !
or_mask
&& xor_mask == 8) {
254
} else if (and_mask == 0x1f && !
or_mask
&& xor_mask == 0xf) {
256
} else if (and_mask == 0x1f && !
or_mask
&& xor_mask == 0x7) {
Completed in 23 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026