HomeSort by relevance Sort by last modified time
    Searched refs:InsnType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64InsnHelpers.h 18 typedef uint32_t InsnType;
25 static unsigned getBits(InsnType insn, int pos, int l) {
29 static unsigned getRt(InsnType insn) {
33 static unsigned getRt2(InsnType insn) {
37 static unsigned getRa(InsnType insn) {
41 static unsigned getRd(InsnType insn) {
45 static unsigned getRn(InsnType insn) {
49 static unsigned getRm(InsnType insn) {
53 static unsigned getBit(InsnType insn, int pos) {
57 static unsigned getOp31(InsnType insn)
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 437 template <typename InsnType>
438 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address,
441 template <typename InsnType>
443 DecodeAddiGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
446 template <typename InsnType>
448 DecodePOP35GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address,
451 template <typename InsnType>
453 DecodeDaddiGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
456 template <typename InsnType>
458 DecodePOP37GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address
    [all...]

Completed in 1808 milliseconds