Home | History | Annotate | Download | only in mips

Lines Matching full:bgeu

2277 TEST_F(AssemblerMIPSTest, Bgeu) {
2280 __ Bgeu(mips::A0, mips::A1, &label);
2290 __ Bgeu(mips::A2, mips::A3, &label);
2303 DriverStr(expected, "Bgeu");
2532 __ Bgeu(mips::T1, mips::T0, &label2); // No preceding instruction for the delay slot.