-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstruction.txt
25 lines (25 loc) · 1.35 KB
/
instruction.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// cold miss + read hit
000000000000_00000_010_01111_0000011 // lw x15,0x0(x0)
000000000100_00000_010_01110_0000011 // lw x14,0x4(x0)
000000001000_00000_010_01101_0000011 // lw x13,0x8(x0)
000000001100_00000_010_01100_0000011 // lw x12,0xc(x0)
000000010000_00000_010_01011_0000011 // lw x11,0x10(x0)
000000010100_00000_010_01010_0000011 // lw x10,0x14(x0)
000000011000_00000_010_01001_0000011 // lw x9,0x18(x0)
000000011100_00000_010_01000_0000011 // lw x8,0x1c(x0)
000000100000_00000_010_10111_0000011 // lw x23,0x20(x0)
000000100100_00000_010_10110_0000011 // lw x22,0x24(x0)
000000101000_00000_010_10101_0000011 // lw x21,0x28(x0)
000000101100_00000_010_10100_0000011 // lw x20,0x2c(x0)
000000110000_00000_010_10011_0000011 // lw x19,0x30(x0)
000000110100_00000_010_10010_0000011 // lw x18,0x34(x0)
000000111000_00000_010_10001_0000011 // lw x17,0x38(x0)
000000111100_00000_010_10000_0000011 // lw x16,0x3c(x0)
000001000000_00000_010_11111_0000011 // lw x31,0x40(x0)
000001000100_00000_010_11110_0000011 // lw x30,0x44(x0)
000001001000_00000_010_11101_0000011 // lw x29,0x48(x0)
000001001100_00000_010_11100_0000011 // lw x28,0x4c(x0)
000001010000_00000_010_11011_0000011 // lw x27,0x50(x0)
000001010100_00000_010_11010_0000011 // lw x26,0x54(x0)
000001011000_00000_010_11001_0000011 // lw x25,0x58(x0)
000001011100_00000_010_11000_0000011 // lw x24,0x5c(x0)