Lines Matching refs:op1
28 #define FLOATFUNC(x) static inline int x(void *op1, void *op2, void *op3, \
228 void *op0 = NULL, *op1 = NULL, *op2 = NULL, *op3 = NULL; in do_mathemu() local
333 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
339 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
345 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
354 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
364 op1 = (void *)(regs->gpr[idx] + sdisp); in do_mathemu()
373 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
378 op1 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
384 op1 = (void *)((idx ? regs->gpr[idx] : 0) in do_mathemu()
393 op1 = (void *)(regs->gpr[idx] in do_mathemu()
399 op1 = (void *)(long)((insn >> 23) & 0x7); in do_mathemu()
406 op1 = (void *)(long)((insn >> 23) & 0x7); in do_mathemu()
416 op1 = (void *)(long)((insn >> 12) & 0xf); in do_mathemu()
421 op1 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
435 eflag = func(op0, op1, op2, op3); in do_mathemu()
449 regs->gpr[idx] = (unsigned long)op1; in do_mathemu()