Add R_386_GOT32X support to gas and ld
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / clwb.s
1 # Check 32bit CLWB instructions
2
3 .allow_index_reg
4 .text
5 _start:
6
7 clwb (%ecx) # CLWB
8 clwb -123456(%esp,%esi,8) # CLWB
9
10 .intel_syntax noprefix
11 clwb BYTE PTR [ecx] # CLWB
12 clwb BYTE PTR [esp+esi*8-123456] # CLWB
This page took 0.033958 seconds and 4 git commands to generate.