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

/external/v8/src/
H A Dregister-configuration.cc228 int rep_int = static_cast<int>(rep); local
230 if (rep_int > other_rep_int) {
231 int shift = rep_int - other_rep_int;
240 int shift = other_rep_int - rep_int;
253 int rep_int = static_cast<int>(rep); local
255 if (rep_int > other_rep_int) {
256 int shift = rep_int - other_rep_int;
259 int shift = other_rep_int - rep_int;

Completed in 184 milliseconds