Searched refs:tmp4 (Results 1 - 2 of 2) sorted by relevance

/art/libartbase/base/unix_file/
H A Dfd_file_test.cc259 art::ScratchFile tmp4; local
260 EXPECT_TRUE(tmp4.GetFile()->WriteFully(&buffer[0], length));
262 EXPECT_NE(reset_compare(tmp, tmp4), 0);
/art/compiler/optimizing/
H A Dcode_generator_vector_arm64.cc1118 VRegister tmp4 = VRegisterFrom(locations->GetTemp(3)); local
1122 __ Sxtl(tmp4.V4S(), tmp2.V4H());
1123 __ Sabal(acc.V2D(), tmp3.V2S(), tmp4.V2S());
1124 __ Sabal2(acc.V2D(), tmp3.V4S(), tmp4.V4S());
1126 __ Sxtl2(tmp4.V4S(), tmp2.V8H());
1127 __ Sabal(acc.V2D(), tmp3.V2S(), tmp4.V2S());
1128 __ Sabal2(acc.V2D(), tmp3.V4S(), tmp4.V4S());
1132 __ Sxtl(tmp4.V4S(), tmp2.V4H());
1133 __ Sabal(acc.V2D(), tmp3.V2S(), tmp4.V2S());
1134 __ Sabal2(acc.V2D(), tmp3.V4S(), tmp4
[all...]

Completed in 94 milliseconds