This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

gas feature: support for larger bit immediates in bt


One feature that gas is currently missing and what would be sometimes nice
to have is to support offsets >31 in the bt etc. family of instructions
by folding the value/32 into an byte memory offset.

e.g. bt $64,(%rax) can be converted to bt $0,8(%rax) 

The IA32 instruction reference manual even mentions that some assemblers
support this.

-Andi


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