Home | History | Annotate | Download | only in mips

Lines Matching refs:Blt

1323 TEST_F(AssemblerMIPSTest, Blt) {
1325 __ Blt(mips::A0, mips::A1, &label);
1335 __ Blt(mips::A2, mips::A3, &label);
1348 DriverStr(expected, "Blt");