Subversion Repositories Kolibri OS

Rev

Rev 7836 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7836 Rev 9459
Line 1... Line 1...
1
; flat assembler core
1
; flat assembler core
2
; Copyright (c) 1999-2020, Tomasz Grysztar.
2
; Copyright (c) 1999-2021, Tomasz Grysztar.
3
; All rights reserved.
3
; All rights reserved.
Line 4... Line 4...
4
 
4
 
5
avx_single_source_pd_instruction_er_evex:
5
avx_single_source_pd_instruction_er_evex:
6
	or	[vex_required],8
6
	or	[vex_required],8
Line 1429... Line 1429...
1429
	mov	[extended_code],al
1429
	mov	[extended_code],al
1430
	and	[displacement_compression],0
1430
	and	[displacement_compression],0
1431
	call	store_vex_instruction_code
1431
	call	store_vex_instruction_code
1432
	jmp	instruction_assembled
1432
	jmp	instruction_assembled
1433
vldmxcsr_instruction:
1433
vstmxcsr_instruction:
1434
	or	[vex_required],2
1434
	or	[vex_required],2
1435
	jmp	fxsave_instruction
1435
	jmp	stmxcsr_instruction
1436
 
1436
 
Line 1437... Line 1437...
1437
avx_perm2f128_instruction:
1437
avx_perm2f128_instruction:
1438
	or	[vex_required],2
1438
	or	[vex_required],2
1439
	xor	ch,ch
1439
	xor	ch,ch
1440
      avx_instruction_imm8_without_128bit:
1440
      avx_instruction_imm8_without_128bit: