Searched refs:resultP (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | expr.c | 1636 expressionS *resultP, /* Deliver result here. */ in expr() argument 1652 retval = operand (resultP, mode); in expr() 1700 if (resultP->X_op == O_big) in expr() 1702 if (resultP->X_add_number > 0) in expr() 1706 resultP->X_op = O_constant; in expr() 1707 resultP->X_add_number = 0; in expr() 1708 resultP->X_add_symbol = NULL; in expr() 1709 resultP->X_op_symbol = NULL; in expr() 1725 if (md_optimize_expr (resultP, op_left, &right)) in expr() 1735 resultP->X_add_number += right.X_add_number; in expr() [all …]
|
| HD | cgen.c | 348 gas_cgen_parse_operand (cd, want, strP, opindex, opinfo, resultP, valueP) in gas_cgen_parse_operand() argument 359 enum cgen_parse_operand_result *resultP; 388 resultP_1 = resultP; 421 *resultP = CGEN_PARSE_OPERAND_RESULT_ERROR; 425 *resultP = CGEN_PARSE_OPERAND_RESULT_ERROR; 431 *resultP = CGEN_PARSE_OPERAND_RESULT_NUMBER; 435 *resultP = CGEN_PARSE_OPERAND_RESULT_REGISTER; 506 * resultP = errmsg 513 *resultP = CGEN_PARSE_OPERAND_RESULT_QUEUED;
|
| HD | ChangeLog-0203 | 4953 (evaluate_expr): Use resultP argument instead of exprP global.
|
| HD | ChangeLog-9295 | 9135 (expr) Fix typo resultP to right if missing operand. Set
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-mep.c | 410 enum cgen_parse_operand_result *resultP, bfd_vma *valueP) in mep_parse_operand() argument 423 resultP, valueP); in mep_parse_operand()
|