Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64InsnHelpers.h18 typedef uint32_t InsnType; typedef
25 static unsigned getBits(InsnType insn, int pos, int l) { in getBits()
29 static unsigned getRt(InsnType insn) { in getRt()
33 static unsigned getRt2(InsnType insn) { in getRt2()
37 static unsigned getRa(InsnType insn) { in getRa()
41 static unsigned getRd(InsnType insn) { in getRd()
45 static unsigned getRn(InsnType insn) { in getRn()
49 static unsigned getRm(InsnType insn) { in getRm()
53 static unsigned getBit(InsnType insn, int pos) { in getBit()
57 static unsigned getOp31(InsnType insn) { in getOp31()
[all …]