search for: fpuaregisteroperand

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

Did you mean: fpuabregisteroperand
2017 Sep 20
1
Store lowering -> Cannot select FrameIndex.
...ne void @storeloadi32() { %ptr = alloca i32 store volatile i32 12, i32* %ptr ret void } The target instruction is associated to the store like this: def MOVSUTO_A_iSLr : CLPFPU_A_iSLr<0b1000001101, (ins IMM32Operand:$ImmA, FPUaRegisterOperand:$RegB), (outs ), [], "movsuto_a\t$ImmA,$RegB", [(store i32:$ImmA, i16:$RegB)],NoItinerary> {...