search for: 0b1000001100

Displaying 1 result from an estimated 1 matches for "0b1000001100".

Did you mean: 0b1000001101
2017 Jul 24
2
How to lower a 'Store' node using the list<dag> pattern.
...lowering crashes on 'Store' node, which is actually not yet defined. I've tried to map the ISel 'Store' node to architecture specific instructions. I've define the following semantic to my architecture specific instructions: def MOVSUTO_SU_rr : CLPSUInst_rr<0b1000001100, (ins SURegisterOperand:$RegA), (outs SURegisterOperand:$RegB), [], "movsuto_su\t$RegA,$RegB",&qu...