Home
last modified time | relevance | path

Searched refs:bits_to_uint (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dtype_helper.h61 static inline const char* bits_to_uint(int v) { in bits_to_uint() function
Dcodegen_llvm.cc253 … n->bitop_->bit_offset_, bits_to_uint(n->bitop_->bit_width_ + 1), n->bitop_->bit_width_); in visit_ident_expr_node()
299 … n->bitop_->bit_offset_, bits_to_uint(n->bitop_->bit_width_ + 1), n->bitop_->bit_width_); in visit_ident_expr_node()
319 emit(" & ~((((%s)1 << %d) - 1) << %d)) | (", bits_to_uint(n->lhs_->bit_width_), in visit_assign_expr_node()