OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLSL
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp
68
bool
IsLSL
= OptionHi == 1 && RmSize == 64;
86
} else if (
IsLSL
) {
419
bool
IsLSL
= false;
421
IsLSL
= true;
428
if ((!
IsLSL
|| (
IsLSL
&& isHalf)) && Imm != 0 && Imm != 1)
432
if (
IsLSL
&& (Imm < 0 || Imm > 3))
437
if (!
IsLSL
)
442
if (
IsLSL
) {
/external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp
824
bool
IsLSL
= false;
826
IsLSL
= true;
831
if ((!
IsLSL
|| (
IsLSL
&& IsHalf)) && ShiftAmount != 0 && ShiftAmount != 1)
835
if (
IsLSL
&& ShiftAmount > 3)
Completed in 338 milliseconds