aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/bitfield.go
AgeCommit message (Expand)Author
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2025-08-21cmd/compile: use zero register instead of specialized *zero instructions on l...limeidan
2025-08-21cmd/compile: optimize some patterns into revb2h/revb4h instruction on loong64Xiaolin Zhao
2024-10-29cmd/compile: add rules to optimize go codes to constant 0 on loong64Xiaolin Zhao
2022-08-23cmd/internal/obj/arm64: remove the transition from $0 to ZReric fang
2022-03-25cmd/compile: merge ANDconst and UBFX into UBFX on arm64fanzha02
2021-09-10cmd/compile: simiplify arm64 bitfield optimizationsfanzha02
2021-09-08test/codegen: fix compilation of bitfield testsMichael Munday
2021-09-06cmd/compile: merge sign extension and shift into SBFIZfanzha02
2021-09-06cmd/compile: merge zero/sign extensions with UBFX/SBFX on arm64fanzha02
2021-03-26cmd/compile: add arm64 rules to optimize go codes to constant 0fanzha02
2021-03-23cmd/compile: optimize codes with arm64 REV16 instructionfanzha02
2020-11-06cmd/compile: optimize shift pairs and masks on s390xMichael Munday
2018-04-10test/codegen: port last remaining misc bit/arithmetic testsAlberto Donizetti
2018-03-15cmd/compile/internal/ssa: add patterns for arm64 bitfield opcodesGeoff Berry