Searched refs:op3 (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | math.c | 217 void *op0 = 0, *op1 = 0, *op2 = 0, *op3 = 0; in do_mathemu() local 238 lfd(op0, op1, op2, op3); in do_mathemu() 245 lfd(op0, op1, op2, op3); in do_mathemu() 253 stfd(op0, op1, op2, op3); in do_mathemu() 260 stfd(op0, op1, op2, op3); in do_mathemu() 266 fmr(op0, op1, op2, op3); in do_mathemu() 377 op3 = (void *)¤t->thread.fpr[(insn >> 6) & 0x1f]; in do_mathemu() 431 op3 = (void *)¤t->thread.fpr[(insn >> 11) & 0x1f]; in do_mathemu() 458 eflag = func(op0, op1, op2, op3); in do_mathemu()
|