Searched defs:left_arg (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/ia32/ |
H A D | codegen-ia32.cc | 7362 Register left_arg = edx; local 7364 if (!(left.is(left_arg) && right.is(right_arg))) { 7365 if (left.is(right_arg) && right.is(left_arg)) { 7371 } else if (left.is(left_arg)) { 7374 __ mov(left_arg, left); 7377 __ mov(left_arg, right); 7381 __ mov(left_arg, left); 7384 } else if (right.is(left_arg)) { 7391 __ mov(left_arg, left); 7395 __ mov(left_arg, lef 7420 Register left_arg = edx; local 7456 Register left_arg = edx; local [all...] |
/external/v8/src/x64/ |
H A D | codegen-x64.cc | 8311 Register left_arg = rdx; local 8313 if (!(left.is(left_arg) && right.is(right_arg))) { 8314 if (left.is(right_arg) && right.is(left_arg)) { 8320 } else if (left.is(left_arg)) { 8323 __ movq(left_arg, left); 8326 __ movq(left_arg, right); 8330 __ movq(left_arg, left); 8333 } else if (right.is(left_arg)) { 8340 __ movq(left_arg, left); 8344 __ movq(left_arg, lef 8369 Register left_arg = rdx; local 8405 Register left_arg = rdx; local [all...] |
Completed in 69 milliseconds