Searched refs:IF_F3_OPF (Results 1 – 2 of 2) sorted by relevance
286 type = IF_F3_OPF(insn) & 3; in __fpu_execute()413 type = (IF_F3_OPF(insn) >> 2) & 3; in __fpu_execute()427 type = (IF_F3_OPF(insn) >> 2) & 3; in __fpu_execute()
197 #define IF_F3_OPF(i) IF_DECODE((i), F3_OPF) macro