Home | History | Annotate | Download | only in opcodes

Lines Matching refs:int_value

148   int int_value, new_value;
153 int_value =
156 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
158 if (int_value < 0)
159 func (stream, "#%d", int_value);
161 func (stream, "#0x%x", int_value);
164 int_value =
166 new_value = int_value;
172 new_value = int_value & 0x03;
173 new_value |= ((int_value & 0x10) >> 2);
177 new_value = ((int_value & 0x1C) >> 2);
209 new_value = int_value << 1;
213 new_value = int_value << 1;
238 int int_value, ifthe1st = 1;
312 int_value =
317 if (int_value == 0)
318 int_value = 6;
320 int_value = (6 + (0x01 << int_value));
321 push25gpr = int_value;
325 int_value = nds32_r45map[int_value];
327 func (stream, "$%s", keyword_gpr[int_value].name);
332 int_value =
336 int_value =
342 int_value += 16;
343 func (stream, "#0x%x", int_value);
348 int_value = 0 - (128 - int_value);
349 func (stream, "#%d", int_value);
358 info->print_address_func (int_value + pc, info);
363 func (stream, "#%d ! {$r6", int_value);
371 func (stream, "#%d", int_value);
372 nds32_ex9_info (pc, info, int_value);
376 if (int_value < 0)
377 func (stream, "#%d", int_value);
379 func (stream, "#0x%x", int_value);
382 func (stream, "#0x%x", int_value);
394 int_value =
399 psys_reg = nds32_find_reg_keyword (psys_reg, int_value);
403 func (stream, "%d", int_value);
423 int_value =
426 int_value =
431 info->print_address_func (int_value + pc, info);
435 info->print_address_func (int_value + pc, info);
444 info->print_address_func ((pc & 0xFE000000) | int_value,
448 func (stream, "PC(31,25)|#0x%x", int_value);
450 info->print_address_func (int_value + pc, info);
455 func (stream, "#0x%x ! {", int_value);
456 lsmwEnb4 = int_value;
494 if (int_value < 0)
495 func (stream, "#%d", int_value);
497 func (stream, "#0x%x", int_value);
501 func (stream, "#0x%x", int_value);