Lines Matching defs:flags
28 int FPU_div(int flags, int rm, int control_w)
36 if (flags & DEST_RM)
41 if (flags & REV) {
45 if (flags & LOADED) {
47 taga = flags & 0x0f;
57 if (flags & LOADED) {
59 tagb = flags & 0x0f;
132 if (flags & LOADED)
133 return real_2op_NaN((FPU_REG *) rm, flags & 0x0f, 0,
136 if (flags & DEST_RM) {
142 (flags & REV) ? st0_ptr : &st(rm));
149 (flags & REV) ? st0_ptr : &st(rm));