Searched refs:operand_val (Results 1 – 1 of 1) sorted by relevance
79 unsigned operand_val) in print_xtensa_operand() argument86 if (operand_val < 0xa) in print_xtensa_operand()87 (*info->fprintf_func) (info->stream, "%u", operand_val); in print_xtensa_operand()89 (*info->fprintf_func) (info->stream, "0x%x", operand_val); in print_xtensa_operand()93 (void) xtensa_operand_decode (isa, opc, opnd, &operand_val); in print_xtensa_operand()94 signed_operand_val = (int) operand_val; in print_xtensa_operand()101 &operand_val, memaddr); in print_xtensa_operand()102 info->target = operand_val; in print_xtensa_operand()119 operand_val); in print_xtensa_operand()122 operand_val++; in print_xtensa_operand()[all …]