Codebase list fasm / 115936f
Imported Upstream version 1.71.45 Tomasz Buchert 8 years ago
4 changed file(s) with 16 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
Binary diff not shown
18901890 dw avx_bw_instruction_38_w1_evex-instruction_handler
18911891 db 'vpperm',0A3h
18921892 dw xop_128bit_instruction-instruction_handler
1893 db 'vprold',0
1893 db 'vprold',1
18941894 dw avx512_rotate_d_instruction-instruction_handler
1895 db 'vprolq',0
1895 db 'vprolq',1
18961896 dw avx512_rotate_q_instruction-instruction_handler
1897 db 'vprord',1
1897 db 'vprord',0
18981898 dw avx512_rotate_d_instruction-instruction_handler
1899 db 'vprorq',1
1899 db 'vprorq',0
19001900 dw avx512_rotate_q_instruction-instruction_handler
19011901 db 'vprotb',90h
19021902 dw xop_shift_instruction-instruction_handler
22922292 db 'vpcmpuq',-1
22932293 dw avx512_cmp_uq_instruction-instruction_handler
22942294 db 'vpcmpuw',-1
2295 dw avx512_cmp_ub_instruction-instruction_handler
2295 dw avx512_cmp_uw_instruction-instruction_handler
22962296 db 'vpcomub',-1
22972297 dw xop_pcom_ub_instruction-instruction_handler
22982298 db 'vpcomud',-1
31823182 db 'vpcmpleuq',2
31833183 dw avx512_cmp_uq_instruction-instruction_handler
31843184 db 'vpcmpleuw',2
3185 dw avx512_cmp_ub_instruction-instruction_handler
3185 dw avx512_cmp_uw_instruction-instruction_handler
31863186 db 'vpcmpltub',1
31873187 dw avx512_cmp_ub_instruction-instruction_handler
31883188 db 'vpcmpltud',1
31903190 db 'vpcmpltuq',1
31913191 dw avx512_cmp_uq_instruction-instruction_handler
31923192 db 'vpcmpltuw',1
3193 dw avx512_cmp_ub_instruction-instruction_handler
3193 dw avx512_cmp_uw_instruction-instruction_handler
31943194 db 'vpcmpneqb',4
31953195 dw avx512_cmp_b_instruction-instruction_handler
31963196 db 'vpcmpneqd',4
35053505 db 'vpcmpnequq',4
35063506 dw avx512_cmp_uq_instruction-instruction_handler
35073507 db 'vpcmpnequw',4
3508 dw avx512_cmp_ub_instruction-instruction_handler
3508 dw avx512_cmp_uw_instruction-instruction_handler
35093509 db 'vpcmpnleub',6
35103510 dw avx512_cmp_ub_instruction-instruction_handler
35113511 db 'vpcmpnleud',6
35133513 db 'vpcmpnleuq',6
35143514 dw avx512_cmp_uq_instruction-instruction_handler
35153515 db 'vpcmpnleuw',6
3516 dw avx512_cmp_ub_instruction-instruction_handler
3516 dw avx512_cmp_uw_instruction-instruction_handler
35173517 db 'vpcmpnltub',5
35183518 dw avx512_cmp_ub_instruction-instruction_handler
35193519 db 'vpcmpnltud',5
35213521 db 'vpcmpnltuq',5
35223522 dw avx512_cmp_uq_instruction-instruction_handler
35233523 db 'vpcmpnltuw',5
3524 dw avx512_cmp_ub_instruction-instruction_handler
3524 dw avx512_cmp_uw_instruction-instruction_handler
35253525 db 'vpcomnequb',5
35263526 dw xop_pcom_ub_instruction-instruction_handler
35273527 db 'vpcomnequd',5
3232 ; cannot simply be copied and put under another distribution licence
3333 ; (including the GNU Public Licence).
3434
35 VERSION_STRING equ "1.71.44"
35 VERSION_STRING equ "1.71.45"
3636
3737 VERSION_MAJOR = 1
3838 VERSION_MINOR = 71
00
11 Visit http://flatassembler.net/ for more information.
2
3
4 version 1.71.45 (Oct 31, 2015)
5
6 [-] Few more bugs fixed in AVX encodings.
27
38
49 version 1.71.44 (Oct 27, 2015)