OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodeLogicalImmediate
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
459
.addImm(AArch64_AM::
encodeLogicalImmediate
(0xf, 64)),
484
.addImm(AArch64_AM::
encodeLogicalImmediate
(0xf, 64)),
AArch64FastISel.cpp
1678
AArch64_AM::
encodeLogicalImmediate
(Imm, RegSize));
2753
.addImm(AArch64_AM::
encodeLogicalImmediate
(1, 32));
AArch64InstrInfo.cpp
734
AArch64_AM::
encodeLogicalImmediate
(1ull << Cond[3].getImm(), 32));
739
AArch64_AM::
encodeLogicalImmediate
(1ull << Cond[3].getImm(), 64));
AArch64ISelLowering.cpp
1635
Enc = AArch64_AM::
encodeLogicalImmediate
(NewImm, Size);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h
280
///
encodeLogicalImmediate
- Return the encoded immediate value for a logical
282
static inline uint64_t
encodeLogicalImmediate
(uint64_t imm, unsigned regSize) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp
2807
AArch64_AM::
encodeLogicalImmediate
(Mask, 64));
3104
.addImm(AArch64_AM::
encodeLogicalImmediate
(1, 32));
4215
TstMI.addImm(AArch64_AM::
encodeLogicalImmediate
(Imm, RegSize));
5906
uint64_t Enc = AArch64_AM::
encodeLogicalImmediate
(CstVal, 32);
5915
uint64_t Enc = AArch64_AM::
encodeLogicalImmediate
(CstVal, 64);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
1668
uint64_t encoding = AArch64_AM::
encodeLogicalImmediate
(Val, sizeof(T) * 8);
1677
uint64_t encoding = AArch64_AM::
encodeLogicalImmediate
(Val, sizeof(T) * 8);
Completed in 122 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026