HomeSort by: relevance | last modified time | path
    Searched defs:reg_rt (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
aarch64-tdep.c 5151 uint32_t reg_rt, reg_crn;
5153 reg_rt = bits (aarch64_insn_r->aarch64_insn, 0, 4);
5159 record_buf[0] = reg_rt;
5205 uint32_t reg_rn, reg_rt;
5209 reg_rt = bits (aarch64_insn_r->aarch64_insn, 0, 4);
5258 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM;
5259 reg_rt = (reg_rt + 1) % 32;
5266 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM;
5273 reg_rt = (reg_rt + 1) % 32
5150 uint32_t reg_rt, reg_crn; local
5204 uint32_t reg_rn, reg_rt; local
5434 uint32_t reg_rn, reg_rt, reg_rt2; local
    [all...]
aarch64-tdep.c 5151 uint32_t reg_rt, reg_crn;
5153 reg_rt = bits (aarch64_insn_r->aarch64_insn, 0, 4);
5159 record_buf[0] = reg_rt;
5205 uint32_t reg_rn, reg_rt;
5209 reg_rt = bits (aarch64_insn_r->aarch64_insn, 0, 4);
5258 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM;
5259 reg_rt = (reg_rt + 1) % 32;
5266 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM;
5273 reg_rt = (reg_rt + 1) % 32
5150 uint32_t reg_rt, reg_crn; local
5204 uint32_t reg_rn, reg_rt; local
5434 uint32_t reg_rn, reg_rt, reg_rt2; local
    [all...]
arm-tdep.c 14155 uint32_t reg_rt, reg_rn;
14157 reg_rt = bits (thumb2_insn_r->arm_insn, 12, 15);
14160 if (ARM_PC_REGNUM != reg_rt)
14162 record_buf[0] = reg_rt;
14154 uint32_t reg_rt, reg_rn; local
arm-tdep.c 14155 uint32_t reg_rt, reg_rn;
14157 reg_rt = bits (thumb2_insn_r->arm_insn, 12, 15);
14160 if (ARM_PC_REGNUM != reg_rt)
14162 record_buf[0] = reg_rt;
14154 uint32_t reg_rt, reg_rn; local
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-tdep.c 4981 uint32_t reg_rt, reg_crn;
4983 reg_rt = bits (aarch64_insn_r->aarch64_insn, 0, 4);
4989 record_buf[0] = reg_rt;
5035 uint32_t reg_rn, reg_rt;
5039 reg_rt = bits (aarch64_insn_r->aarch64_insn, 0, 4);
5088 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM;
5089 reg_rt = (reg_rt + 1) % 32;
5096 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM;
5103 reg_rt = (reg_rt + 1) % 32
4980 uint32_t reg_rt, reg_crn; local
5034 uint32_t reg_rn, reg_rt; local
5264 uint32_t reg_rn, reg_rt, reg_rt2; local
    [all...]
aarch64-tdep.c 4981 uint32_t reg_rt, reg_crn;
4983 reg_rt = bits (aarch64_insn_r->aarch64_insn, 0, 4);
4989 record_buf[0] = reg_rt;
5035 uint32_t reg_rn, reg_rt;
5039 reg_rt = bits (aarch64_insn_r->aarch64_insn, 0, 4);
5088 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM;
5089 reg_rt = (reg_rt + 1) % 32;
5096 record_buf[reg_index++] = reg_rt + AARCH64_V0_REGNUM;
5103 reg_rt = (reg_rt + 1) % 32
4980 uint32_t reg_rt, reg_crn; local
5034 uint32_t reg_rn, reg_rt; local
5264 uint32_t reg_rn, reg_rt, reg_rt2; local
    [all...]
arm-tdep.c 14157 uint32_t reg_rt, reg_rn;
14159 reg_rt = bits (thumb2_insn_r->arm_insn, 12, 15);
14162 if (ARM_PC_REGNUM != reg_rt)
14164 record_buf[0] = reg_rt;
14156 uint32_t reg_rt, reg_rn; local
arm-tdep.c 14157 uint32_t reg_rt, reg_rn;
14159 reg_rt = bits (thumb2_insn_r->arm_insn, 12, 15);
14162 if (ARM_PC_REGNUM != reg_rt)
14164 record_buf[0] = reg_rt;
14156 uint32_t reg_rt, reg_rn; local

Completed in 94 milliseconds