OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShiftedMask_32
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h
62
if (
isShiftedMask_32
(Val)) {
70
if (
isShiftedMask_32
(Val)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VE.h
350
return (Val & (UINT32_C(1) << 31)) &&
isShiftedMask_32
(Val);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp
301
(
isShiftedMask_32
(Imm.getZExtValue()) ||
302
isShiftedMask_32
(~Imm.getZExtValue())))
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MathExtras.h
478
/// remainder zero (32 bit version.) Ex.
isShiftedMask_32
(0x0000FF00U) == true.
479
constexpr inline bool
isShiftedMask_32
(uint32_t Value) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp
2444
return
isShiftedMask_32
(Mask);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
3230
isShiftedMask_32
(And_imm)) {
ARMISelLowering.cpp
13334
if (LeftShift &&
isShiftedMask_32
(C1)) {
13347
if (!LeftShift &&
isShiftedMask_32
(C1)) {
18996
return
isShiftedMask_32
(~v);
Completed in 71 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026