i386 instruction

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I am looking for an instruction whose operation can be described as a combination of two or more instructions. For example, an instruction which first moves the memory operand into register and then takes that register as an operand for the required operation.

Does anyone know whether such instruction is present in i386 assembly instruction set? In particular, is there any "define_insn" RTX pattern in MD file, such that it comprises of two or more different RTL expressions, performing some distinct operation(excluding CLOBBER/setting of CC flag)..

Another hypothetical example of such instruction can be, say add_mult:
add_mult: MULT( PLUS(operand1, operand2), operand3)

Any pointers regarding this would be much helpful.


Thanks,
--
Amruta
MTechII, CSE Dept.,
IIT Bombay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux