Lines Matching refs:op_value
3372 HOST_WIDE_INT op_value = 0; in nds32_print_operand() local
3380 op_value = INTVAL (x); in nds32_print_operand()
3452 if (op_value < 1024 && op_value >= 0) in nds32_print_operand()
3456 fprintf (stream, HOST_WIDE_INT_PRINT_DEC, op_value); in nds32_print_operand()
3458 else if (op_value < 0 in nds32_print_operand()
3459 || op_value >= ((int) ARRAY_SIZE (nds32_intrinsic_register_names) in nds32_print_operand()
3470 nds32_intrinsic_register_names[op_value - 1024]); in nds32_print_operand()
3478 if (op_value < 0 || op_value > 4) in nds32_print_operand()
3480 fprintf (stream, "%s", nds32_cctl_names[op_value]); in nds32_print_operand()
3485 if (op_value < 0 || op_value > 4) in nds32_print_operand()
3487 fprintf (stream, "%s", nds32_cctl_names[op_value + 4]); in nds32_print_operand()
3492 if (op_value < 0 || op_value > 4) in nds32_print_operand()
3494 fprintf (stream, "%s", nds32_cctl_names[op_value + 8]); in nds32_print_operand()
3499 if (op_value < 0 || op_value > 4) in nds32_print_operand()
3501 fprintf (stream, "%s", nds32_cctl_names[op_value + 12]); in nds32_print_operand()
3506 if (op_value < 0 || op_value > 4) in nds32_print_operand()
3508 fprintf (stream, "%s", nds32_cctl_names[op_value + 16]); in nds32_print_operand()
3512 fprintf (stream, "%s", nds32_dpref_names[op_value]); in nds32_print_operand()