summaryrefslogtreecommitdiffstats
path: root/tests/snippets/mips/variable_substrings.txt
blob: 85e845d3ebacdc90daadf04d74c344b12963a57e (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---input---
remu
rem
mulou
mulo
negu
neg
beqz
bgeu
bge
bgtu
bgt
bleu
ble
bltu
blt
bnez
b
ulhu
ulh
sgtu
sgt
sgeu
sge
sleu
sle

---tokens---
'remu'        Name.Variable
'\n'          Text.Whitespace

'rem'         Name.Variable
'\n'          Text.Whitespace

'mulou'       Name.Variable
'\n'          Text.Whitespace

'mulo'        Name.Variable
'\n'          Text.Whitespace

'negu'        Name.Variable
'\n'          Text.Whitespace

'neg'         Name.Variable
'\n'          Text.Whitespace

'beqz'        Name.Variable
'\n'          Text.Whitespace

'bgeu'        Name.Variable
'\n'          Text.Whitespace

'bge'         Name.Variable
'\n'          Text.Whitespace

'bgtu'        Name.Variable
'\n'          Text.Whitespace

'bgt'         Name.Variable
'\n'          Text.Whitespace

'bleu'        Name.Variable
'\n'          Text.Whitespace

'ble'         Name.Variable
'\n'          Text.Whitespace

'bltu'        Name.Variable
'\n'          Text.Whitespace

'blt'         Name.Variable
'\n'          Text.Whitespace

'bnez'        Name.Variable
'\n'          Text.Whitespace

'b'           Name.Variable
'\n'          Text.Whitespace

'ulhu'        Name.Variable
'\n'          Text.Whitespace

'ulh'         Name.Variable
'\n'          Text.Whitespace

'sgtu'        Name.Variable
'\n'          Text.Whitespace

'sgt'         Name.Variable
'\n'          Text.Whitespace

'sgeu'        Name.Variable
'\n'          Text.Whitespace

'sge'         Name.Variable
'\n'          Text.Whitespace

'sleu'        Name.Variable
'\n'          Text.Whitespace

'sle'         Name.Variable
'\n'          Text.Whitespace