hex_value          86 arch/powerpc/xmon/spu-dis.c   int hex_value;
hex_value         116 arch/powerpc/xmon/spu-dis.c       hex_value = 0;
hex_value         169 arch/powerpc/xmon/spu-dis.c 	      hex_value = DECODE_INSN_I7 (insn);
hex_value         170 arch/powerpc/xmon/spu-dis.c 	      printf("%d", hex_value);
hex_value         180 arch/powerpc/xmon/spu-dis.c 	      hex_value = DECODE_INSN_I10 (insn);
hex_value         181 arch/powerpc/xmon/spu-dis.c 	      printf("%d", hex_value);
hex_value         184 arch/powerpc/xmon/spu-dis.c 	      hex_value = DECODE_INSN_I10 (insn) * 16;
hex_value         185 arch/powerpc/xmon/spu-dis.c 	      printf("%d", hex_value);
hex_value         188 arch/powerpc/xmon/spu-dis.c 	      hex_value = DECODE_INSN_I16 (insn);
hex_value         189 arch/powerpc/xmon/spu-dis.c 	      printf("%d", hex_value);
hex_value         192 arch/powerpc/xmon/spu-dis.c 	      hex_value = DECODE_INSN_U16 (insn);
hex_value         193 arch/powerpc/xmon/spu-dis.c 	      printf("%u", hex_value);
hex_value         201 arch/powerpc/xmon/spu-dis.c 		  hex_value = memaddr + value;
hex_value         202 arch/powerpc/xmon/spu-dis.c 		  print_address(hex_value & 0x3ffff);
hex_value         216 arch/powerpc/xmon/spu-dis.c 		  hex_value = value;
hex_value         223 arch/powerpc/xmon/spu-dis.c 	      hex_value = DECODE_INSN_U14 (insn);
hex_value         224 arch/powerpc/xmon/spu-dis.c 	      printf("%u", hex_value);
hex_value         233 arch/powerpc/xmon/spu-dis.c       if (hex_value > 16)
hex_value         234 arch/powerpc/xmon/spu-dis.c 	printf("\t# %x", hex_value);