Searched refs:fir (Results 1 – 1 of 1) sorted by relevance
675 sljit_sw fir = 0; in sljit_has_cpu_feature() local682 asm ("cfc1 %0, $0" : "=r"(fir)); in sljit_has_cpu_feature()683 return (fir >> 22) & 0x1; in sljit_has_cpu_feature()698 return fir; in sljit_has_cpu_feature()
Completed in 16 milliseconds