Home | History | Annotate | Download | only in opcodes

Lines Matching refs:TBL

2175 #define TBL(name1, name2, name3, s, r) \
2177 TBL("tblsb", "tblsw", "tblsl", 1, 1),
2178 TBL("tblsnb", "tblsnw", "tblsnl", 1, 0),
2179 TBL("tblub", "tbluw", "tblul", 0, 1),
2180 TBL("tblunb", "tblunw", "tblunl", 0, 0),