Searched refs:op_value (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
H A D | nds32.cc | 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() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
H A D | nds32.c | 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() [all …]
|
/netbsd-src/sys/arch/ia64/disasm/ |
H A D | disasm_extract.c | 1809 op_value(struct asm_inst *i, int op, uint64_t val) in op_value() function 2306 op_value(i, 2, AR_CSD); in asm_extract() 2329 op_value(i, 3, AR_CSD); in asm_extract() 2404 op_value(i, 4, AR_CSD); in asm_extract() 2406 op_value(i, 5, AR_CCV); in asm_extract() 2410 op_value(i, 4, AR_CCV); in asm_extract() 2496 op_value(i, 2, AR_PFS); in asm_extract()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-bfin.c | 1031 && (head->value.op_value == Expr_Op_Type_Add in Expr_Node_Gen_Reloc() 1032 || head->value.op_value == Expr_Op_Type_Sub) in Expr_Node_Gen_Reloc() 1037 if (head->value.op_value == Expr_Op_Type_Sub) in Expr_Node_Gen_Reloc() 1073 switch (head->value.op_value) in Expr_Node_Gen_Reloc_R() 1119 switch (head->value.op_value) in Expr_Node_Gen_Reloc_R()
|
H A D | bfin-defs.h | 305 Expr_Op_Type op_value; /* if operator, the value. */ member
|
H A D | bfin-parse.y | 4614 if (op == x->value.op_value && x->value.op_value == Expr_Op_Type_Add) in binary() 4622 val.op_value = op; in binary() 4648 val.op_value = op; in unary()
|
H A D | bfin-parse.c | 8008 if (op == x->value.op_value && x->value.op_value == Expr_Op_Type_Add) in binary() 8016 val.op_value = op; in binary() 8042 val.op_value = op; in unary()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-bfin.c | 1020 && (head->value.op_value == Expr_Op_Type_Add in Expr_Node_Gen_Reloc() 1021 || head->value.op_value == Expr_Op_Type_Sub) in Expr_Node_Gen_Reloc() 1026 if (head->value.op_value == Expr_Op_Type_Sub) in Expr_Node_Gen_Reloc() 1062 switch (head->value.op_value) in Expr_Node_Gen_Reloc_R() 1108 switch (head->value.op_value) in Expr_Node_Gen_Reloc_R()
|
H A D | bfin-defs.h | 305 Expr_Op_Type op_value; /* if operator, the value. */ member
|
H A D | bfin-parse.y | 4614 if (op == x->value.op_value && x->value.op_value == Expr_Op_Type_Add) in binary() 4622 val.op_value = op; in binary() 4648 val.op_value = op; in unary()
|
H A D | bfin-parse.c | 8008 if (op == x->value.op_value && x->value.op_value == Expr_Op_Type_Add) in binary() 8016 val.op_value = op; in binary() 8042 val.op_value = op; in unary()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2018 | 24921 * config/nds32/nds32.c (nds32_print_operand): Set op_value ealier.
|