]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-i386.c
x86: rename CheckRegSize to CheckOperandSize
[thirdparty/binutils-gdb.git] / gas / config / tc-i386.c
index 990f4b9fec22826f857dcf78268ba0a6aa380fe4..57257b93cd06e0f3b3d518990211735b9bd28c21 100644 (file)
@@ -6431,7 +6431,7 @@ check_VecOperands (const insn_template *t)
       if (operand_type_all_zero (&overlap))
          goto bad_broadcast;
 
-      if (t->opcode_modifier.checkregsize)
+      if (t->opcode_modifier.checkoperandsize)
        {
          unsigned int j;
 
@@ -6848,7 +6848,7 @@ match_template (char mnem_suffix)
        }
 
       /* We check register size if needed.  */
-      if (t->opcode_modifier.checkregsize)
+      if (t->opcode_modifier.checkoperandsize)
        {
          check_register = (1 << t->operands) - 1;
          if (i.broadcast.type || i.broadcast.bytes)