VirtualBox

Changeset 102669 in vbox for trunk


Ignore:
Timestamp:
Dec 21, 2023 9:21:26 AM (9 months ago)
Author:
vboxsync
Message:

iprt/armv8.h: doxygen fixes. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/armv8.h

    r102624 r102669  
    31683168
    31693169
    3170 /** Alias for sub zxr, reg, #uimm12.  */
     3170/** Alias for sub zxr, reg, \#uimm12.  */
    31713171DECL_FORCE_INLINE(uint32_t) Armv8A64MkInstrCmpUImm12(uint32_t iRegSrc, uint32_t uImm12Comprahend,
    31723172                                                     bool f64Bit = true, bool fShift12 = false)
     
    31773177
    31783178
    3179 /** ADD dst, src, #uimm12  */
     3179/** ADD dst, src, \#uimm12  */
    31803180DECL_FORCE_INLINE(uint32_t) Armv8A64MkInstrAddUImm12(uint32_t iRegResult, uint32_t iRegSrc, uint32_t uImm12Addend,
    31813181                                                     bool f64Bit = true, bool fSetFlags = false, bool fShift12 = false)
     
    31853185
    31863186
    3187 /** SUB dst, src, #uimm12  */
     3187/** SUB dst, src, \#uimm12  */
    31883188DECL_FORCE_INLINE(uint32_t) Armv8A64MkInstrSubUImm12(uint32_t iRegResult, uint32_t iRegSrc, uint32_t uImm12Subtrahend,
    31893189                                                     bool f64Bit = true, bool fSetFlags = false, bool fShift12 = false)
     
    32353235
    32363236
    3237 /** Alias for sub zxr, reg1, reg2 [, LSL/LSR/ASR/ROR #xx].  */
     3237/** Alias for sub zxr, reg1, reg2 [, LSL/LSR/ASR/ROR \#xx].  */
    32383238DECL_FORCE_INLINE(uint32_t) Armv8A64MkInstrCmpReg(uint32_t iRegSrc1, uint32_t iRegSrc2, bool f64Bit = true, uint32_t cShift = 0,
    32393239                                                  ARMV8A64INSTRSHIFT enmShift = kArmv8A64InstrShift_Lsl)
     
    32443244
    32453245
    3246 /** ADD dst, reg1, reg2 [, LSL/LSR/ASR/ROR #xx] */
     3246/** ADD dst, reg1, reg2 [, LSL/LSR/ASR/ROR \#xx] */
    32473247DECL_FORCE_INLINE(uint32_t) Armv8A64MkInstrAddReg(uint32_t iRegResult, uint32_t iRegSrc1, uint32_t iRegSrc2,
    32483248                                                  bool f64Bit = true, bool fSetFlags = false, uint32_t cShift = 0,
     
    32533253
    32543254
    3255 /** SUB dst, reg1, reg2 [, LSL/LSR/ASR/ROR #xx] */
     3255/** SUB dst, reg1, reg2 [, LSL/LSR/ASR/ROR \#xx] */
    32563256DECL_FORCE_INLINE(uint32_t) Armv8A64MkInstrSubReg(uint32_t iRegResult, uint32_t iRegSrc1, uint32_t iRegSrc2,
    32573257                                                  bool f64Bit = true, bool fSetFlags = false, uint32_t cShift = 0,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette