summaryrefslogtreecommitdiffstats
path: root/tests/snippets/mips/deprecated_substrings.txt
blob: 4e7aa7d386c02241b3953ef7dbeb29f672860e2b (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
---input---
beql
bnel
bgtzl
bgezl
bltzl
blezl
bltzall
bgezall

---tokens---
'beql'        Keyword.Pseudo
'\n'          Text.Whitespace

'bnel'        Keyword.Pseudo
'\n'          Text.Whitespace

'bgtzl'       Keyword.Pseudo
'\n'          Text.Whitespace

'bgezl'       Keyword.Pseudo
'\n'          Text.Whitespace

'bltzl'       Keyword.Pseudo
'\n'          Text.Whitespace

'blezl'       Keyword.Pseudo
'\n'          Text.Whitespace

'bltzall'     Keyword.Pseudo
'\n'          Text.Whitespace

'bgezall'     Keyword.Pseudo
'\n'          Text.Whitespace