[PATCH 11/15] x86, fpu: rework YMM definition

2015-09-02 Thread Dave Hansen
From: Dave Hansen We are about to rework all of the "extended state" definitions. This makes the 'ymm' naming consistent with the AVX-512 types we will introduce later. We also add a convenience type: "reg_128_bit" so that we do not have to spell out our arithmetic. Signed-off-by: Dave Hansen

[PATCH 11/15] x86, fpu: rework YMM definition

2015-09-02 Thread Dave Hansen
From: Dave Hansen We are about to rework all of the "extended state" definitions. This makes the 'ymm' naming consistent with the AVX-512 types we will introduce later. We also add a convenience type: "reg_128_bit" so that we do not have to spell out our

[PATCH 11/15] x86, fpu: rework YMM definition

2015-08-31 Thread Dave Hansen
From: Dave Hansen We are about to rework all of the "extended state" definitions. This makes the 'ymm' naming consistent with the AVX-512 types we will introduce later. We also add a convenience type: "reg_128_bit" so that we do not have to spell out our arithmetic. Signed-off-by: Dave Hansen

[PATCH 11/15] x86, fpu: rework YMM definition

2015-08-31 Thread Dave Hansen
From: Dave Hansen We are about to rework all of the "extended state" definitions. This makes the 'ymm' naming consistent with the AVX-512 types we will introduce later. We also add a convenience type: "reg_128_bit" so that we do not have to spell out our