英语语中,表达数个相同的字母或相同的数字的简写法,是这样写:
1. 如果是连续的字母:数目+字母's,例如:
>> two successive u's。两个连写的u(即uu)。
2. 如果是连续的数字:数字+s 例如:
>> 1’s complement of all 1s。所有1的补码。
>> If a pair of data elements is equal, the corresponding data element in the destination operand is set to all 1s; otherwise, it is set to all 0s.
如果一对数据元素相等,目标操作数中对应的数据元素置为全1,否则,置为全0。
3. 另个数字+'s表几进制的,或“数字的......”,例如:
>> ZF flag is set if both sources are 0x0. CF is set if, after the OR operation is done, the operation result is all 1’s.
如果两个源都是0,则设置0标识位,或操作完成后,设置进位标识,操作结果是全1(即结果是若干个1,形如11111111........)。
>> two' s complement 。二进制(的)补码。
>> Sets each byte in YMM1 to all 1’s or all 0’s based on the value
of the corresponding bit in k1。
基于K1中对应位的值,将YMM1中的每个字节设置成全1(8个1,11111111)或者全0(8个0,00000000)。









网友评论