- Timestamp:
- Oct 18, 2023 11:04:37 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/include/iprt/armv8.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/armv8.h
r101505 r101506 2680 2680 uint32_t uImm7SizeLen, uint32_t uImm6Rotations = 0, bool f64Bit = true) 2681 2681 { 2682 return Armv8A64MkInstrLogicalImm(0, iRegResult, iRegSrc, uImm7SizeLen, uImm 5Rotation, f64Bit);2682 return Armv8A64MkInstrLogicalImm(0, iRegResult, iRegSrc, uImm7SizeLen, uImm6Rotations, f64Bit); 2683 2683 } 2684 2684 … … 2689 2689 uint32_t uImm7SizeLen, uint32_t uImm6Rotations = 0, bool f64Bit = true) 2690 2690 { 2691 return Armv8A64MkInstrLogicalImm(1, iRegResult, iRegSrc, uImm7SizeLen, uImm 5Rotation, f64Bit);2691 return Armv8A64MkInstrLogicalImm(1, iRegResult, iRegSrc, uImm7SizeLen, uImm6Rotations, f64Bit); 2692 2692 } 2693 2693 … … 2698 2698 uint32_t uImm7SizeLen, uint32_t uImm6Rotations = 0, bool f64Bit = true) 2699 2699 { 2700 return Armv8A64MkInstrLogicalImm(2, iRegResult, iRegSrc, uImm7SizeLen, uImm 5Rotation, f64Bit);2700 return Armv8A64MkInstrLogicalImm(2, iRegResult, iRegSrc, uImm7SizeLen, uImm6Rotations, f64Bit); 2701 2701 } 2702 2702 … … 2707 2707 uint32_t uImm7SizeLen, uint32_t uImm6Rotations = 0, bool f64Bit = true) 2708 2708 { 2709 return Armv8A64MkInstrLogicalImm(3, iRegResult, iRegSrc, uImm7SizeLen, uImm 5Rotation, f64Bit);2709 return Armv8A64MkInstrLogicalImm(3, iRegResult, iRegSrc, uImm7SizeLen, uImm6Rotations, f64Bit); 2710 2710 } 2711 2711
Note:
See TracChangeset
for help on using the changeset viewer.

