HomeSort by: relevance | last modified time | path
    Searched refs:O_constant (Results 1 - 25 of 171) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/binutils/dist/gas/config/
tc-mmix.c 1109 || ((exp[0].X_op == O_constant || exp[0].X_op == O_register)
1117 if (exp[0].X_op == O_register || exp[0].X_op == O_constant)
1170 if (n_operands != 3 || exp[2].X_op == O_constant)
1222 || ((exp[0].X_op == O_constant || exp[0].X_op == O_register)
1229 else if (exp[0].X_op == O_constant || exp[0].X_op == O_register)
1242 || (exp[0].X_op == O_constant
1251 if (exp[0].X_op == O_constant)
1268 || (exp[1].X_op == O_constant
1276 if (exp[1].X_op == O_constant)
1315 || (exp[2].X_op == O_constant
    [all...]
loongarch-parse.y 34 .X_op = O_constant,
42 && info->value.X_op == O_constant);
78 top->value.X_op = O_constant;
114 if (ep.X_op != O_constant)
117 top->value.X_op = O_constant;
149 id_sym_expr.X_op = O_constant;
tc-riscv.c 2156 if ((ex->X_op == O_constant || ex->X_op == O_symbol)
2174 else if (ex->X_op != O_constant)
2246 if (ep->X_op != O_constant)
2377 if (imm_expr->X_op == O_constant)
2620 ep->X_op = O_constant;
2675 ep->X_op = O_constant;
2730 ep->X_op = O_constant;
2753 ep->X_op = O_constant;
3024 || imm_expr->X_op != O_constant
3034 || imm_expr->X_op != O_constant
    [all...]
tc-tic4x.c 676 exp.X_op = O_constant;
836 if (exp.X_op == O_constant)
892 if (exp.X_op != O_constant)
1422 if (operand->expr.X_op != O_constant)
1520 if (exp->X_op == O_constant)
1543 if (exp->X_op == O_constant)
1568 if (exp->X_op != O_constant && exp->X_op != O_symbol)
1570 if (exp->X_op == O_constant)
1683 if (exp->X_op == O_constant)
1711 if (exp->X_op == O_constant)
    [all...]
tc-bpf.c 952 if (insn->has_imm32 && insn->imm32.X_op == O_constant)
962 if (insn->has_disp32 && insn->disp32.X_op == O_constant)
972 if (insn->has_offset16 && insn->offset16.X_op == O_constant)
982 if (insn->has_disp16 && insn->disp16.X_op == O_constant)
992 if (insn->has_imm64 && insn->imm64.X_op == O_constant)
1049 case O_constant:
1080 case O_constant:
1114 case O_constant:
1146 case O_constant:
1176 case O_constant
    [all...]
tc-hppa.c 1097 ((exp).X_op != O_constant && (exp).X_op != O_symbol)
2516 if (insn->exp.X_op != O_constant)
3335 if (strict && the_insn.exp.X_op != O_constant)
3345 if (strict && the_insn.exp.X_op != O_constant)
3357 if (strict && the_insn.exp.X_op != O_constant)
3369 if (strict && the_insn.exp.X_op != O_constant)
3378 if (strict && the_insn.exp.X_op != O_constant)
3387 if (strict && the_insn.exp.X_op != O_constant)
4548 if (the_insn.exp.X_op == O_constant)
4562 if (the_insn.exp.X_op == O_constant)
    [all...]
tc-msp430.c 425 && op->X_op == O_constant
605 exp1.X_op = O_constant;
617 exp.X_op = O_constant;
644 exp.X_op = O_constant;
1976 if (op->exp.X_op == O_constant)
2097 op->exp.X_op = O_constant;
2181 if (op->exp.X_op == O_constant)
2296 if (op->exp.X_op == O_constant)
2401 if (op->exp.X_op != O_constant || op->exp.X_add_number != 0)
2454 if (op1->exp.X_op == O_constant)
    [all...]
tc-dlx.c 625 if (operandp->X_op != O_constant
779 if (operand->X_op == O_constant)
808 if (operand->X_op == O_constant)
823 if (operand->X_op == O_constant)
1134 if (expressionP->X_op != O_constant)
tc-sparc.c 1253 if (the_insn.exp.X_op == O_constant)
1273 if (the_insn.exp.X_op != O_constant
1279 & (the_insn.exp.X_op == O_constant
1281 the_insn.reloc = (the_insn.exp.X_op != O_constant
1288 if (the_insn.exp.X_op != O_constant
1295 & (the_insn.exp.X_op != O_constant
1297 the_insn.reloc = (the_insn.exp.X_op != O_constant
1312 if (the_insn.exp.X_op != O_constant)
1382 if (the_insn.exp.X_op != O_constant)
1451 the_insn.reloc = (the_insn.exp.X_op != O_constant
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mmix.c 1109 || ((exp[0].X_op == O_constant || exp[0].X_op == O_register)
1117 if (exp[0].X_op == O_register || exp[0].X_op == O_constant)
1170 if (n_operands != 3 || exp[2].X_op == O_constant)
1222 || ((exp[0].X_op == O_constant || exp[0].X_op == O_register)
1229 else if (exp[0].X_op == O_constant || exp[0].X_op == O_register)
1242 || (exp[0].X_op == O_constant
1251 if (exp[0].X_op == O_constant)
1268 || (exp[1].X_op == O_constant
1276 if (exp[1].X_op == O_constant)
1315 || (exp[2].X_op == O_constant
    [all...]
loongarch-parse.y 33 .X_op = O_constant,
41 && info->value.X_op == O_constant);
77 top->value.X_op = O_constant;
113 if (ep.X_op != O_constant)
116 top->value.X_op = O_constant;
148 id_sym_expr.X_op = O_constant;
tc-riscv.c 2156 if ((ex->X_op == O_constant || ex->X_op == O_symbol)
2174 else if (ex->X_op != O_constant)
2246 if (ep->X_op != O_constant)
2377 if (imm_expr->X_op == O_constant)
2613 ep->X_op = O_constant;
2668 ep->X_op = O_constant;
2723 ep->X_op = O_constant;
2746 ep->X_op = O_constant;
3016 || imm_expr->X_op != O_constant
3026 || imm_expr->X_op != O_constant
    [all...]
tc-tic4x.c 676 exp.X_op = O_constant;
836 if (exp.X_op == O_constant)
892 if (exp.X_op != O_constant)
1422 if (operand->expr.X_op != O_constant)
1520 if (exp->X_op == O_constant)
1543 if (exp->X_op == O_constant)
1568 if (exp->X_op != O_constant && exp->X_op != O_symbol)
1570 if (exp->X_op == O_constant)
1683 if (exp->X_op == O_constant)
1711 if (exp->X_op == O_constant)
    [all...]
tc-bpf.c 952 if (insn->has_imm32 && insn->imm32.X_op == O_constant)
962 if (insn->has_disp32 && insn->disp32.X_op == O_constant)
972 if (insn->has_offset16 && insn->offset16.X_op == O_constant)
982 if (insn->has_disp16 && insn->disp16.X_op == O_constant)
992 if (insn->has_imm64 && insn->imm64.X_op == O_constant)
1049 case O_constant:
1080 case O_constant:
1114 case O_constant:
1146 case O_constant:
1176 case O_constant
    [all...]
tc-hppa.c 1097 ((exp).X_op != O_constant && (exp).X_op != O_symbol)
2516 if (insn->exp.X_op != O_constant)
3335 if (strict && the_insn.exp.X_op != O_constant)
3345 if (strict && the_insn.exp.X_op != O_constant)
3357 if (strict && the_insn.exp.X_op != O_constant)
3369 if (strict && the_insn.exp.X_op != O_constant)
3378 if (strict && the_insn.exp.X_op != O_constant)
3387 if (strict && the_insn.exp.X_op != O_constant)
4548 if (the_insn.exp.X_op == O_constant)
4562 if (the_insn.exp.X_op == O_constant)
    [all...]
tc-msp430.c 425 && op->X_op == O_constant
605 exp1.X_op = O_constant;
617 exp.X_op = O_constant;
644 exp.X_op = O_constant;
1976 if (op->exp.X_op == O_constant)
2097 op->exp.X_op = O_constant;
2181 if (op->exp.X_op == O_constant)
2296 if (op->exp.X_op == O_constant)
2401 if (op->exp.X_op != O_constant || op->exp.X_add_number != 0)
2454 if (op1->exp.X_op == O_constant)
    [all...]
tc-dlx.c 625 if (operandp->X_op != O_constant
779 if (operand->X_op == O_constant)
808 if (operand->X_op == O_constant)
823 if (operand->X_op == O_constant)
1134 if (expressionP->X_op != O_constant)
  /src/external/gpl3/binutils.old/dist/gas/
expr.c 52 static const expressionS zero = { .X_op = O_constant };
86 (expressionP->X_op == O_constant
94 if (expressionP->X_op == O_constant)
192 e.X_op = O_constant;
583 expressionP->X_op = O_constant;
629 expressionP->X_op = O_constant;
654 expressionP->X_op = O_constant;
719 expressionP->X_op = O_constant;
741 expressionp->X_op = O_constant;
892 expressionP->X_op = O_constant;
    [all...]
read.c 538 if (exp->X_op != O_constant)
1446 /* Convert O_constant expression EXP into the equivalent O_big
2062 if (exp.X_op != O_constant)
2288 if (!resolve_expression (&diag->exp) || diag->exp.X_op != O_constant)
2366 else if (rep_exp.X_op == O_constant && rep_exp.X_add_number <= 0)
2374 if (now_seg == absolute_section && rep_exp.X_op != O_constant)
2385 && (rep_exp.X_op != O_constant || rep_exp.X_add_number != 0)
2399 if (rep_exp.X_op == O_constant)
2416 size_exp.X_op = O_constant;
2749 if (exp.X_op != O_constant
    [all...]
ehopt.c 359 if ((int) *pnbytes == -1 && exp->X_op == O_constant)
364 else if (*pnbytes == 1 && exp->X_op == O_constant)
393 && exp->X_op == O_constant
409 if (exp->X_op == O_constant)
expr.h 47 O_constant,
136 - O_constant expressions, where it is only used when an O_constant must be
  /src/external/gpl3/binutils/dist/gas/
expr.c 50 static const expressionS zero = { .X_op = O_constant };
84 (expressionP->X_op == O_constant
92 if (expressionP->X_op == O_constant)
189 .X_op = O_constant,
580 expressionP->X_op = O_constant;
626 expressionP->X_op = O_constant;
651 expressionP->X_op = O_constant;
716 expressionP->X_op = O_constant;
738 expressionp->X_op = O_constant;
894 expressionP->X_op = O_constant;
    [all...]
read.c 538 if (exp->X_op != O_constant)
1456 /* Convert O_constant expression EXP into the equivalent O_big
2069 if (exp.X_op != O_constant)
2293 if (!resolve_expression (&diag->exp) || diag->exp.X_op != O_constant)
2374 else if (rep_exp.X_op == O_constant && rep_exp.X_add_number <= 0)
2382 if (now_seg == absolute_section && rep_exp.X_op != O_constant)
2393 && (rep_exp.X_op != O_constant || rep_exp.X_add_number != 0)
2407 if (rep_exp.X_op == O_constant)
2424 size_exp.X_op = O_constant;
2757 if (exp.X_op != O_constant
    [all...]
ehopt.c 358 if ((int) *pnbytes == -1 && exp->X_op == O_constant)
363 else if (*pnbytes == 1 && exp->X_op == O_constant)
392 && exp->X_op == O_constant
408 if (exp->X_op == O_constant)
expr.h 47 O_constant,
130 - O_constant expressions, where it is only used when an O_constant must be

Completed in 88 milliseconds

1 2 3 4 5 6 7