Lines Matching full:beq
992 def BEQ : CBranch<"beq", seteq, GPR32Opnd>, BEQ_FM<4>;
1143 (BEQ GPR32Opnd:$rs, ZERO, brtarget:$offset), 0>;
1293 (BEQ (SLTOp RC:$lhs, RC:$rhs), ZERO, bb:$dst)>;
1295 (BEQ (SLTuOp RC:$lhs, RC:$rhs), ZERO, bb:$dst)>;
1297 (BEQ (SLTiOp RC:$lhs, immSExt16:$rhs), ZERO, bb:$dst)>;
1299 (BEQ (SLTiuOp RC:$lhs, immSExt16:$rhs), ZERO, bb:$dst)>;
1301 (BEQ (SLTiOp RC:$lhs, (Plus1 imm:$rhs)), ZERO, bb:$dst)>;
1303 (BEQ (SLTiuOp RC:$lhs, (Plus1 imm:$rhs)), ZERO, bb:$dst)>;
1306 (BEQ (SLTOp RC:$rhs, RC:$lhs), ZERO, bb:$dst)>;
1308 (BEQ (SLTuOp RC:$rhs, RC:$lhs), ZERO, bb:$dst)>;
1314 defm : BrcondPats<GPR32, BEQ, BNE, SLT, SLTu, SLTi, SLTiu, ZERO>;