OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLogicalImm
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp
946
bool A64Imms::
isLogicalImm
(unsigned RegWidth, uint64_t Imm, uint32_t &Bits) {
[
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
...]
Completed in 718 milliseconds