Lines Matching refs:PREFIX_8LS
107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ macro
121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d)
122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d)
123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d)
127 #define PSTD(s, a, r, d) PREFIX_8LS(0xf4000000, s, a, r, d)
128 #define PSTQ(s, a, r, d) PREFIX_8LS(0xf0000000, s, a, r, d)
137 #define PLXSD(vrt, a, r, d) PREFIX_8LS(0xa8000000, vrt, a, r, d)
138 #define PLXSSP(vrt, a, r, d) PREFIX_8LS(0xac000000, vrt, a, r, d)
139 #define PLXV0(s, a, r, d) PREFIX_8LS(0xc8000000, s, a, r, d)
140 #define PLXV1(s, a, r, d) PREFIX_8LS(0xcc000000, s, a, r, d)
141 #define PSTXSD(vrs, a, r, d) PREFIX_8LS(0xb8000000, vrs, a, r, d)
142 #define PSTXSSP(vrs, a, r, d) PREFIX_8LS(0xbc000000, vrs, a, r, d)
143 #define PSTXV0(s, a, r, d) PREFIX_8LS(0xd8000000, s, a, r, d)
144 #define PSTXV1(s, a, r, d) PREFIX_8LS(0xdc000000, s, a, r, d)