Lines Matching +defs:bit +defs:s
313 #define bit_is_set(bit, bf) ((bf) & (0x01ll << (bit))) argument
314 #define set_bit(bit, bf) ((bf) |= (0x01ll << (bit))) argument
315 #define clear_bit(bit, bf) ((bf) &= ~(0x01ll << (bit))) argument
1337 lit_state *s; in xtensa_end_directive() local
4720 emit_state s; in xtensa_mark_literal_pool_location() local
7417 asection *s; in xtensa_cleanup_align_frags() local
7469 asection *s; in xtensa_fix_target_frags() local
7500 asection *s; in xtensa_mark_narrow_branches() local
7588 asection *s; in xtensa_mark_zcl_first_insns() local
7731 asection *s; in xtensa_fix_a0_b_retw_frags() local
7843 asection *s; in xtensa_fix_b_j_loop_end_frags() local
7909 asection *s; in xtensa_fix_close_loop_end_frags() local
8074 asection *s; in xtensa_fix_short_loop_frags() local
8260 asection *s; in xtensa_sanity_check() local
8906 symbolS *s = fixP->fx_addsy; in xtensa_relax_frag() local
12432 expr_is_const (const expressionS *s) in expr_is_const()
12442 get_expr_const (const expressionS *s) in get_expr_const()
12452 set_expr_const (expressionS *s, offsetT val) in set_expr_const()
12462 expr_is_register (const expressionS *s) in expr_is_register()
12472 get_expr_register (const expressionS *s) in get_expr_register()
12482 set_expr_symbol_offset (expressionS *s, symbolS *sym, offsetT offset) in set_expr_symbol_offset()