HomeSort by relevance Sort by last modified time
    Searched refs:SmiMul (Results 1 - 4 of 4) sorted by null

  /external/v8/test/cctest/
test-macro-assembler-x64.cc 1061 __ SmiMul(r9, rcx, rdx, exit);
1070 __ SmiMul(rcx, rcx, rdx, exit);
1076 __ SmiMul(r9, rcx, rdx, &overflow_ok);
1083 __ SmiMul(rcx, rcx, rdx, &overflow_ok2);
1094 TEST(SmiMul) {
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 525 void SmiMul(Register dst,
    [all...]
code-stubs-x64.cc 454 __ SmiMul(right, right, left, &use_fp_on_smis); // MUL is commutative.
    [all...]
full-codegen-x64.cc     [all...]

Completed in 162 milliseconds