Home | History | Annotate | Download | only in opcodes

Lines Matching defs:imm16

40 unsigned long imm26, imm16, func, current_insn_addr;
215 (*info->fprintf_func) (info->stream, "0x%04x", (int)imm16);
222 (*info->fprintf_func) (info->stream, "0x%04x[r%d]", (int)imm16, (int)rs1);
256 (*info->fprintf_func) (info->stream, "0x%04x[r%d],", (int)imm16, (int)rs1);
314 (*info->fprintf_func) (info->stream, "0x%04x", (int)imm16);
344 if (imm16 & 0x00008000)
345 imm16 |= 0xFFFF0000;
347 imm16 += (current_insn_addr + 4);
351 (*info->fprintf_func) (info->stream, "0x%08x", (int) imm16);
468 imm16= dlx_get_imm16 (insn_word);
477 " imm16 = 0x%08x\n"
479 opc, rs1, rs2, rd, func, imm16, imm26);