aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-01Hexagon (target/hexagon) bit reverse (brev) addressingTaylor Simpson1-0/+8
2021-05-01Hexagon (target/hexagon) circular addressingTaylor Simpson1-22/+14
2021-05-01Hexagon (target/hexagon) add A5_ACS (vacsh)Taylor Simpson1-0/+33
2021-05-01Hexagon (target/hexagon) add F2_sfinvsqrtaTaylor Simpson1-0/+21
2021-05-01Hexagon (target/hexagon) add F2_sfrecipa instructionTaylor Simpson1-0/+37
2021-05-01Hexagon (target/hexagon) compile all debug codeTaylor Simpson1-10/+4
2021-05-01Hexagon (target/hexagon) use softfloat for float-to-int conversionsTaylor Simpson1-41/+128
2021-05-01Hexagon (target/hexagon) use softfloat default NaN and tininessTaylor Simpson1-47/+0
2021-05-01Hexagon (target/hexagon) change variables from int to bool when appropriateTaylor Simpson1-4/+4
2021-05-01Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson1-1/+1
2021-05-01Hexagon (target/hexagon) remove unnecessary inline directivesTaylor Simpson1-19/+18
2021-05-01target/hexagon: fix typo in commentTaylor Simpson1-1/+1
2021-02-18Hexagon (target/hexagon) scalar core helpersTaylor Simpson1-0/+1064