Home | History | Annotate | Download | only in MBlaze

Lines Matching full:andn

363   def ANDN   :  ArithN<0x23, 0x000, "andn   ", IIC_ALU>;
859 def : Pat<(and (i32 GPR:$lh), (not (i32 GPR:$rh))),(ANDN GPR:$lh, GPR:$rh)>;