Searched refs:v_gs (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/test/MC/X86/ |
D | x86_operands.s | 69 v_gs = %gs define 76 movl $1, v_gs:(,) 78 movl $1, v_gs:(,%eax) 80 movl $1, v_gs:(,%eax,2) 82 movl $1, v_gs:(,%eax,v_imm) 84 movl $1, v_gs:(,v_eax) 86 movl $1, v_gs:(,v_eax,2) 88 movl $1, v_gs:(,v_eax,v_imm) 90 movl $1, v_gs:(%ecx) 92 movl $1, v_gs:(%ecx,) [all …]
|
D | x86_errors.s | 127 v_gs = %gs define
|