Home
last modified time | relevance | path

Searched defs:insn (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64InsnHelpers.h25 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()
63 static bool isLD(InsnType insn) { in isLD()
[all …]
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp141 static uint32_t findBitMask(uint32_t insn, in findBitMask()