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

  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 91 x87_stack_.Fxch(reg, other_slot);
379 void Fxch(X87Register reg, int other_slot = 0);
lithium-codegen-x87.cc 404 x87_stack_.Fxch(reg);
418 x87_stack_.Fxch(reg1, 1);
419 x87_stack_.Fxch(reg2);
436 void LCodeGen::X87Stack::Fxch(X87Register reg, int other_slot) {
447 __ fxch(other_slot);
449 __ fxch(st);
451 __ fxch(st);
452 __ fxch(other_slot);
453 __ fxch(st);
498 x87_stack_.Fxch(dst)
    [all...]

Completed in 61 milliseconds