File tree Expand file tree Collapse file tree 12 files changed +12
-1
lines changed Expand file tree Collapse file tree 12 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ description: |
100100 with both bits clear, but may result in lower performance.
101101definedBy :
102102 anyOf : [A, Zalrsc]
103+ base : 64
103104assembly : xd, xs2, xs1
104105encoding :
105106 match : 00011------------011-----0101111
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ definedBy:
1313 anyOf :
1414 - C
1515 - Zca
16+ base : 64
1617assembly : xd, imm(xs1)
1718encoding :
1819 match : 011-----------00
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ definedBy:
1313 anyOf :
1414 - C
1515 - Zca
16+ base : 64
1617assembly : xs2, imm(xs1)
1718encoding :
1819 match : 111-----------00
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ definedBy:
1111 anyOf :
1212 - C
1313 - Zca
14+ base : 64
1415assembly : xd, shamt
1516encoding :
1617 match : 000-----------10
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ definedBy:
1212 anyOf :
1313 - C
1414 - Zca
15+ base : 64
1516assembly : xd, shamt
1617encoding :
1718 match : 100-01--------01
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ definedBy:
1212 anyOf :
1313 - C
1414 - Zca
15+ base : 64
1516assembly : xd, shamt
1617encoding :
1718 match : 100-00--------01
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ description: |
1111
1212 If the value in rs2 is zero, rd is written with all 1s.
1313definedBy : M
14+ base : 64
1415assembly : xd, xs1, xs2
1516encoding :
1617 match : 0000001----------101-----0111011
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ description: |
1515 Division resulting in signed overflow (when most negative number is divided by -1)
1616 will put the most negative number into rd;
1717definedBy : M
18+ base : 64
1819assembly : xd, xs1, xs2
1920encoding :
2021 match : 0000001----------100-----0111011
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ description: |
1717 an alternative is to shift both arguments left by 32 bits, then use MULH[[S]U].
1818definedBy :
1919 anyOf : [M, Zmmul]
20+ base : 64
2021assembly : xd, xs1, xs2
2122encoding :
2223 match : 0000001----------000-----0111011
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ description: |
1010
1111 If the value in rs2 is zero, rd gets the sign-extended value in rs1.
1212definedBy : M
13+ base : 64
1314assembly : xd, xs1, xs2
1415encoding :
1516 match : 0000001----------111-----0111011
You can’t perform that action at this time.
0 commit comments