Searched refs:subop (Results 1 – 1 of 1) sorted by relevance
/arch/parisc/math-emu/ |
D | fpudispatch.c | 184 u_int class, subop; in fpudispatch() local 197 subop = get_subop1_PA2_0(ir); in fpudispatch() 199 subop = get_subop1_PA1_1(ir); in fpudispatch() 202 subop = get_subop(ir); in fpudispatch() 204 if (FPUDEBUG) printk("class %d subop %d\n", class, subop); in fpudispatch() 209 return(decode_0c(ir,class,subop,fpregs)); in fpudispatch() 211 return(decode_0e(ir,class,subop,fpregs)); in fpudispatch() 239 u_int class, subop, major; in emfpudispatch() local 251 subop = get_subop1_PA2_0(ir); in emfpudispatch() 253 subop = get_subop1_PA1_1(ir); in emfpudispatch() [all …]
|