OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AArch64_AM_getShiftType
(Results
1 - 2
of
2
) sorted by null
/external/capstone/arch/AArch64/
AArch64AddressingModes.h
69
static inline AArch64_AM_ShiftExtendType
AArch64_AM_getShiftType
(unsigned Imm)
AArch64InstPrinter.c
763
if (
AArch64_AM_getShiftType
(Val) == AArch64_AM_LSL &&
767
SStream_concat(O, ", %s ", AArch64_AM_getShiftExtendName(
AArch64_AM_getShiftType
(Val)));
771
switch(
AArch64_AM_getShiftType
(Val)) {
[
all
...]
Completed in 43 milliseconds