search for: my_intrinsic_nam

Displaying 1 result from an estimated 1 matches for "my_intrinsic_nam".

Did you mean: my_intrinsic_name
2014 Aug 05
2
[LLVMdev] Concerning not relevant argument count in TableGen Patterns.
Dear all. I have a problem with the following situation: I want to handle an intrinsic function in a specific way. The prototype of my function is: "/int my_intrinsic_name()/" So I want to generate a move instruction which should use two register type operands: "/mov R1, R2/" For this purpose I assume that the instruction definition in the TargetInstrInfo.td file should be like: at first I am defining the class form my instruction: *class Mymov&l...