OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:neg_mul
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp
864
const int
neg_mul
= i->src(0).mod.neg() ^ i->src(1).mod.neg();
local
871
assert(!
neg_mul
&& !neg_add);
873
code[1] =
neg_mul
<< 26;
[
all
...]
Completed in 47 milliseconds