Lines Matching defs:factor
585 struct x86_reg factor;
588 factor = get_const(p, CONST_INV_255);
591 factor = get_const(p, CONST_INV_65535);
594 factor = get_const(p, CONST_INV_4294967295);
598 factor.disp = 0;
599 factor.file = 0;
600 factor.idx = 0;
601 factor.mod = 0;
604 sse_mulps(p->func, dataXMM, factor);
632 struct x86_reg factor;
635 factor = get_const(p, CONST_INV_127);
638 factor = get_const(p, CONST_INV_32767);
641 factor = get_const(p, CONST_INV_2147483647);
645 factor.disp = 0;
646 factor.file = 0;
647 factor.idx = 0;
648 factor.mod = 0;
651 sse_mulps(p->func, dataXMM, factor);