Searched refs:print_riscv_const (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | gen-crc-consts.py | 108 def print_riscv_const(v, bits_per_long, name, val, desc): function 115 print_riscv_const(v, bits_per_long, 'fold_across_2_longs_const_hi', 118 print_riscv_const(v, bits_per_long, 'fold_across_2_longs_const_lo', 122 print_riscv_const(v, bits_per_long, 'barrett_reduction_const_1', 130 print_riscv_const(v, bits_per_long, 'barrett_reduction_const_2', val, desc)
|