Displaying 2 results from an estimated 2 matches for "moveimmediate".
Did you mean:
move_immediate
2018 Feb 09
0
[X86] MoveImm flag for instructions
I think even if we did use it, MoveImmediate is intended for instructions
that move an immediate into a register rather than into memory. It's
supposed to indicate instructions that can be folded with the user of the
register by changing the user to an immediate instruction. And it wouldn't
be set on an instruction like "addl $0,...
2018 Feb 09
2
[X86] MoveImm flag for instructions
...gt;
>> I do not see that to be the case.
>>
>> Can someone please tell me if my expectation is flawed? Is there a
>> better/different way to determine to test for move immediate to
>> register/memory instruction on X86 other that the existing interface
>> MCID::isMoveImmediate()?
>>
>> Thanks,
>>
>> Bharadwaj
>>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>>
>
-----...