OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:countd
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp
32
unsigned
CountD
= (Imm >> 4) & 3;
37
//
CountD
specifies which element of destination to update.
38
ShuffleMask[
CountD
] = InVal;
39
// ZMask zaps values, potentially overriding the
CountD
elt.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
473
LLVMValueRef shufflev,
countd
;
local
484
countd
= LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, "");
485
countd
= LLVMBuildBitCast(builder,
countd
, counttype, "
countd
");
507
count = lp_build_intrinsic_unary(builder, popcntintr, counttype,
countd
);
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
473
LLVMValueRef shufflev,
countd
;
local
484
countd
= LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, "");
485
countd
= LLVMBuildBitCast(builder,
countd
, counttype, "
countd
");
507
count = lp_build_intrinsic_unary(builder, popcntintr, counttype,
countd
);
Completed in 71 milliseconds