Home
last modified time | relevance | path

Searched defs:bit_width (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c273 static void gen_c_int_type(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_c_int_type()
283 unsigned bit_width, in gen_constant()
303 unsigned bit_width, in gen_tmp()
355 unsigned bit_width, in gen_imm_value()
371 HexValue gen_imm_qemu_tmp(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_imm_qemu_tmp()
484 unsigned bit_width, in gen_varid_allocate()
526 unsigned bit_width = (op_is64bit) ? 64 : 32; in gen_bin_cmp() local
558 static void gen_simple_op(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_simple_op()
592 static void gen_sub_op(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_sub_op()
621 static void gen_asl_op(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_asl_op()
[all …]
H A Didef-parser.h55 unsigned bit_width; /**< Bit width of the reg, 32 or 64 bits */ member
109 unsigned bit_width; /**< Bit width of the cast operator */ member
117 unsigned bit_width; /**< Bit width of the extract operator */ member
149 uint8_t bit_width; /**< Bit width of the VARID variable */ member
174 unsigned bit_width; /**< Bit width of the rvalue */ member
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py496 def to_signed(number, bit_width=None): argument
/openbmc/qemu/include/hw/acpi/
H A Dacpi-defs.h53 uint8_t bit_width; /* Size in bits of given register */ member
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h133 u8 bit_width; /* Register size in bits */ member
/openbmc/qemu/hw/acpi/
H A Daml-build.c407 uint8_t bit_width, uint8_t bit_offset, in build_append_gas()