OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLogicalImm
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp
184
if (!A64Imms::
isLogicalImm
(RegWidth, CN->getZExtValue(), Bits))
214
} else if (A64Imms::
isLogicalImm
(DestWidth, BitPat, LogicalBits)) {
AArch64ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
402
template<unsigned RegWidth> bool
isLogicalImm
() const {
409
return A64Imms::
isLogicalImm
(RegWidth, CE->getValue(), Bits);
413
if (!
isLogicalImm
<RegWidth>()) return false;
961
A64Imms::
isLogicalImm
(RegWidth, CE->getValue(), Bits);
[
all
...]
/external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp
946
bool A64Imms::
isLogicalImm
(unsigned RegWidth, uint64_t Imm, uint32_t &Bits) {
[
all
...]
AArch64BaseInfo.h
[
all
...]
Completed in 77 milliseconds