OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodeLogicalImmediate
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h
279
///
encodeLogicalImmediate
- Return the encoded immediate value for a logical
281
static inline uint64_t
encodeLogicalImmediate
(uint64_t imm, unsigned regSize) {
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
475
AArch64_AM::
encodeLogicalImmediate
(1ull << Cond[3].getImm(), 32));
480
AArch64_AM::
encodeLogicalImmediate
(1ull << Cond[3].getImm(), 64));
[
all
...]
AArch64FastISel.cpp
[
all
...]
Completed in 1588 milliseconds