Searched refs:fir (Results 1 – 1 of 1) sorted by relevance
519 sljit_sw fir = 0; in sljit_has_cpu_feature() local526 asm ("cfc1 %0, $0" : "=r"(fir)); in sljit_has_cpu_feature()527 return (fir >> 22) & 0x1; in sljit_has_cpu_feature()539 return fir; in sljit_has_cpu_feature()
Completed in 17 milliseconds