OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UImm
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ExpandImm.cpp
43
static bool tryToreplicateChunks(uint64_t
UImm
,
51
++Counts[getChunk(
UImm
, Idx)];
74
Imm16 = (
UImm
>> ShiftAmt) & 0xFFFF;
91
Imm16 = (
UImm
>> ShiftAmt) & 0xFFFF;
151
static bool trySequenceOfOnes(uint64_t
UImm
,
160
int64_t Chunk = getChunk(
UImm
, Idx);
187
uint64_t OrrImm =
UImm
;
194
const uint64_t Chunk = getChunk(
UImm
, Idx);
227
Insn.push_back({ AArch64::MOVKXi, getChunk(
UImm
, FirstMovkIdx),
236
Insn.push_back({ AArch64::MOVKXi, getChunk(
UImm
, SecondMovkIdx)
[
all
...]
AArch64InstrInfo.cpp
799
uint64_t
UImm
= Imm << (64 - BitSize) >> (64 - BitSize);
801
return AArch64_AM::processLogicalImmediate(
UImm
, BitSize, Encoding);
5273
uint64_t
UImm
= SignExtend64(Imm, BitSize);
5275
if (AArch64_AM::processLogicalImmediate(
UImm
, BitSize, Encoding)) {
5364
uint64_t
UImm
= SignExtend64(-Imm, BitSize);
5366
if (AArch64_AM::processLogicalImmediate(
UImm
, BitSize, Encoding)) {
Completed in 22 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026