Home
last modified time | relevance | path

Searched refs:signed_operand_val (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dxtensa-dis.c82 int signed_operand_val; in print_xtensa_operand() local
94 signed_operand_val = (int) operand_val; in print_xtensa_operand()
107 if ((signed_operand_val > -256) && (signed_operand_val < 256)) in print_xtensa_operand()
108 (*info->fprintf_func) (info->stream, "%d", signed_operand_val); in print_xtensa_operand()
110 (*info->fprintf_func) (info->stream, "0x%x", signed_operand_val); in print_xtensa_operand()