summaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/s390x/anames.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/internal: add MVCIN instruction to s390x assemblerRuixin(Peter) Bao2020-04-071-0/+1
* cmd/internal/obj/s390x: add support of SPM instructionCherry Zhang2019-11-041-0/+1
* cmd/asm: add s390x branch-on-count instructionsMichael Munday2019-10-091-0/+2
* cmd/asm: add masked branch and conditional load instructions to s390xMichael Munday2019-09-251-0/+11
* cmd/compile: add math/bits.Mul64 intrinsic on s390xRuixin Bao2019-09-131-0/+1
* cmd/compile/internal/s390x: replace 4-byte NOP with a 2-byte NOP on s390xRuixin(Peter) Bao2019-09-111-0/+1
* cmd/asm: add s390x 'rotate then ... selected bits' instructionsMichael Munday2019-04-161-0/+14
* cmd/asm: add 'insert program mask' instruction for s390xMichael Munday2019-03-291-0/+1
* cmd/asm: add s390x VMSLG instruction variantsbill_ofarrell2018-10-291-0/+3
* cmd/compile: implement OnesCount{8,16,32,64} intrinsics on s390xMichael Munday2018-09-031-0/+1
* cmd/internal/obj: follow convention for generated code commentTobias Klauser2018-07-031-2/+1
* cmd/asm: add s390x VMSLG instructionbill_ofarrell2018-04-281-0/+1
* cmd/asm, math: add s390x floating point test instructionsMichael Munday2018-04-031-0/+4
* cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructionsMichael Munday2017-10-301-0/+4
* cmd/asm, cmd/compile: optimize math.Abs and math.Copysign on s390xMichael Munday2017-10-301-0/+3
* cmd/asm, cmd/internal/obj/s390x, math: add LGDR and LDGR instructionsMichael Munday2017-04-171-0/+2
* cmd/{asm,internal/obj/s390x}, math: remove emulated float instructionsMichael Munday2017-02-101-4/+0
* cmd/asm, cmd/internal/obj/s390x: delete unused instructionsMichael Munday2016-10-061-4/+0
* cmd/{asm,compile}: add ANDW, ORW and XORW instructions to s390xMichael Munday2016-10-061-4/+3
* cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390xMichael Munday2016-09-191-0/+1
* cmd/asm, cmd/internal/obj/s390x: add new s390x instructions for SSAMichael Munday2016-09-121-0/+16
* cmd/internal/obj/s390x: add FIDBR and FIEBR instructionsMichael Munday2016-08-261-0/+2
* cmd/internal/obj/s390x: add atomic operation instructionsMichael Munday2016-08-261-0/+10
* cmd/internal/obj/s390x: add MULHD instructionMichael Munday2016-04-111-0/+1
* cmd/internal/obj/s390x: add s390x supportMichael Munday2016-03-301-0/+650