Searched refs:signed_operand_val (Results 1 – 2 of 2) sorted by relevance
197 int signed_operand_val, status; in print_xtensa_operand() local210 signed_operand_val = (int) operand_val; in print_xtensa_operand()240 if ((signed_operand_val > -256) && (signed_operand_val < 256)) in print_xtensa_operand()242 "%d", signed_operand_val); in print_xtensa_operand()245 "0x%x", signed_operand_val); in print_xtensa_operand()