Lines Matching defs:rounding
420 /* Rounding control and SAE attributes. */
435 } rounding;
4694 if (i.rounding.type == rc_none)
4729 else if (i.rounding.type != saeonly)
4730 i.vex.bytes[3] |= 0x10 | (i.rounding.type << 5);
6825 i.rounding.type = rc_none;
7471 err_msg = _("unsupported static rounding/sae");
9049 if (i.rounding.type != rc_none)
9052 || ((i.rounding.type != saeonly) != t->opcode_modifier.staticrounding)
14359 || i.rounding.type != rc_none
14361 : (i.mem_operands && i.rounding.type != rc_none)
14490 /* Handle Rounding Control / SAE specifiers. */
14501 if (i.rounding.type != rc_none)
14520 i.rounding.type = RC_NamesTable[j].type;
14712 i.rounding.modifier = true;
15530 if (i.rounding.type != rc_none && temp.bitfield.class == Reg
15536 if (i.rounding.type == RC_NamesTable[j].type)
15558 if (i.rounding.type != rc_none)