Searched refs:gen_bit (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/testsuite/common/ |
| D | bits-gen.c | 48 gen_bit (int bitsize, in gen_bit() function 250 gen_bit ( 4, msb, "BIT4", 4); in main() 251 gen_bit ( 5, msb, "BIT5", 5); in main() 252 gen_bit ( 8, msb, "BIT8", 8); in main() 253 gen_bit (10, msb, "BIT10", 10); in main() 254 gen_bit (16, msb, "BIT16", 16); in main() 255 gen_bit (32, msb, "BIT32", 32); in main() 256 gen_bit (64, msb, "BIT64", 64); in main() 257 gen_bit (bitsize, msb, "BIT", 64); in main() 259 gen_bit ( 8, 8 - 1, "LSBIT8", 8); in main() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/testsuite/ |
| D | ChangeLog-2021 | 98 (gen_bit): Change bit cast to bit mask. Change printf to use %llx. 456 * common/bits-gen.c (gen_bit): Pass in the full name of the macro.
|