Home
last modified time | relevance | path

Searched defs:insn (Results 1 – 3 of 3) 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/base/tests/net/jni/
Dapf_jni.cpp90 const struct bpf_insn* insn = bpf.bf_insns; in com_android_server_ApfTest_compileToBpf() local
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp141 static uint32_t findBitMask(uint32_t insn, in findBitMask()