Searched refs:add_binary_op (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.c | 30 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, p… 1011 val = add_binary_op(ep, btype, OP_SHL, val, value_pseudo(shift)); in linearize_bitfield_insert() 1014 ori = add_binary_op(ep, btype, OP_AND, ori, value_pseudo(~mask & smask)); in linearize_bitfield_insert() 1015 val = add_binary_op(ep, btype, OP_OR, ori, val); in linearize_bitfield_insert() 1057 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, p… in add_binary_op() function 1070 pseudo_t target = add_binary_op(ep, ctype, op, left, right); in add_cmp_op() 1113 val = add_binary_op(ep, btype, OP_LSR, val, shift); in linearize_bitfield_extract() 1163 new = add_binary_op(ep, ad.btype, op, old, one); in linearize_inc_dec() 1484 dst = add_binary_op(ep, ctype, opcode, oldvalue, value); in linearize_assignment() 1577 dst = add_binary_op(ep, &bool_ctype, op, src1, src2); in linearize_binop_bool() [all …]
|