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

  /src/external/gpl3/gdb.old/dist/sim/riscv/
sim-main.c 72 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu);
76 riscv_cpu->regs[rd] = val;
102 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu);
110 riscv_cpu->csr.fcsr = (riscv_cpu->csr.fcsr & ~0xe0) | (val << 5);
115 riscv_cpu->csr.fcsr = (riscv_cpu->csr.fcsr & ~0x1f) | val;
120 riscv_cpu->csr.frm = (val >> 5) & 0x7;
121 riscv_cpu->csr.fflags = val & 0x1f;
159 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu)
70 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
100 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
157 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
686 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
837 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
978 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1292 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1331 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1393 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1402 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1410 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1445 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1483 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1550 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/riscv/
sim-main.c 72 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu);
76 riscv_cpu->regs[rd] = val;
102 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu);
110 riscv_cpu->csr.fcsr = (riscv_cpu->csr.fcsr & ~0xe0) | (val << 5);
115 riscv_cpu->csr.fcsr = (riscv_cpu->csr.fcsr & ~0x1f) | val;
120 riscv_cpu->csr.frm = (val >> 5) & 0x7;
121 riscv_cpu->csr.fflags = val & 0x1f;
159 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu)
70 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
100 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
157 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
686 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
837 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
978 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1292 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1331 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1393 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1402 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1410 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1445 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1483 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
1550 struct riscv_sim_cpu *riscv_cpu = RISCV_SIM_CPU (cpu); local
    [all...]

Completed in 18 milliseconds