forked from pulp-platform/riscv-opcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opcodes-xpulphwloop_CUSTOM
22 lines (19 loc) · 1.01 KB
/
opcodes-xpulphwloop_CUSTOM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Xpulp extension subset: hardware loop operations
# format of a line in this file:
# <instruction name> <args> <opcode>
#
# <opcode> is given by specifying one or more range/value pairs:
# hi..lo=value or bit=value or arg=value (e.g. 6..2=0x45 10=1 rd=0)
#
# <args> is one of rd, rs1, rs2, rs3, aqrl, fm, pred, succ, rm,
# funct3, imm20, jimm20, imm12, imm12hi, bimm12hi, imm12lo,
# bimm12lo, zimm, shamt, shamtw, imm5, imm6, vd, vs3, vs1, vs2,
# vm, wd, amoop, nf, simm5, zimm11, prs3, L, uimms, Luimm5,
# vseglen, stagger_max, stagger_mask
# INFO: overlaps with opcodes-ipu_CUSTOM
lp.starti L imm12 19..15=0 14..12=0 11..8=0 6..2=0x1E 1..0=3
lp.endi L imm12 19..15=0 14..12=1 11..8=0 6..2=0x1E 1..0=3
lp.count L rs1 31..20=0 14..12=2 11..8=0 6..2=0x1E 1..0=3
lp.counti L imm12 19..15=0 14..12=3 11..8=0 6..2=0x1E 1..0=3
lp.setup L rs1 imm12 14..12=4 11..8=0 6..2=0x1E 1..0=3
lp.setupi L imm12 uimms 14..12=5 11..8=0 6..2=0x1E 1..0=3