Searched refs:newbits (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | show-parse.c | 992 int oldbits, newbits; in show_cast_expr() local 999 newbits = new_type->bit_size; in show_cast_expr() 1000 if (oldbits >= newbits) in show_cast_expr() 1005 printf("\tsext%d.%d\tv%d,v%d\n", oldbits, newbits, new, op); in show_cast_expr() 1007 printf("\tandl.%d\t\tv%d,v%d,$%lu\n", newbits, new, op, (1UL << oldbits)-1); in show_cast_expr()
|
D | compile-i386.c | 1652 int oldbits, newbits; in emit_cast_expr() local 1659 newbits = new_type->bit_size; in emit_cast_expr() 1660 if (oldbits >= newbits) in emit_cast_expr() 1665 new = stack_alloc(newbits / 8); in emit_cast_expr()
|