Home
last modified time | relevance | path

Searched refs:Reg (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/hardware/
H A Dhwregs.c168 ACPI_GENERIC_ADDRESS *Reg,
223 if (!Reg->BitOffset && Reg->BitWidth && in AcpiHwGetAccessBitWidth()
229 else if (Reg->AccessWidth) in AcpiHwGetAccessBitWidth()
236 Reg->BitOffset + Reg->BitWidth); in AcpiHwGetAccessBitWidth()
298 if (!Reg) in AcpiHwValidateRegister()
326 if (Reg->AccessWidth > 4) in AcpiHwValidateRegister()
336 BitWidth = ACPI_ROUND_UP (Reg->BitOffset + Reg->BitWidth, AccessWidth); in AcpiHwValidateRegister()
398 BitWidth = Reg->BitOffset + Reg->BitWidth; in AcpiHwRead()
399 BitOffset = Reg->BitOffset; in AcpiHwRead()
492 BitWidth = Reg->BitOffset + Reg->BitWidth; in AcpiHwWrite()
[all …]
H A Dhwxface.c248 ACPI_GENERIC_ADDRESS *Reg) in ACPI_EXPORT_SYMBOL()
256 Status = AcpiHwRead (ReturnValue, Reg); in ACPI_EXPORT_SYMBOL()
279 ACPI_GENERIC_ADDRESS *Reg) in ACPI_EXPORT_SYMBOL()
287 Status = AcpiHwWrite (Value, Reg); in ACPI_EXPORT_SYMBOL()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dachware.h182 ACPI_GENERIC_ADDRESS *Reg,
189 ACPI_GENERIC_ADDRESS *Reg);
194 ACPI_GENERIC_ADDRESS *Reg);
H A Dacpiosxf.h522 UINT32 Reg,
531 UINT32 Reg,
H A Dacmacros.h468 #define ACPI_REGISTER_INSERT_VALUE(Reg, Pos, Mask, Val) \ argument
469 Reg = (Reg & (~(Mask))) | ACPI_REGISTER_PREPARE_BITS(Val, Pos, Mask)
H A Dacpixf.h1227 ACPI_GENERIC_ADDRESS *Reg))
1233 ACPI_GENERIC_ADDRESS *Reg))
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c2033 return t.bitfield.class == Reg; in operand_type_check()
2149 if (i.types[j].bitfield.class != Reg in operand_size_match()
2255 if (g0.bitfield.class != Reg in operand_type_register_match()
2262 if (g1.bitfield.class != Reg in operand_type_register_match()
4599 if (i.types[x].bitfield.class == Reg in md_assemble()
5132 if (i.types[op].bitfield.class != Reg) in optimize_imm()
6515 && i.types[0].bitfield.class == Reg in process_suffix()
6585 if (i.types[op].bitfield.class == Reg in process_suffix()
7353 || ((op.bitfield.class != Reg in build_modrm_byte()
7812 if ((type->bitfield.class != Reg in build_modrm_byte()
[all …]
/dragonfly/contrib/binutils-2.34/opcodes/
H A Di386-opc.h718 Reg, /* GPRs and FP regs, distinguished by operand size */ enumerator
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416.ini570 /* Reg A G */
609 /* Reg A G */
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dznver1.md125 ;; Reg operands
139 ;; Reg operands
/dragonfly/sys/dev/netif/ath/ath_hal/ar9001/
H A Dar9160.ini555 /* Reg A G */
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dimplement-c.texi401 @ref{Explicit Reg Vars}.
H A Dextend.texi74 * Explicit Reg Vars:: Defining variables residing in specified registers.
5885 @xref{Explicit Reg Vars}. Then for the @code{asm} operand, use any
5930 (@pxref{Explicit Reg Vars}), and used as asm input or output operands must
6355 Reg Vars}. GCC presently accepts such code with a warning, but will
6377 @node Explicit Reg Vars
6413 * Global Reg Vars::
6414 * Local Reg Vars::
6417 @node Global Reg Vars
6514 @node Local Reg Vars
/dragonfly/games/fortune/datfiles/
H A Dlimerick481 A horny young fellow named Reg,
H A Dfortunes-o710 The champion ferret legger, Reg Mellor, of Yorkshire, holds the world record
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt14886 rename "Register" to simply "Reg" to prevent certain compilers from