Home | History | Annotate | Download | only in MBlaze

Lines Matching full:iaddr

138 def iaddr : ComplexPattern<i32, 2, "SelectAddrRegImm", [frameindex], []>;
259 [(set (i32 GPR:$dst), (OpNode iaddr:$addr))], IIC_MEMl>;
271 [(OpNode (i32 GPR:$dst), iaddr:$addr)], IIC_MEMs>;
1025 def : Pat<(extloadi8 iaddr:$src), (i32 (LBUI iaddr:$src))>;
1026 def : Pat<(extloadi16 iaddr:$src), (i32 (LHUI iaddr:$src))>;
1043 def : Pat<(store (i32 0), iaddr:$dst), (SWI (i32 R0), iaddr:$dst)>;