fixed typos

This commit is contained in:
Jan
2020-05-27 14:09:23 +02:00
committed by GitHub
parent 2ccfb0c9ea
commit 6e5b808bd7

View File

@@ -28,8 +28,8 @@ Data and Pass Types:
* ``i32:r`` -> 32bit gpr (e.g., ``%ecx``)
* ``<2 x double>:x`` -> 128bit SSE register with two double precision floating-point numbers (e.g., ``%xmm1``)
* ``<4 x float>:x`` -> 128bit SSE register with four single precision floating-point numbers (e.g., ``%xmm1``)
* ``<4 x double>:x`` -> 256bit AVX register with four single precision floating-point numbers (e.g., ``%ymm1``)
* ``<4 x double>:x`` -> 256bit AVX register with four double precision floating-point numbers (e.g., ``%ymm1``)
* ``<8 x float>:x`` -> 256bit AVX register with four single precision floating-point numbers (e.g., ``%ymm1``)
* ``<8 x double>:x`` -> 512bit AVX512 register with four single precision floating-point numbers (e.g., ``%zmm1``)
* ``<8 x double>:x`` -> 512bit AVX512 register with four double precision floating-point numbers (e.g., ``%zmm1``)
* ``<16 x float>:x`` -> 512bit AVX512 register with four single precision floating-point numbers (e.g., ``%zmm1``)
* ``i8:23`` -> immediate 0 (i.e., ``$23``)