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

  /src/external/gpl3/gdb/dist/sim/aarch64/
cpustate.c 43 struct aarch64_sim_cpu *aarch64_cpu = AARCH64_SIM_CPU (cpu);
62 struct aarch64_sim_cpu *aarch64_cpu = AARCH64_SIM_CPU (cpu);
81 return AARCH64_SIM_CPU (cpu)->gr[reg_num(reg)].u64;
87 return AARCH64_SIM_CPU (cpu)->gr[reg_num(reg)].s64;
93 return AARCH64_SIM_CPU (cpu)->gr[reg_num(reg)].u32;
99 return AARCH64_SIM_CPU (cpu)->gr[reg_num(reg)].s32;
105 struct aarch64_sim_cpu *aarch64_cpu = AARCH64_SIM_CPU (cpu)
    [all...]
aarch64-sim.h 30 struct aarch64_sim_cpu struct
46 #define AARCH64_SIM_CPU(cpu) ((struct aarch64_sim_cpu *) CPU_ARCH_DATA (cpu))
cpustate.h 306 #define aarch64_get_instr(cpu) (AARCH64_SIM_CPU (cpu)->instr)
simulator.c 5406 struct aarch64_sim_cpu *aarch64_cpu = AARCH64_SIM_CPU (cpu);
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
cpustate.c 43 struct aarch64_sim_cpu *aarch64_cpu = AARCH64_SIM_CPU (cpu);
62 struct aarch64_sim_cpu *aarch64_cpu = AARCH64_SIM_CPU (cpu);
81 return AARCH64_SIM_CPU (cpu)->gr[reg_num(reg)].u64;
87 return AARCH64_SIM_CPU (cpu)->gr[reg_num(reg)].s64;
93 return AARCH64_SIM_CPU (cpu)->gr[reg_num(reg)].u32;
99 return AARCH64_SIM_CPU (cpu)->gr[reg_num(reg)].s32;
105 struct aarch64_sim_cpu *aarch64_cpu = AARCH64_SIM_CPU (cpu)
    [all...]
aarch64-sim.h 30 struct aarch64_sim_cpu struct
46 #define AARCH64_SIM_CPU(cpu) ((struct aarch64_sim_cpu *) CPU_ARCH_DATA (cpu))
cpustate.h 306 #define aarch64_get_instr(cpu) (AARCH64_SIM_CPU (cpu)->instr)
simulator.c 5406 struct aarch64_sim_cpu *aarch64_cpu = AARCH64_SIM_CPU (cpu);

Completed in 57 milliseconds