Searched refs:i_imm (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/riscv/
H A Dsim-main.c159 unsigned_word i_imm = EXTRACT_ITYPE_IMM (iw);
192 rd_name, rs1_name, i_imm, rd_name, rs1_name, i_imm);
193 store_rd (cpu, rd, cpu->regs[rs1] + i_imm);
197 rd_name, rs1_name, i_imm, rd_name, rs1_name, i_imm);
199 store_rd (cpu, rd, EXTEND32 (cpu->regs[rs1] + i_imm));
208 rd_name, rs1_name, i_imm, rd_name, rs1_name, i_imm);
209 store_rd (cpu, rd, cpu->regs[rs1] & i_imm);
157 unsigned_word i_imm = EXTRACT_ITYPE_IMM (iw); local
[all...]
/netbsd-current/sys/arch/sparc/include/
H A Dinstr.h180 u_int i_imm:22; /* immediate value */ member in struct:instr::__anon9065

Completed in 185 milliseconds