Searched defs:return_false (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm.cc1048 Label return_false; local
1059 __ CompareAndBranchIfZero(arg, &return_false);
1068 __ b(&return_false, NE);
1075 __ b(&return_false, NE);
1095 __ b(&return_false, NE);
1107 __ Bind(&return_false);
H A Dintrinsics_mips.cc1987 MipsLabel return_false; local
2007 __ Beqz(arg, &return_false);
2018 __ Bne(temp1, temp2, &return_false);
2024 __ Bne(temp1, temp2, &return_false);
2041 __ Bne(out, temp2, &return_false);
2054 __ Bind(&return_false);
H A Dintrinsics_mips64.cc1397 Mips64Label return_false; local
1417 __ Beqzc(arg, &return_false);
1428 __ Bnec(temp1, temp2, &return_false);
1434 __ Bnec(temp1, temp2, &return_false);
1451 __ Bnec(out, temp2, &return_false);
1464 __ Bind(&return_false);
H A Dintrinsics_arm64.cc1232 vixl::Label return_false; local
1243 __ Cbz(arg, &return_false);
1256 __ B(&return_false, ne);
1263 __ B(&return_false, ne);
1283 __ B(&return_false, ne);
1294 __ Bind(&return_false);
H A Dintrinsics_x86.cc1305 NearLabel end, return_true, return_false; local
1319 __ j(kEqual, &return_false);
1329 __ j(kNotEqual, &return_false);
1340 __ j(kNotEqual, &return_false);
1359 __ j(kNotEqual, &return_false);
1368 __ Bind(&return_false);
H A Dintrinsics_x86_64.cc1412 NearLabel end, return_true, return_false; local
1424 __ j(kEqual, &return_false);
1432 __ j(kNotEqual, &return_false);
1442 __ j(kNotEqual, &return_false);
1461 __ j(kNotEqual, &return_false);
1470 __ Bind(&return_false);

Completed in 182 milliseconds