| /src/external/gpl3/gdb.old/dist/sim/riscv/ |
| sim-main.c | 167 unsigned_word i_imm = EXTRACT_ITYPE_IMM (iw); 203 rd_name, rs1_name, i_imm, rd_name, rs1_name, i_imm); 204 store_rd (cpu, rd, riscv_cpu->regs[rs1] + i_imm); 208 rd_name, rs1_name, i_imm, rd_name, rs1_name, i_imm); 210 store_rd (cpu, rd, EXTEND32 (riscv_cpu->regs[rs1] + i_imm)); 219 rd_name, rs1_name, i_imm, rd_name, rs1_name, i_imm); 220 store_rd (cpu, rd, riscv_cpu->regs[rs1] & i_imm); 165 unsigned_word i_imm = EXTRACT_ITYPE_IMM (iw); local [all...] |
| /src/external/gpl3/gdb/dist/sim/riscv/ |
| sim-main.c | 167 unsigned_word i_imm = EXTRACT_ITYPE_IMM (iw); 203 rd_name, rs1_name, i_imm, rd_name, rs1_name, i_imm); 204 store_rd (cpu, rd, riscv_cpu->regs[rs1] + i_imm); 208 rd_name, rs1_name, i_imm, rd_name, rs1_name, i_imm); 210 store_rd (cpu, rd, EXTEND32 (riscv_cpu->regs[rs1] + i_imm)); 219 rd_name, rs1_name, i_imm, rd_name, rs1_name, i_imm); 220 store_rd (cpu, rd, riscv_cpu->regs[rs1] & i_imm); 165 unsigned_word i_imm = EXTRACT_ITYPE_IMM (iw); local [all...] |
| /src/sys/arch/sparc/include/ |
| instr.h | 180 u_int i_imm:22; /* immediate value */ member in struct:instr::__anon1958
|