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

  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 639 /* Format a list of registers starting at REG_UNIT and REG_NO and conforming
643 unsigned int reg_no, unsigned int rmask,
649 regs[0] = lookup_reg_name (reg_unit, reg_no);
656 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + (i * 2));
658 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + i);
733 unsigned int reg_unit, reg_no; local
739 reg_no = (insn_word >> 19) & REG_MASK;
743 reg_no = 0;
745 reg_name = lookup_reg_name (reg_unit, reg_no);
747 pair_reg = lookup_pair_reg_name (reg_unit, reg_no);
783 unsigned int reg_unit, reg_no; local
824 unsigned int reg_unit, reg_no, rmask; local
1060 unsigned int reg_no; local
1125 unsigned int reg_no, reg_unit; local
1147 unsigned int reg_no, reg_unit; local
1609 unsigned int reg_unit, reg_no; local
1638 unsigned int reg_unit, reg_no; local
1689 unsigned int reg_unit, reg_no; local
2669 int reg_no; local
2815 int reg_no; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readexidx.c 785 Int reg_no = edata->data; local
786 // Same comment as above, re the casting of |reg_no|, applies.
789 maybeFindExprForRegno(&rX_howP, &rX_offP, &state->cfi, reg_no);
793 //curr_rules_.mR13expr = LExpr(LExpr::NODEREF, reg_no, 0);
794 Int expr_ix = gen_CfiExpr_CfiReg_ARM_GPR(state->di, reg_no);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 1000 unsigned int reg_no; local
1038 reg_no = regs[0]->no;
1077 reg_no = 16;
1080 reg_no = regs[0]->no;
1084 (reg_no << 19) |
1664 unsigned int reg_no; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 7654 int reg_no; local
    [all...]

Completed in 108 milliseconds