Searched refs:bitsize (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/rust/hw/char/pl011/src/ |
| H A D | registers.rs | 81 #[bitsize(8)] 96 #[bitsize(32)] 122 #[bitsize(32)] 147 #[bitsize(32)] 194 #[bitsize(32)] 235 #[bitsize(1)] 244 #[bitsize(1)] 256 #[bitsize(2)] 278 #[bitsize(32)]
|
| /openbmc/qemu/target/riscv/ |
| H A D | gdbstub.c | 261 int bitsize = riscv_cpu_max_xlen(mcc); in riscv_gen_dynamic_csr_feature() local 270 if (bitsize > 64) { in riscv_gen_dynamic_csr_feature() 271 bitsize = 64; in riscv_gen_dynamic_csr_feature() 289 gdb_feature_builder_append_reg(&builder, name, bitsize, i, in riscv_gen_dynamic_csr_feature() 306 int bitsize = cpu->cfg.vlenb << 3; in ricsv_gen_dynamic_vector_feature() local 316 int count = bitsize / vec_lanes[i].size; in ricsv_gen_dynamic_vector_feature() 334 bitsize, i, "riscv_vector", "vector"); in ricsv_gen_dynamic_vector_feature()
|
| /openbmc/qemu/include/exec/ |
| H A D | gdbstub.h | 98 int bitsize,
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | multilib_header.bbclass | 10 # add a unique identifier to the name for the ABI/bitsize that is being used.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch | 154 make_int_n (const char *m, int bitsize, 156 @@ -741,7 +741,7 @@ make_int_n (const char *m, int bitsize,
|
| /openbmc/qemu/target/arm/ |
| H A D | gdbstub.c | 267 int bitsize, int n) in arm_gen_one_feature_sysreg() argument 269 gdb_feature_builder_append_reg(builder, ri->name, bitsize, n, in arm_gen_one_feature_sysreg()
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/ |
| H A D | kexec-tools-klibc_git.bb | 69 # fix include/limits.h:42:10: fatal error: bitsize/limits.h: No such file or directory
|
| /openbmc/qemu/gdbstub/ |
| H A D | gdbstub.c | 442 int bitsize, in gdb_feature_builder_append_reg() argument 457 name, bitsize, builder->base_reg + regnum, type, group); in gdb_feature_builder_append_reg() 462 name, bitsize, builder->base_reg + regnum, type); in gdb_feature_builder_append_reg()
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | 32and64bit.patch | 3 We run the ldconfig in the cross fashion. make the code bitsize aware so that
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-a64.c | 4752 unsigned int bitsize = a->sf ? 64 : 32; in trans_SBFM() local 4767 pos = (bitsize - ri) & (bitsize - 1); in trans_SBFM() 4792 unsigned int bitsize = a->sf ? 64 : 32; in trans_UBFM() local 4807 pos = (bitsize - ri) & (bitsize - 1); in trans_UBFM() 4817 unsigned int bitsize = a->sf ? 64 : 32; in trans_BFM() local 4833 pos = (bitsize - ri) & (bitsize - 1); in trans_BFM()
|