Searched refs:resultP (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | expr.c | 1731 add_to_result (expressionS *resultP, offsetT amount, int rhs_highbit) in add_to_result() argument 1733 valueT ures = resultP->X_add_number; in add_to_result() 1736 resultP->X_add_number += amount; in add_to_result() 1738 resultP->X_extrabit ^= rhs_highbit; in add_to_result() 1741 resultP->X_extrabit ^= 1; in add_to_result() 1747 subtract_from_result (expressionS *resultP, offsetT amount, int rhs_highbit) in subtract_from_result() argument 1749 valueT ures = resultP->X_add_number; in subtract_from_result() 1752 resultP->X_add_number -= amount; in subtract_from_result() 1754 resultP->X_extrabit ^= rhs_highbit; in subtract_from_result() 1757 resultP->X_extrabit ^= 1; in subtract_from_result() [all …]
|
D | cgen.c | 347 gas_cgen_parse_operand (cd, want, strP, opindex, opinfo, resultP, valueP) in gas_cgen_parse_operand() argument 358 enum cgen_parse_operand_result *resultP; 387 resultP_1 = resultP; 420 *resultP = CGEN_PARSE_OPERAND_RESULT_ERROR; 424 *resultP = CGEN_PARSE_OPERAND_RESULT_ERROR; 430 *resultP = CGEN_PARSE_OPERAND_RESULT_NUMBER; 434 *resultP = CGEN_PARSE_OPERAND_RESULT_REGISTER; 507 * resultP = errmsg 514 *resultP = CGEN_PARSE_OPERAND_RESULT_QUEUED;
|
D | ChangeLog-0203 | 4945 (evaluate_expr): Use resultP argument instead of exprP global.
|
D | ChangeLog-9295 | 9135 (expr) Fix typo resultP to right if missing operand. Set
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ns32k.c | 649 evaluate_expr (expressionS *resultP, char *ptr) in evaluate_expr() argument 655 expression (resultP); in evaluate_expr()
|
D | tc-mep.c | 451 enum cgen_parse_operand_result *resultP, bfd_vma *valueP) in mep_parse_operand() argument 464 resultP, valueP); in mep_parse_operand()
|
D | tc-hppa.c | 6389 hppa_force_reg_syms_absolute (expressionS *resultP, in hppa_force_reg_syms_absolute() argument 6395 && resultP->X_op == O_register) in hppa_force_reg_syms_absolute() 6398 resultP->X_op = O_constant; in hppa_force_reg_syms_absolute()
|