Home | History | Annotate | Download | only in opcodes

Lines Matching defs:int_value

103   int int_value, new_value;
108 int_value = (unsigned) N32_IMMS (insn >> pfd->bitpos,
111 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
113 if (int_value < 10)
114 func (stream, "#%d", int_value);
116 func (stream, "#0x%x", int_value);
119 int_value =
121 new_value = int_value;
127 new_value = int_value & 0x03;
128 new_value |= ((int_value & 0x10) >> 2);
132 new_value = ((int_value & 0x1C) >> 2);
164 new_value = int_value << 1;
168 new_value = int_value << 1;
217 int int_value, ifthe1st = 1;
281 int_value =
286 if (int_value == 0)
287 int_value = 6;
289 int_value = (6 + (0x01 << int_value));
290 push25gpr = int_value;
294 int_value = nds32_r45map[int_value];
296 func (stream, "$%s", nds32_keyword_gpr[int_value].name);
301 int_value
305 int_value =
311 int_value += 16;
312 func (stream, "#0x%x", int_value);
317 int_value = 0 - (128 - int_value);
318 func (stream, "#%d", int_value);
326 info->print_address_func (int_value + pc, info);
331 func (stream, "#%d ! {$r6", int_value);
338 if (int_value < 10)
339 func (stream, "#%d", int_value);
341 func (stream, "#0x%x", int_value);
345 if (int_value < 10)
346 func (stream, "#%u", int_value);
348 func (stream, "#0x%x", int_value);
361 int_value =
367 psys_reg = nds32_find_reg_keyword (psys_reg, int_value);
371 func (stream, "%d", int_value);
391 int_value = (unsigned) N32_IMMS (insn >> pfd->bitpos,
394 int_value =
399 info->print_address_func (int_value + pc, info);
403 info->print_address_func (int_value + pc, info);
410 info->print_address_func (int_value + pc, info);
415 func (stream, "#0x%x ! {", int_value);
416 lsmwEnb4 = int_value;
454 if (int_value < 10)
455 func (stream, "#%d", int_value);
457 func (stream, "#0x%x", int_value);
461 if (int_value < 10)
462 func (stream, "#%u", int_value);
464 func (stream, "#0x%x", int_value);