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

  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 97 x87_stack_.Fxch(reg, other_slot);
399 void Fxch(X87Register reg, int other_slot = 0);
lithium-codegen-x87.cc 488 x87_stack_.Fxch(reg);
496 x87_stack_.Fxch(reg1, 1);
497 x87_stack_.Fxch(reg2);
503 void LCodeGen::X87Stack::Fxch(X87Register reg, int other_slot) {
514 __ fxch(other_slot);
516 __ fxch(st);
518 __ fxch(st);
519 __ fxch(other_slot);
520 __ fxch(st);
565 x87_stack_.Fxch(dst)
    [all...]

Completed in 206 milliseconds