Lines Matching defs:rounding
420 /* Rounding control and SAE attributes. */
435 } rounding;
4620 if (i.rounding.type == rc_none)
4655 else if (i.rounding.type != saeonly)
4656 i.vex.bytes[3] |= 0x10 | (i.rounding.type << 5);
6663 i.rounding.type = rc_none;
7309 err_msg = _("unsupported static rounding/sae");
8883 if (i.rounding.type != rc_none)
8886 || ((i.rounding.type != saeonly) != t->opcode_modifier.staticrounding)
14208 || i.rounding.type != rc_none
14210 : (i.mem_operands && i.rounding.type != rc_none)
14339 /* Handle Rounding Control / SAE specifiers. */
14350 if (i.rounding.type != rc_none)
14369 i.rounding.type = RC_NamesTable[j].type;
14561 i.rounding.modifier = true;
15379 if (i.rounding.type != rc_none && temp.bitfield.class == Reg
15385 if (i.rounding.type == RC_NamesTable[j].type)
15407 if (i.rounding.type != rc_none)