Home | History | Annotate | Download | only in sljit

Lines Matching refs:fir

1294 	sljit_sw fir;
1295 asm ("cfc1 %0, $0" : "=r"(fir));
1296 return (fir >> 22) & 0x1;
1298 #error "FIR check is not implemented for this architecture"