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

  /src/external/gpl3/gdb.old/dist/gdb/
cris-tdep.c 480 unsigned long delay_slot_pc; member in struct:instruction_environment
2007 = inst_env->delay_slot_pc;
2624 inst_env->delay_slot_pc = inst_env->reg[REG_PC] & 0xFFFFFF00;
2628 inst_env->delay_slot_pc = inst_env->reg[REG_PC] & 0xFFFF0000;
2632 inst_env->delay_slot_pc = 0x0;
2950 inst_env->delay_slot_pc = inst_env->preg[cris_get_operand2 (inst)];
  /src/external/gpl3/gdb/dist/gdb/
cris-tdep.c 480 unsigned long delay_slot_pc; member in struct:instruction_environment
2007 = inst_env->delay_slot_pc;
2624 inst_env->delay_slot_pc = inst_env->reg[REG_PC] & 0xFFFFFF00;
2628 inst_env->delay_slot_pc = inst_env->reg[REG_PC] & 0xFFFF0000;
2632 inst_env->delay_slot_pc = 0x0;
2950 inst_env->delay_slot_pc = inst_env->preg[cris_get_operand2 (inst)];

Completed in 44 milliseconds