HomeSort by: relevance | last modified time | path
    Searched defs:build_op (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
xtensa-relax.h 126 typedef struct build_op BuildOp;
128 struct build_op struct
xtensa-relax.h 126 typedef struct build_op BuildOp;
128 struct build_op struct
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-relax.h 126 typedef struct build_op BuildOp;
128 struct build_op struct
xtensa-relax.h 126 typedef struct build_op BuildOp;
128 struct build_op struct
  /src/usr.bin/xlint/lint1/
tree.c 736 build_op(op_t op, bool sys, type_t *type, tnode_t *ln, tnode_t *rn) function
1165 return build_op(ADDR, sys, expr_derive_type(tn->tn_type, PTR),
1423 tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn);
1428 ntn = build_op(nop, sys, ntn->tn_type->t_subt, ntn, NULL);
1512 return build_op(op, sys, ln->tn_type, ln, cn);
1598 tnode_t *prod = build_op(MULT, sys, rn->tn_type, rn, elsz);
1602 return build_op(op, sys, ln->tn_type, ln, prod);
1611 tnode_t *raw_diff = build_op(op, sys, ptrdiff, ln, rn);
1618 return build_op(DIV, sys, ptrdiff, raw_diff, elsz);
1621 return build_op(op, sys, ln->tn_type, ln, rn)
    [all...]
tree.c 736 build_op(op_t op, bool sys, type_t *type, tnode_t *ln, tnode_t *rn) function
1165 return build_op(ADDR, sys, expr_derive_type(tn->tn_type, PTR),
1423 tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn);
1428 ntn = build_op(nop, sys, ntn->tn_type->t_subt, ntn, NULL);
1512 return build_op(op, sys, ln->tn_type, ln, cn);
1598 tnode_t *prod = build_op(MULT, sys, rn->tn_type, rn, elsz);
1602 return build_op(op, sys, ln->tn_type, ln, prod);
1611 tnode_t *raw_diff = build_op(op, sys, ptrdiff, ln, rn);
1618 return build_op(DIV, sys, ptrdiff, raw_diff, elsz);
1621 return build_op(op, sys, ln->tn_type, ln, rn)
    [all...]

Completed in 31 milliseconds