Lines Matching defs:op1
328 * keywords are: func size op1 op2 result res2 errno op1r op1i op2r op2i resultr resulti
330 * op1 equivalent to op1r, same with op2 and result
362 "errno", "errno_in", "error", "func", "maybeerror", "maybestatus", "op1", "op1i", "op1r", "op2", "op2i", "op2r",
590 unsigned op1, op2;
624 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) {
633 if(sop->op1 == (op1&0x7fffffff) && sop->op2 == op2) {
636 if(op1>>31) {
664 tmp_op.op1 = sop->op1;
666 tmp_op.op1 |= 0x80000000;
691 op[0] = sop->op1;