summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | target/riscv: vector mask population count vmpopcLIU Zhiwei2020-07-024-0/+55
| * | | | target/riscv: vector mask-register logical instructionsLIU Zhiwei2020-07-024-0/+92
| * | | | target/riscv: vector widening floating-point reduction instructionsLIU Zhiwei2020-07-024-0/+54
| * | | | target/riscv: vector single-width floating-point reduction instructionsLIU Zhiwei2020-07-024-0/+58
| * | | | target/riscv: vector wideing integer reduction instructionsLIU Zhiwei2020-07-024-0/+24
| * | | | target/riscv: vector single-width integer reduction instructionsLIU Zhiwei2020-07-024-0/+133
| * | | | target/riscv: narrowing floating-point/integer type-convert instructionsLIU Zhiwei2020-07-024-0/+103
| * | | | target/riscv: widening floating-point/integer type-convert instructionsLIU Zhiwei2020-07-024-0/+106
| * | | | target/riscv: vector floating-point/integer type-convert instructionsLIU Zhiwei2020-07-024-0/+56
| * | | | target/riscv: vector floating-point merge instructionsLIU Zhiwei2020-07-024-0/+68
| * | | | target/riscv: vector floating-point classify instructionsLIU Zhiwei2020-07-026-30/+107
| * | | | target/riscv: vector floating-point compare instructionsLIU Zhiwei2020-07-024-0/+258
| * | | | target/riscv: vector floating-point sign-injection instructionsLIU Zhiwei2020-07-024-0/+118
| * | | | target/riscv: vector floating-point min/max instructionsLIU Zhiwei2020-07-024-0/+50
| * | | | target/riscv: vector floating-point square-root instructionLIU Zhiwei2020-07-024-0/+93
| * | | | target/riscv: vector widening floating-point fused multiply-add instructionsLIU Zhiwei2020-07-024-0/+126
| * | | | target/riscv: vector single-width floating-point fused multiply-add instructionsLIU Zhiwei2020-07-024-0/+334
| * | | | target/riscv: vector widening floating-point multiplyLIU Zhiwei2020-07-024-0/+33
| * | | | target/riscv: vector single-width floating-point multiply/divide instructionsLIU Zhiwei2020-07-024-0/+77
| * | | | target/riscv: vector widening floating-point add/subtract instructionsLIU Zhiwei2020-07-024-0/+257
| * | | | target/riscv: vector single-width floating-point add/subtract instructionsLIU Zhiwei2020-07-024-0/+250
| * | | | target/riscv: vector narrowing fixed-point clip instructionsLIU Zhiwei2020-07-024-0/+168
| * | | | target/riscv: vector single-width scaling shift instructionsLIU Zhiwei2020-07-024-0/+148
| * | | | target/riscv: vector widening saturating scaled multiply-addLIU Zhiwei2020-07-024-0/+243
| * | | | target/riscv: vector single-width fractional multiply with rounding and satur...LIU Zhiwei2020-07-024-0/+122
| * | | | target/riscv: vector single-width averaging add and subtractLIU Zhiwei2020-07-024-0/+129
| * | | | target/riscv: vector single-width saturating add and subtractLIU Zhiwei2020-07-024-0/+444
| * | | | target/riscv: vector integer merge and move instructionsLIU Zhiwei2020-07-024-0/+225
| * | | | target/riscv: vector widening integer multiply-add instructionsLIU Zhiwei2020-07-024-0/+83
| * | | | target/riscv: vector single-width integer multiply-add instructionsLIU Zhiwei2020-07-024-0/+139
| * | | | target/riscv: vector widening integer multiply instructionsLIU Zhiwei2020-07-024-0/+84
| * | | | target/riscv: vector integer divide instructionsLIU Zhiwei2020-07-024-0/+125
| * | | | target/riscv: vector single-width integer multiply instructionsLIU Zhiwei2020-07-024-0/+214
| * | | | target/riscv: vector integer min/max instructionsLIU Zhiwei2020-07-024-0/+122
| * | | | target/riscv: vector integer comparison instructionsLIU Zhiwei2020-07-024-0/+246
| * | | | target/riscv: vector narrowing integer right shift instructionsLIU Zhiwei2020-07-024-0/+123
| * | | | target/riscv: vector single-width bit shift instructionsLIU Zhiwei2020-07-024-0/+165
| * | | | target/riscv: vector bitwise logical instructionsLIU Zhiwei2020-07-024-0/+96
| * | | | target/riscv: vector integer add-with-carry / subtract-with-borrow instructionsLIU Zhiwei2020-07-024-0/+294
| * | | | target/riscv: vector widening integer add and subtractLIU Zhiwei2020-07-024-0/+362
| * | | | target/riscv: vector single-width integer add and subtractLIU Zhiwei2020-07-024-0/+509
| * | | | target/riscv: add vector amo operationsLIU Zhiwei2020-07-026-0/+339
| * | | | target/riscv: add fault-only-first unit stride loadLIU Zhiwei2020-07-024-0/+212
| * | | | target/riscv: add vector index load and store instructionsLIU Zhiwei2020-07-024-0/+293
| * | | | target/riscv: add vector stride load and store instructionsLIU Zhiwei2020-07-026-0/+914
| * | | | target/riscv: add an internals.h headerLIU Zhiwei2020-07-021-0/+24
| * | | | target/riscv: add vector configure instructionLIU Zhiwei2020-07-027-12/+210
| * | | | target/riscv: support vector extension csrLIU Zhiwei2020-07-022-1/+89
| * | | | target/riscv: implementation-defined constant parametersLIU Zhiwei2020-07-022-0/+12
| * | | | target/riscv: add vector extension field in CPURISCVStateLIU Zhiwei2020-07-022-1/+14