forked from OSchip/llvm-project
parent
0a10cdc704
commit
2957c88c0a
|
@ -765,7 +765,7 @@ def addrmode5 : Operand<i32>,
|
|||
def addrmode6 : Operand<i32>,
|
||||
ComplexPattern<i32, 2, "SelectAddrMode6", [], [SDNPWantParent]>{
|
||||
let PrintMethod = "printAddrMode6Operand";
|
||||
let MIOperandInfo = (ops GPR:$addr, i32imm);
|
||||
let MIOperandInfo = (ops GPR:$addr, i32imm:$align);
|
||||
let EncoderMethod = "getAddrMode6AddressOpValue";
|
||||
let DecoderMethod = "DecodeAddrMode6Operand";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue