This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: SSE/x86_64 fix


On Thu, 4 Jan 2001, Jan Hubicka wrote:

> +	/* All opcodes on i386 have eighter 1 or 2 bytes.  We may use third
> +	   byte for the SSE instructions to specify prefix they require.  */
> +	if (i.tm.base_opcode & 0xff0000)
> +	  add_prefix ((i.tm.base_opcode >> 16) & 0xff);

Err, what about `lfence' and `mfence'?
{"lfence",    0, 0x0faee8,  X, CpuP4, FP,		{ 0, 0, 0 } },
{"mfence",    0, 0x0faef0,  X, CpuP4, FP,		{ 0, 0, 0 } },

-- 
Linuxcare.  Support for the Revolution.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]