Lines Matching refs:op1
27 #define FLOATFUNC(x) static inline int x(void *op1, void *op2, void *op3, \
227 void *op0 = 0, *op1 = 0, *op2 = 0, *op3 = 0; in do_mathemu() local
332 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
338 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
344 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
353 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
363 op1 = (void *)(regs->gpr[idx] + sdisp); in do_mathemu()
372 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
377 op1 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
383 op1 = (void *)((idx ? regs->gpr[idx] : 0) in do_mathemu()
392 op1 = (void *)(regs->gpr[idx] in do_mathemu()
398 op1 = (void *)((insn >> 23) & 0x7); in do_mathemu()
405 op1 = (void *)((insn >> 23) & 0x7); in do_mathemu()
415 op1 = (void *)((insn >> 12) & 0xf); in do_mathemu()
420 op1 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
434 eflag = func(op0, op1, op2, op3); in do_mathemu()
448 regs->gpr[idx] = (unsigned long)op1; in do_mathemu()