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;
333 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f);
339 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f);
345 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f);
354 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp);
364 op1 = (void *)(regs->gpr[idx] + sdisp);
373 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f);
378 op1 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f);
384 op1 = (void *)((idx ? regs->gpr[idx] : 0)
393 op1 = (void *)(regs->gpr[idx]
399 op1 = (void *)(long)((insn >> 23) & 0x7);
406 op1 = (void *)(long)((insn >> 23) & 0x7);
416 op1 = (void *)(long)((insn >> 12) & 0xf);
421 op1 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f);
435 eflag = func(op0, op1, op2, op3);
449 regs->gpr[idx] = (unsigned long)op1;