]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tcg: fix s/compliment/complement/ typos
authorEmilio G. Cota <cota@braap.org>
Mon, 5 Mar 2018 22:13:30 +0000 (17:13 -0500)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 20 May 2018 05:25:23 +0000 (08:25 +0300)
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/i386/translate.c
target/m68k/translate.c
tcg/README

index b0f69838f24b0f86bdd0016028f82b9f0cc18190..7c21814676b7b64beebe32ddbe6cee62e6f77ba0 100644 (file)
@@ -113,7 +113,7 @@ typedef struct DisasContext {
     int rex_x, rex_b;
 #endif
     int vex_l;  /* vex vector length */
-    int vex_v;  /* vex vvvv register, without 1's compliment.  */
+    int vex_v;  /* vex vvvv register, without 1's complement.  */
     int ss32;   /* 32 bit stack segment */
     CCOp cc_op;  /* current CC operation */
     bool cc_op_dirty;
index 44a0ac4e2e92b5ffba1ad24471655d660b4aca45..8959e4d0f078639e4573986e6c02c1db80f21db2 100644 (file)
@@ -4002,7 +4002,7 @@ DISAS_INSN(bfext_reg)
     TCGv shift;
 
     /* In general, we're going to rotate the field so that it's at the
-       top of the word and then right-shift by the compliment of the
+       top of the word and then right-shift by the complement of the
        width to extend the field.  */
     if (ext & 0x20) {
         /* Variable width.  */
index a5237a9edb6601b9fd2b62e086d4864d1fd37a9d..d22ee084b83698a1c68ce68e9167cdc5846b12ea 100644 (file)
@@ -561,7 +561,7 @@ E.g. VECL=1 -> 64 << 1 -> v128, and VECE=2 -> 1 << 2 -> i32.
 * orc_vec   v0, v1, v2
 * not_vec   v0, v1
 
-  Similarly, logical operations with and without compliment.
+  Similarly, logical operations with and without complement.
   Note that VECE is unused.
 
 * shli_vec   v0, v1, i2