Home
last modified time | relevance | path

Searched refs:InsnType (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64InsnHelpers.h18 typedef uint32_t InsnType; typedef
29 static unsigned getRt(InsnType insn) { in getRt()
37 static unsigned getRa(InsnType insn) { in getRa()
41 static unsigned getRd(InsnType insn) { in getRd()
45 static unsigned getRn(InsnType insn) { in getRn()
63 static bool isLD(InsnType insn) { in isLD()
67 static bool isLDST(InsnType insn) { in isLDST()
103 static bool isLDSTU(InsnType insn) { in isLDSTU()
136 static bool isMAC(InsnType insn) { in isMAC()
141 static bool isMLXL(InsnType insn) { in isMLXL()
[all …]