aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/asm/testdata/s390x.s
AgeCommit message (Expand)Author
2020-11-10cmd/internal/obj/s390x: fix SYNC instruction encodingMichael Munday
2020-04-22cmd/internal: allow ADDE to work with memory location on s390xRuixin(Peter) Bao
2020-04-07cmd/internal: add MVCIN instruction to s390x assemblerRuixin(Peter) Bao
2019-11-04cmd/internal/obj/s390x: add support of SPM instructionCherry Zhang
2019-11-04cmd/asm/internal/asm/testdata/s390x: add test cases for some assembly instruc...Ruixin(Peter) Bao
2019-10-09cmd/asm: add s390x branch-on-count instructionsMichael Munday
2019-10-09cmd/asm: fix element size encoding for VSUMQ instruction on s390xMichael Munday
2019-09-25cmd/asm: add masked branch and conditional load instructions to s390xMichael Munday
2019-09-13cmd/compile: add math/bits.Mul64 intrinsic on s390xRuixin Bao
2019-09-12cmd/internal/obj/s390x: use 12 bit load and store instruction when possible o...Ruixin Bao
2019-09-11cmd/compile/internal/s390x: replace 4-byte NOP with a 2-byte NOP on s390xRuixin(Peter) Bao
2019-05-03cmd/compile: add math/bits.{Add,Sub}64 intrinsics on s390xMichael Munday
2019-04-16cmd/asm: add s390x 'rotate then ... selected bits' instructionsMichael Munday
2019-03-29cmd/asm: add 'insert program mask' instruction for s390xMichael Munday
2018-10-29cmd/asm: add s390x VMSLG instruction variantsbill_ofarrell
2018-09-03cmd/compile: implement OnesCount{8,16,32,64} intrinsics on s390xMichael Munday
2018-04-28cmd/asm: add s390x VMSLG instructionbill_ofarrell
2018-04-03cmd/asm, math: add s390x floating point test instructionsMichael Munday
2018-03-01cmd/asm: fix assembling return jumpCherry Zhang
2017-10-30cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructionsMichael Munday
2017-10-30cmd/asm, cmd/compile: optimize math.Abs and math.Copysign on s390xMichael Munday
2017-05-02cmd/{asm,compile}: avoid zeroAuto clobbering flags on s390xMichael Munday
2017-04-25cmd: fix the order that s390x operands are printed inMichael Munday
2017-04-17cmd/asm, cmd/internal/obj/s390x, math: add LGDR and LDGR instructionsMichael Munday
2017-04-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder
2017-02-10cmd/{asm,internal/obj/s390x}, math: remove emulated float instructionsMichael Munday
2017-02-01cmd/asm, cmd/internal/obj/s390x: fix encoding of VREPI{H,F,G}Michael Munday
2016-11-28cmd/asm: fix parsing of the s390x instructions VSTE{G,F,H,B}Michael Munday
2016-10-21cmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS encodingMichael Munday
2016-10-17cmd/compile: merge loads into operations on s390xMichael Munday
2016-10-07cmd/{asm,compile}: replace TESTB op with CMPWconst on s390xMichael Munday
2016-10-06cmd/{asm,compile}: add ANDW, ORW and XORW instructions to s390xMichael Munday
2016-09-27cmd/asm: fix parsing of the s390x VLE{G,F,H,B} instructionsMichael Munday
2016-09-27cmd/asm: add s390x instructions BLTU and BLEUMichael Munday
2016-09-27cmd/asm, cmd/internal/obj/s390x: improve add/multiply-immediate codegenMichael Munday
2016-09-19cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390xMichael Munday
2016-09-12cmd/asm, cmd/internal/obj/s390x: add new s390x instructions for SSAMichael Munday
2016-08-26cmd/internal/obj/s390x: add FIDBR and FIEBR instructionsMichael Munday
2016-08-26cmd/internal/obj/s390x: add atomic operation instructionsMichael Munday
2016-04-28cmd/compile: allow 64-bit multiplication with immediates on s390xMichael Munday
2016-04-11cmd/internal/obj/s390x: add MULHD instructionMichael Munday
2016-03-30cmd/asm: add s390x supportMichael Munday
2016-03-28Revert "cmd/asm: add s390x support"Matthew Dempsky
2016-03-28cmd/asm: add s390x supportMichael Munday